Does anyone know if we add records to the resultset for a "List API" using an XTendM3Trigger?
An example would be MMS060MI / LstBalID - Adding a POST Extension
I know I can retrieve the Input Parameters:
i.e.: WHLO = transaction.parameters.get("WHLO").trim()
Also, I can modify the Input Values:
i.e.: transaction.parameters.put("WHLO", WHLO)
Put how can I add to the Result Set
- Read additional Records from Table(s) and Add to the Output.
This would be the same as these from the Java Code:
- outLstBalID.setYBWHLO().move(MMS060DC.getDCWHLO());
- MICommon.setData(outLstBalID.get());