Hi Experts,
Can we call update() method in the Modified() method?
In my scenario, I am adding a new field in smmBusRelTable and CustTable, the value of this field need to be synced when i enter the values in any one of the above forms (i.e) whenever i enter the value in my field in smmbusreltable form, this value should be upated to the CustTable and vice versa.
Can i use modified() method and their i assign the values like
CustTable.Myfield = smmBusRelTable.MyField;
custTable.update();
Or is their any other way to achieve my requirement. Please advice.
Thanks,
Rusty.
*This post is locked for comments
I have the same question (0)