List of the ApexPages.Severity List of the ApexPages.Severity enum values are: CONFIRM ERROR FATAL INFO WARNING For more help on this topic check out the documentation. in the Apex Class…
November 2011
-
-
Introduction About PHP PHP is a powerful scripting language for creating dynamic websites. It has gained enormous popularity in the community as the free and efficient alternative to commercial competitors…
-
List of Standard Objects in Salesforce Here is the list for Salesforce Standard Objects: Account AccountContactRole AccountFeed AccountHistory AccountOwnerSharingRule AccountPartner AccountShare AccountTag AccountTeamMember AccountTerritoryAssignmentRule AccountTerritoryAssignmentRuleItem AccountTerritorySharingRule ActivityHistory AdditionalNumber ApexClass ApexComponent…
-
List has no rows for assignement to SObject Error in Salesforce Apex Class Error: List has no rows for assignement to SObject in Salesforce, My Case Object SOQL was something…
-
List of Case Comment in the related Case using Apex Visualforce You need to build the list yourself using the raw collection of data like this in your Apex Visualforce…
-
Insert new case comment using Apex Trigger in salesforce Task: I need to insert the CaseComment to all the Relevant Cases whenever New casecommnet is created or updated Using Trigger,…
-
How do import from CSV file to Mysql Database using PHPMyAdmin Writing a sql code is not required. Just use the phpMyAdmin interface for uploading the csv file. I assume…