apex-code
getting values from javascript to apex code
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[详细]
2023-04-01 14:50 分类:问答Read all custom fields from opportunity object in salesforce
I need to read all custom fields from Opportunity object using apex , how is that开发者_开发问答 possible ?public Map<String, Schema.SObjectField> M = Schema.SObjectType.Opportunity.fields.getMa[详细]
2023-03-31 05:08 分类:问答relate an object in salesforce with multiple objects
1) I have created a custom object \"Hello\". Added two lookup fields to it, one is associated to Accounts and another to Leads.[详细]
2023-03-29 20:29 分类:问答Open my visualForce page when user clicks on a custom button in a related list using salesforce
i am stuck on a issue.hope somebody can guide me. I have created a Custom Object named Hello. i have added 2 fields in it named Lead & Accounts.and they both are lookups.[详细]
2023-03-29 15:36 分类:问答Installation of Force.com IDE Error
Eclipse Version is Helios SR2 64bit running on Linux Ubuntu. I\'m trying to install Force.com IDE plugin and I\'m getting the following error.I believe Salesforce uses the pulse engine, I\'ve searche[详细]
2023-03-27 12:59 分类:问答Creating Apex Test methods in Salesforce "constructor not defined"
I\'ve written an apex class that executes when a user presses a button. It saves the current data to the 开发者_StackOverflow社区log, checks the page that they are currently on and reloads it (so they[详细]
2023-03-27 11:26 分类:问答I am generating an xml file in which i am fetching data from the custom setting i have made
public with sharing class xml4 { public string x{get;set;} public string c{get;set;} List<ArtemisVC__Company_View_Extensions__c> mcs{get; set;}[详细]
2023-03-26 14:15 分类:问答Splitting a string using '|'
I have a string &开发者_如何学JAVA#124;859706 | Conficker infected host at 192.168.155.60|5744 |7089 |5 |4 | 1309714576 |[详细]
2023-03-26 08:20 分类:问答Salesforce - Invalid constructor name error
I\'m building a controller to show the data from a custom object on a Visualforce page. Here\'s my class:[详细]
2023-03-25 20:26 分类:问答How do I form an XML string from the APEX queries?
How do I form an XML data string from the APEX queries ? 开发者_运维问答 Any particular class I should be using ?Apex has a Class called XmlStreamWriter for constructing XML document. Refer the docume[详细]
2023-03-25 07:52 分类:问答