salesforce
Is there a way to access an external database using the force.com platform?
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[详细]
2023-03-18 19:57 分类:问答Deploying a salesforce.com flex app without visualforce
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[详细]
2023-03-18 05:53 分类:问答Programatically get a list of all workspaces (shared+Personal) in VisualForce Page
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[详细]
2023-03-17 16:36 分类:问答Programatically add/publish a record to the workspace/libraries in salsforce using apex
I have created a custom visualforce page. Here in the controller class i allow the user to create folders.[详细]
2023-03-17 06:24 分类:问答How can we consume external wcf restfull service in salesforce trigger?
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:[详细]
2023-03-16 05:49 分类:问答How to pass XMl String visualforce page to apex class
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,[详细]
2023-03-16 03:40 分类:问答Sudden error accessing custom settings in SalesForce
We use custom settings in a SalesForce app. We access it like so: MySettings__c settings = MySettings__c.getOrgDefaults();[详细]
2023-03-15 14:41 分类:问答How to add content & workspace tabs in a salesforce application
Can anybody provide me some links that could describe how can i add content and workspace(now library) tab in my existing application.[详细]
2023-03-15 11:26 分类:问答How do you parse a SOQL AggregateResult column with no value?
Let\'s say you run a SOQL aggregate query that looks like this: select OwnerId, sum(ExpectedRevenue)val from Opportunity GROUP BY ROLLUP(OwnerId)[详细]
2023-03-14 05:08 分类:问答I want to expose naked xml/json on VisualForce
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[详细]
2023-03-14 00:15 分类:问答
加载中,请稍侯......