Hi,
I have converted two Datawindows into C# using Snap Develop, have two .NET Datastores, created a WEB API(c#) .I am using ODBC data connection. Working on Transaction management at API side, how to pass multiple DWs from PB (Client side) to API side. If I have dw_1 and dw_2, on ue_savechanges() event, which will accept changes from both DWs at PB side , how to bundle the changes and send it over to WEB API in single transaction?
Thanks,