How I can insert sObject record dynamically? Visualforce Page code : Apex …
2012
-
-
“How I can get the sObject Type from Record Id?”. In many requirements I do have 15-digit or 18-digit Id and I want to know the sObject to which the …
-
http://forceguru.blogspot.in/2011/12/displaying-role-hierarchy-on.html You can see a working demo of the functionality here: http://treeview-developer-edition.ap1.force.com/
-
Just create a new visualforce page with this code As you can see that I have used standard controller so you need to pass the account Id in URL. Let’s …
- Salesforce Certification
Difference between LookUp relationship and Master – Detail relationship in SFDC
Lookup relationship is an example of loosely coupled relationship whereas Master-Detail is an example of Tightly coupled relationship. In tightly coupled (M-D relation) when we delete the parent record, all …
-
Prerequisites You will need to download the jQuery and jQuery UI libraries. jQuery is the core library which offers DOM manipulation methods and jQuery UI is a higher level library …
-
The .htaccess File Adding password protection to a directory using .htaccess takes two stages. The first part is to add the appropriate lines to your .htaccess file in the directory …
-
Stop A Directory Index From Being Shown Sometimes, for one reason or another, you will have no index file in your directory. This will, of course, mean that if someone …
-
SFDC Reports (Diff b/w Tabualr, Summary, Matrix Reports) There are 3 kinds of reports in salesforce.com 1) Tabular Reports 2) Summary Reports 3) Matrix Reports Tabular Reports:- These kind of …
-
Salesforce.com has put some silly restrictions and one of those is limit on No. of Unique fields per object. It allows only 3 External ID fields per object and considers …