apex-code
apex debug log output does not show up on Eclipse
I installed visualforce plugin to Eclipse 3.6 and is working fine except that system.debug does not output anything.[详细]
2023-01-24 06:35 分类:问答Salesforce consuming XML and display data in Visualforce report
Firstly, this question requires a bit of introduction so please bear with me. The high level is that I am connecting to a outside web service which will return some XML to my apex controller. The id[详细]
2023-01-23 21:43 分类:问答SOQL query with subquery
I\'m having trouble getting the results I want from a Salesforce/Apex/SOQL query. I want: A list of Contact objects containing only contacts who are CampaignMembers of a set of campaigns; and they sh[详细]
2023-01-22 06:27 分类:问答Visualforce load apex components via ajax on page load
Can someone tell me how to use ajax to load an apex pageBlockTable via ajax on page load?I\'ve seen examples showing how to use an apex actionFunction, but the samples are usually simple (e.g. - retur[详细]
2023-01-19 04:21 分类:问答How to add a new lead and update an existing lead in Salesforce
I am new to Apex development and I\'m starting to work on my project in Apex. I would like to do following:[详细]
2023-01-17 18:38 分类:问答Invalid foreign key relationship when I try to add a new custom object to an exsting lead
I have a Lead and a custom object called Social Account (API Name = Social_Account__c). I have set a relationship as follows: Lead is a parent of Social Accounts. so a lead has many social accounts.[详细]
2023-01-17 07:45 分类:问答Security context in a trigger
I\'ll start of by saying that I\'m a .net guy having to play in a salesforce.com world right no开发者_如何学运维w.[详细]
2023-01-14 03:06 分类:问答Integrating java and apex (salesforce)
I\'m a salesforce newbie and I need to integrate java business logic with apex pages. Is it possibile to do it without using vwmforce? Note that开发者_开发百科 I have to include my own and third part[详细]
2023-01-10 13:19 分类:问答How many records can be loaded into Salesforce using Apex Data Loader in one go?
We have to insert thousands of record into Salesforce using开发者_StackOverflow社区 Apex Data Loader. We use csv files to load data.Well, there\'s no real limit in the Data Loader itself. From the Dat[详细]
2023-01-09 02:54 分类:问答VisualForce: Pass a parameter to a custom component inside a repeater
I can\'t figure out why this isn\'t working: <开发者_开发百科apex:repeat value=\"{!MyContacts}\" var=\"c\" >[详细]
2023-01-09 01:32 分类:问答