how to use forms personalization to change color of a value

Upload: infosource-sa

Post on 10-Feb-2018

265 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/22/2019 How to Use Forms Personalization to Change Color of a Value

    1/1

    Junaid Iftikhar Ahmed | Sr.Oracle Solution Architect & PM| BCS-SE, MBA-FIN, SCM-EXP 1

    How to Use Forms Personalization to Change Color of a Value

    MODULE:

    Oracle Order Management

    PROBLEM STATEMENT

    How does one use Form Personalization to change color at the sales order form from the default of blackto red?

    FIX

    At Sales Order form > Help > Diagnostics > Custom code >Click on the last selection: 'Personalize'Add Seq = 5, Desc = Test colors, Level = function

    At Condition TabTrigger Event: when-new-item-instanceTrigger object: LINE.ORDERED_QUANTITYCondition: (no condition)

    Processing Mode: Not in Enter-Query Mode(note: this successfully validates to True)

    At Action Tab

    Seq 10, Type = Property, Description: Set item ColorObject type = ItemTarget Object: LINE.ORDERED_QUANTITY

    Property name: FOREGROUND_COLORValue r85g0b0

    Save the personalization and check if it gets applied.