Sandbox expression to make POET details mandatory based on account segment used in distribution
Summary:
Hi Team,
To ensure accurate project accounting, payable users must populate the POET (Project, Organization, Expenditure Type, Task) fields when creating invoices. If specific accounts are involved in the account combination, the system should mandate the completion of POET fields. Users will be unable to submit transactions (Non-PO Invoices) for approval or creation if these fields are left unfilled.
We have used the sandbox to personalize the descriptive flexfield of the Projects under structure>Descriptive Flexfield>Context Value=AP_Invoice_Line, Segment Code=Project_ID
We have used below condition for Required Field
#{pageFlowScope.invoiceActionsBean.Invoice Line.Account Segment == 'XXXX' ? True : false}
0