Issue while creating Form Personalization to color single line level records.
I am implementing Forms Personalization on the Oracle E‑Business Suite Sales Order (Order Management) form to apply color coding at the line level based on specific business conditions (for example, item status and ship‑from organization).
However, the color formatting is being applied to all order lines instead of only the specific line that satisfies the condition. This behavior occurs even though the personalization condition evaluates correctly for only one line.
The issue appears to be related to the fact that item‑level properties (such as FOREGROUND_COLOR) are being applied globally across the multi‑record block, rather than being restricted to the current record/line. As a result, when one line meets the condition, the color change propagates to all lines in the Sales Order.