• How to read single record with BOI (C#)

    Hello All, Can anyone help me in getting a single record from Sage BOI script. I am using the following code but no data is returned. int taskId = (int)oSs.InvokeMethod("nLookupTask", "AR_Customer_ui"); oSs.InvokeMethod("nSetProgram", taskId); using…