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 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
1) I have created a custom object \"Hello\". Added two lookup fields to it, one is associated to Accounts and another to Leads.
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.
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
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
public with sharing class xml4 { public string x{get;set;} public string c{get;set;} List<ArtemisVC__Company_View_Extensions__c> mcs{get; set;}
I have a string &开发者_如何学JAVA#124;859706 | Conficker infected host at 192.168.155.60|5744 |7089 |5 |4 | 1309714576 |
I\'m building a controller to show the data from a custom object on a Visualforce page. Here\'s my class:
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