salesforce
how can I use active Record queries with salesforce as the data-store?
I am connecting to Salesforce.com as a data-store and accessing their REST API\'s. Currently, to do a query,have to use SOQL, which is a query language.[详细]
2023-03-21 17:05 分类:问答Programatically fetch a list of all Salesforce Objects using apex in Salesforce
I want to fetch a list of all Salesforce objects. I found this link http://wiki.developerforce.com/index.php/Enterprise_Describe_Global[详细]
2023-03-21 10:55 分类:问答Salesforce - where do I edit the fields included in the "Add Products" page?
I know how to edit the page layouts for th开发者_高级运维e opportunity products search page, when you search for products to add to an opportunity after choosing your price book. But what about the su[详细]
2023-03-21 02:49 分类:问答Do Salesforce VF email templates require related object to be persisted?
When a new lead comes in, I want to use a before trigger and a Visualforce email template that contains lead field values to send an email using the SingleEmailMessage class开发者_高级运维.The email i[详细]
2023-03-20 23:10 分类:问答How to see how many SalesForce licenses of each type are in use from a C# call to SFDC's web service?
We have a C# (winforms) application used for adding new starters to amongst other things AD, Exchange mailbox, sending emails to relevant people to say new starter arrived etc etc.[详细]
2023-03-20 19:27 分类:问答VisualForce(APEX): Update record with known ID
This is an APEX code related question and is specific to a VisualForce controller class. Question I am trying to update a record with a known Acco开发者_JS百科untId. However, when I set the ID in the[详细]
2023-03-20 08:51 分类:问答Binding Links in a Custom Object using Upsert function in C# SalesForce?
I have the following code which creates a Task in Salesforce and then tracks a user\'s browsing history and stores it in SalesForce. Currently, it displays each and every page the user has browsed as[详细]
2023-03-20 06:06 分类:问答Salesforce picklist values not showing up in picklist
I have added values to a Custom Object multi-select picklist as well as a Standard Object multi-sel开发者_StackOverflow社区ect picklist (both fields are custom) and the new values fail to show up on t[详细]
2023-03-20 03:29 分类:问答Regarding the radio button in salesforce
I am searching for the solution regarding the radio button in salesforce apex programming. The scenario is I have one object in that one field is updated with valuewhen the radio button is selected[详细]
2023-03-19 17:00 分类:问答Strange Salesforce.com SOQL relationship syntax
I\'m looking at an SOQL qu开发者_如何转开发ery that may either be hideously out of date or using some facet of their magical field__r.foreign_table join syntax, the code contains a reference to[详细]
2023-03-18 20:44 分类:问答