hello everyone,
I'm working with crm 3.0 and got the following issue.
I have some fields that are disabled for the user, but are showing data
calculated from other fields.
When I save the form I enable them, otherwise they would not be saved.
That works fine when the user uses the Save & Close button.
But when the user click on the Save button and he hasn't made any changes,
the disabled fields become enabled.
I've been trying to workaround this problem, but with no result.
I tried to use the OnLoad event to disable the fields everytime, but when
the Save button is clicked the OnLoad event doesn't trigger. I tried to
modify a fields value and return it back to its original value to get that
field isDirty attribute to true, but that didn't work either.
Is there a way to set a field's isDirty attribute to True programmaticaly?
Any help will be appreciated.
Thanks
Eduardo