When I run my IPA I only get the first instance of the derived field. How can I retrieve the most recent instance?
My co worker received this setup through incident 9968782
I created a derived field (SupplierNotValidatedReason)within Rich Client under START-CONFIGURE-APPLICTAION-BUSINESS CLASS-SUPPLIER-FIELDS
for each audit log records
if (each.action = "NotValidatedPendingValidation")
return each.reason code
My IPA Landmark transaction Node set up:
_dataArea="proccrp"
& _module="procurement"
& _objectName="Supplier"
& _actionName="Find"
& _actionOperator="NONE"
& _actionType="MultipleRecordQuery"
& _runAsUser=""
& _authenticatedUser=""
& _pageSize="30"
& _relationName=""
& _setName=""
& _asOfDate=""
& _effectiveDate=""
& SupplierGroup="<!LMTxn5820_SupplierGroup>"
& Supplier="<!LMTxn6810_Supplier>"
& SupplierNotValidatedReason