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
- PrithviK12 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
- 8 months ago
- 11 months ago
- 12 months ago