
notchy
Active Member
Hi. I have a requirement to read over Ledger table F43199 and then send off a notification only once, based on the last record.
Since F43199 is a ledger table there could be an PO# with Line # 1 but lines and I only need to grab the most current record.
I adjusted the order sequencing in the Data Request to read the Date Updated and time Updated by descending order, so I grab the record I need but then the subsequent records get read and I want to compare the DOCO and DCTO and skip the process and move on to the next DOCO set
Is there a feature where I can store it as a variable and view the previous value?
Just like in RDA reading over a BSVW you have the option to compare BC value against a PC value.
Example: BC F43199.DOCO = PC F43199.DOCO
Since F43199 is a ledger table there could be an PO# with Line # 1 but lines and I only need to grab the most current record.
I adjusted the order sequencing in the Data Request to read the Date Updated and time Updated by descending order, so I grab the record I need but then the subsequent records get read and I want to compare the DOCO and DCTO and skip the process and move on to the next DOCO set
Is there a feature where I can store it as a variable and view the previous value?
Just like in RDA reading over a BSVW you have the option to compare BC value against a PC value.
Example: BC F43199.DOCO = PC F43199.DOCO