On Receipts, we have a GL Item Class field. Reviewing the logic in WriteARCashReceiptsGL, the GL Item Class only gets taken into account if the Receipt Subtype selected is Deposit. Does it get considered/utilised with a Cash Receipt for account derivations at all?
Thank you.
You are correct, the Item and Item Class are leveraged for deriving the Deposit account for Deposit receipts. In regard to the receipt, this is the only use case they are leveraged for. If you are in the code, it’s worth noting that they were previously leveraged for additional functionality around auto-applying. However, that functionality is no longer supported. The code around auto-apply should have been removed or disabled, and therefore should be considered irrelevant if you discover any remaining metadata around it.
1 Like
@michael.tebben Thank you. No issues about the auto-applying.
Possible suggestion: Maybe consider hiding the Item and Item Class fields until Deposit is selected and / or update the help to indicate these fields are for Deposits only.