Hi all,
I got new customize fields in AP Invoice Journal. Forwarder Info which consist three new fields A, B and C. The requirement is if the user key in the A, B, and C field for one invoice, in another invoice if user key in the same data as the first one it will prompt duplicate error.
if (ledgerJournalTrans.A && ledgerJournalTrans.B && ledgerJournalTrans.C) { isValid = checkFailed("Fowarderd info data duplicate detected!"); }
This is my code in validate write but it seems to prompt up error on other place also. any advice?
Thank you.
*This post is locked for comments