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

add error popup when creating Event when related Account have some 'XYZ' checkbox is true.
Hello All,
Please give some suggestions to me,I way is solve my issue, by trigger, workflow and validation etc..
I have a requiremnet to add an error popup when creating a Event. this when account have some checkbox is true, then only I need display some error popup, why beacuse the account have some checkbox is true.
Thanks
Bheemudu Neeli
Please give some suggestions to me,I way is solve my issue, by trigger, workflow and validation etc..
I have a requiremnet to add an error popup when creating a Event. this when account have some checkbox is true, then only I need display some error popup, why beacuse the account have some checkbox is true.
Thanks
Bheemudu Neeli
If i understand your rquirement properly you need to show some error pop up while event creation based on some condition on Account.
Also you are planning to accomplish this with trigger,workflow or validation.
PFB my comments :
- You need to create a VF page (may be you can use standard controller of Event). Using of VF page would help you to check the account condition in the constructor or extension and if it is fulfilling that you can show the popup on page. I don't see any other way of showing pop up on standard page.
This might not be possible using out of box functionality like trigger,workflow and validationHope it helps you.
please like or mark answer as best soultion if it helps :)
All Answers
If i understand your rquirement properly you need to show some error pop up while event creation based on some condition on Account.
Also you are planning to accomplish this with trigger,workflow or validation.
PFB my comments :
- You need to create a VF page (may be you can use standard controller of Event). Using of VF page would help you to check the account condition in the constructor or extension and if it is fulfilling that you can show the popup on page. I don't see any other way of showing pop up on standard page.
This might not be possible using out of box functionality like trigger,workflow and validationHope it helps you.
please like or mark answer as best soultion if it helps :)
Thanks for your suggestion,
please provide any sample example over the same.