Forum Discussion
Krishna
2 years agoValued 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
2 years 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
- 10 months ago
- 4 years ago