I need to have the Change log create Insert Log entries on records that are inserted through a dataport. Application Management seems to handle this issue Online, but through dataports it seems to not go through that codeunit. Any Suggestions? BTW - I am using 3.70
0
Comments
Follow this thread it should go some way to helping you.
http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=9456謕
RecRef.GETTABLE(Vendor);
ChangeLogMgt.LogInsertion(RecRef);
I need to know if there's a way of creating Change Log entries based on records inserted/updated via ODBC. Suggestions anyone?
Thanks,
Henrique