0% found this document useful (0 votes)
936 views1 page

How To Use Forms Personalization To Change Color of A Value

The document provides instructions on how to use form personalization in Oracle Order Management to change the color of a value on a sales order form from black to red. It explains that you need to go to the sales order form help diagnostics custom code page, click personalize, add a sequence and description, set a trigger event for when a new item instance is created on the line, leave the condition blank, set the processing mode to not enter query, then add an action sequence to set the item color property of the line ordered quantity to red to change the foreground color.

Uploaded by

Infosource SA
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
0% found this document useful (0 votes)
936 views1 page

How To Use Forms Personalization To Change Color of A Value

The document provides instructions on how to use form personalization in Oracle Order Management to change the color of a value on a sales order form from black to red. It explains that you need to go to the sales order form help diagnostics custom code page, click personalize, add a sequence and description, set a trigger event for when a new item instance is created on the line, leave the condition blank, set the processing mode to not enter query, then add an action sequence to set the item color property of the line ordered quantity to red to change the foreground color.

Uploaded by

Infosource SA
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
You are on page 1/ 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 black to 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 Tab Trigger Event: when-new-item-instance Trigger object: LINE.ORDERED_QUANTITY Condition: (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 Color Object type = Item Target Object: LINE.ORDERED_QUANTITY Property name: FOREGROUND_COLOR Value r85g0b0 Save the personalization and check if it gets applied.

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

You might also like