How to add an additional field in ARXRWMAI
Right now, in standard form, when trying to 'Apply in Detail', the 'Detailed Application' form shows 4,5 fields - line number, line amount, tax amount....
In addition to this, we want do display Description field from ra_customer_trx_lines_all table) into RCV_LINE block of the Receipts form so that the user can select the correct line that they want to apply the receipt.
Opened the form and looked at the data block. It is pulling from the standard view AR_LL_LINES_GROUPS_V. But this does not have description field from trx lines table.
Any help/inputs as to how to achieve this customization?