- I live in Gurgaon and build Cloud based IT Applications using Salesforce & Microsoft Technologies. - Prady
Category Archives: APEX
A simple CMS built on force.com
Force.com developer org allows to create one public website and i created this one. I created this simple CMS in around one hour to publish blog post on my force.com public website.
Posted in APEX, Force.com, Salesforce
Leave a comment
Dirty Coding and Learning 1
I used standardController ‘Account’ & approx 15 VF components in this page such as: page, pageBlock, pageBlockSection, outputLabel, outputText, pageBlockTable + column, repeat + outputLabel, dataTable + column, outputLink, form, pageBlokSectionItem, outputPanel, inputCheckBox, inputTextArea, inputSecret I have also used: system … Continue reading
Posted in APEX, Force.com, Knowledge Sharing, Salesforce
Leave a comment
Display Parent and Child navigational records in a nested DataTable
In this sample i have tried to see Parent and Child navigational capability of SOQL. Taking Contact as main entity i have navigated to Account (parent) and Cases (child). The SOQL query result is binded in a nested DataTable. Check … Continue reading
Posted in APEX, Force.com, Knowledge Sharing
Leave a comment
APEX – @isTest annotation
APEX test classes are marked with @isTest annotation and it has an added benefit – the class will not be counted against 3MB organization code size limit.
Posted in APEX, Salesforce
Leave a comment