You need to sign in to do that
Don't have an account?

senario
Hi All,
A senario:
I have a contact object and case object and i have a checkbox field in the contact object so when the checkbox is checked in the contact object a vf page with some detail in the page should show in the case record for the contact type= employee. how can i build is logic in salesforce. your help will be much appreciated. thanks in Advance.
A senario:
I have a contact object and case object and i have a checkbox field in the contact object so when the checkbox is checked in the contact object a vf page with some detail in the page should show in the case record for the contact type= employee. how can i build is logic in salesforce. your help will be much appreciated. thanks in Advance.
You can have a Trigger on Contact object in the After section
Assuming contact type is a custom field on Case
If the checkbox field in the contact object is checked A alert in the case object should show as a inline vf page in case object.