Is there an easy way to check all Business Recommended Fields on a form?
We would like to do some small changes to a field in the entity when someone change one of the Business Recommended field ON the form (so not modified by a system process).
Seeing as you have tagged your question as javascript I will assume you want these changes to be performed on the form level.
To tell when someone has a changed a Business Recommended field, you will have to add an On Change event, so the question then becomes how do you add these On Change handlers.
I would go with 1.