Configure inclusion rule in CRM Visual Ribbon Editor

I use the Visual Ribbon Editor to create a custom button that sends all selected emails. However, since email is an Activity object, other actions may be in the user's choice when the button is clicked.

Is there an inclusion rule that states that all selected items are Email?

If so, how to use it?

If not, can a custom rule written in JScript work?

Thanks for any help!

+4
source share
1 answer

I needed to do something similar with my own person. I needed to enable a button based on the status of the record.

I think something like this is only possible with a custom rule written in JScript that you could use to query the records and see what type they are.

Hope this helps

+2
source

All Articles