Hi All,
Need your inputs in designing and building this functionality.
I want to copy data from a table for e.g RetailDiscountCode in one legal entity to another legal entity. Data for a particular record will be selected in source legal entity , in the target legal entity, need to check if similar data exists in the table. Based on check, action will result in either create,update or delete.
Can this be done in generic way , so that any table can be passed as parameter and data for that table can be copied?
I have looked at DictTable, DictField, but not sure, how to identify unique record on a table and match in a generic function.
Please suggest.
Thanks.
*This post is locked for comments