Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Search
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in Perl, PHP, Python & Ruby Development
1 - 10 of about 100 discussions
Sorted by:
trouble getting started with Perl WWW::Sales force:...
by
Jay Eckles
in Perl, PHP, Python & Ruby Development
#!/usr/bin/perl
use WWW::Salesforce::Simple ;
my $sforce = WWW::Salesforce::Simple->new( username => 'user@domain.com',
password => 'pas$w@rd!' );...
08-17-2012
12:09 PM
5
Replies
1816
Views
... listed the deteted item (in Recycle Bin ) by condtion 'IsDeleted=true' ..any ideas ? Thanks in Advance !
01-15-2013
05:09 AM
1
Reply
514
Views
Tool to generate WSDL for php server which can eas...
by shivdhan in Perl, PHP, Python & Ruby Development
Hi all, I want to migrate(push) data from mysql to Salesforce with php.So in this case php toolkit does not work because it works when we access data from Salesforce to php but in our case we are ...
10-29-2012
01:04 AM
1
Reply
835
Views
Is there a simple way to format a date and time currently displayed as 2012-11-06T23:00:00.000Z as dd/mm/yyyy hh:mm ? I've looked at various php formatting functions but can't find one suitable. ...
11-05-2012
02:09 PM
2
Replies
829
Views
I've used the toolkit for several applications to read data - but never to insert or update. So I'm happy that the connection code and the WSDL are ok. I'm trying to replicate the sample code PH...
11-12-2012
04:32 AM
4
Replies
1012
Views
Displaying custom fields in php page using php too...
by peterppt in Perl, PHP, Python & Ruby Development
.../enterprise.wsdl.xml");
$mySforceConnection->login(USERNAME, PASSWORD.SECURITY_TOKEN);
$query = "SELECT Subject,Description,EndDateTime,StartDateTime,Owne rID,Public_Name__c,Web_Publish...
11-04-2012
04:58 AM
2
Replies
904
Views
...; : "FeedItem" }
r = svc.create(newPost)
if str(r[sf.success]) == 'true':
print "success"
else:
print "error"
print "error :" + str(r[sf.errors][sf.statusCode...
10-22-2012
12:08 PM
3
Replies
997
Views
Help to fix do_query UNSUPPORTE D_API_VERS ION on se...
by
Medvantx
in Perl, PHP, Python & Ruby Development
The person who set this up is no longer with the company. I need to programatically query/extract some info from SalesForce so I can backload into Oracle or MySql (so to csv). Trying to use a se...
10-10-2012
04:00 PM
5
Replies
1179
Views
No 'edit date' informatio n for Field History ??
by
k_marketing
in Perl, PHP, Python & Ruby Development
1) I enabled Field History Tracking 2) I called getUpdated('ContactHistory', ... 3) retrieve('ContactId,Field,OldValue,NewValue', 'ContactHistory', ... ... but how can I get the date that the OldVa...
09-26-2012
12:56 PM
5
Replies
1177
Views
Is it possible to set sharing for a record to a certain user directly when creating a record though PHP? With this as reference: http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_bu...
08-02-2012
06:38 AM
1
Reply
1209
Views

