My organization wants to be able to regularly read in data from an external web service which provides an ODBC interface, and update our salesforce data with that information. I\'ve been hunting aroun
SHORT VERSION: I have a Flex app that uses Salesforce.com\'s API.I am trying to deploy it to a remote server but keep getting \"Error during login process.\" when I try to have it log in to salesforce
I have created a custom visualforce page. H开发者_高级运维ere in the controller class i want to get a list of all workspaces in a dropdown so that user can make a choice among where to publish the dat
I have created a custom visualforce page. Here in the controller class i allow the user to create folders.
I want to know how to consumeexternal wcf restfull service in salesforce apex class ,so that i will call i class开发者_如何学运维 in the triggers for invoking service.Two issues:
I developed a String XML type and i just want to pass these XML String to Apex class and i want to iterate the values and i need to display .please share some example 开发者_开发百科Anil,
We use custom settings in a SalesForce app. We access it like so: MySettings__c settings = MySettings__c.getOrgDefaults();
Can anybody provide me some links that could describe how can i add content and workspace(now library) tab in my existing application.
Let\'s say you run a SOQL aggregate query that looks like this: select OwnerId, sum(ExpectedRevenue)val from Opportunity GROUP BY ROLLUP(OwnerId)
I am trying to expose self generated XML (or JSON) from VisualForce. However I cannot find the way to override the parent pages on an apex:page component so I am getting the whole menu, bars and all h