What is an Apex trigger?
Trigger is piece of code that is executes before and after a record is Inserted/Updated/Deleted from the force.com database.
Syntax:
Trigger <trigger name> on <O...Read more »
What is visualforce?
Visualforce is at allows to define umarkup language thser interface components in Salesforce. This is very interesting tool which runs o force.com platform. By us...Read more »
how to hide approve/Reject links in the home page?
We can hide the approve/Reject links, If we want to restrict the user to approve the record from home page.
If we have implemented logic f...Read more »
Disabling the command buttons and Grey out the total vf page on any action
How to disable the command buttons and Grey out the total vf page on any action?
Usually we multiple records create...Read more »
Visualforce page to add multiple records
Adding multiple records:
Generally by using standard salesforce tab you can enter only one record at a time form UI. I don’t want to enter single rec...Read more »