Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Limit the value of the "To Transact" field

Hi,

In the module:
Supply Chain Execution > Work Execution > Task > Execute Production >

"REVIEW DISPATCH LIST > COMPLETE WITH DETAILS > BACKFLUSH MATERIALS" we need that the field "*To Transact" be less or equal the field "Required".

Through the Page Composer, we can observe in MAXIMUM the following expression:

#{(row.TransactionTypeCode eq 'MATERIAL_NEGATIVE_RETURN') ? 0 : ((row.TransactionTypeCode eq 'MATERIAL_RETURN') and ('Y' ne pageFlowScope.parameterMap.isOrderLessFlowFlag)) ? row.PreviouslyIssuedQuantity : (row.SerialNumberControlCode ne 1) ? 1 : null}

And in the required, we have this expression:

#{(row.SerialNumberControlCode ne 1 and row.IsAdHocComponent eq false) ? 1 : (row.IsAdHocComponent) ? 0: row.RequiredQuantity}



QUESTIONS:

1. Can you help me how can I make this personalization in the page?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!