Forum Discussion
Krishna
Valued Contributor
PrithviK - The Below is the example for the imports
Return r3Func.Imports("TB").ParamValue.ToADOTable()
The above Function then will be return to the Data Table in the ConnectorActionTypes.GetData
PrithviK
8 months agoNew Contributor III
If I add the above line. Replaced TB with LINEITEMS for AP Open Items table.
Return r3Func.Imports("LINEITEMS").ParamValue.ToADOTable(). I am getting below error
Public member 'ToADOTable' on type 'RFCStructure' not found.
Related Content
- 4 months ago
- 8 months ago