Hi everybody,
I recorded a creation of a purchase order with the Task Recorder in D365 and want to read the recorded code in Visual Studio. How can I read the values in the data containers that are written by task recorder in the method setupData(), for example this container:
PurchTable_orderAccount_LookUp_Grid_Grid = ["4", "4", "1", "first"];
I guess one of the "4" stands for the number of the row in the lookup in a form, and what are the other ones and in which sequence?
Thank you all.