You need to sign in to do that
Don't have an account?
Elke
Possible to override Button „Add“ for Account Team Members
Hi everybody,
Is it possible to override the standard button for adding new Account Team Members in the related list of an Account with a Visualforce page?
We want to restrict adding Account Team Members (not more than 5 members per account, not more than one Account Manager…and so on). Since we cannot use a trigger for Account Team we are thinking about controlling this by a VF page.
Any better idea would also be highly appreciated..
Thanks,
Elke
Another option of your problem could be having a custom VF widget which mimics the related list, but is not the standard related list, in that you can add a custom button of your choice and implemenent login as per your specific business scenario.
Hope this helps