Sirs:
I am changing the value of a field on the RM Customer Maintenance form, but the user is not being prompted to save the changes. For example:
Dynamics.forms.rmcustomermaintenance.rmcustomermaintenance.address3.value = "somevalue"
In VBA, I would code:
me.changed = true
I can't seem to find this in VS Tools for Dynamics GP. Can you suggest a solution? If the answer is already documented, could you point me to that?
Thanks!