Situation: I have to insert the worker's RecId against the postal address into a table anytime the postal address on the HcmWorker form is modified. When we edit/modified the postal address for this, a form dialog opens up so we can do so. I like to use a workaround so that I may execute my logic and insert records to a table whenever we modified any field on dialog form rather than writing customised methods for each control, such as /country,/ /region,/ and /state./
Dialog form when we edit postal address:
I think I should write it on close ok, but how I know weather any field is edit or not ?
You can, for example, create an CoC extension of written() method of LogisticsPostalAddress data source.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.