I have an apex controller which builds up a list to be displayed in a datatable. The list combines different object, so the variable I create is a List
In salesforce I need to create a visualforce page that includes the fi开发者_运维问答elds of 2 objects. The first object is the QUOTE object. The second objects is a custom object with several fields.
I have database on salesforce site. I have used zksforce api to interact from iphone application. Problem:
I read documentation of Salesforce Chatter REST API and started to implement code in c#. See following code:
I want to get the field userhomepage fr开发者_运维问答om the custom table WebsiteUser via a SOQL query on the Account table. I tried about 10 different queries but i\'m not getting it working...
First of all, I\'m not the one developing this but I\'m the one with the SO account. My SF knowledge is almost non-existent.
Using the REST开发者_如何转开发 API in Salesforce, I want to get a list of the fields in a page layout.
I need to get a value from a javascript variable into a text field in a visualforce page. I got it using a command button.But I was wondering if there is any other way of getting it,cz i dun want an o
I have a custom Salesforce (Summer \'11) button.Clicking the button navigates the user to a url in a new window.The url points to my own custom web app.(It does not point to the same url as that of th
I m working on iOS integration with SalesForce. I stuck in following points. I m using @\"SELECT Contact.FirstName FROM Contact\" query for getting all member list. Now i want retrieve profile image a