Supply Chain Management - PSFT (MOSC)

MOSC Banner

Customize a field based on another value

Hi, i need help to customize a field



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 to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center