Let's say I have a grid that is a customer order form (using the Method Customer Portal)
When someone selects a quantity of a certain item to order, I already have a series of actions linked to "Lose Focus" that adds that number of items to a grid. However, let's say I wanted to add actions where if the quantity typed in exceeds the amount of items in inventory, the "Name" field for that row becomes a highlighted red cell.
In addition, let's say on screen load, I want to highlight in red all Name cells in rows where the inventory for that item is 0 (or less).
I have been playing around with the "Set Color For Field/Object" in a grid on a test screen that I have. I have a column that is a link (labelled "Select") that currently sets the active Record ID for the screen. As a test, I added the "Set Color For Field/Object" action and selected the "Customer:FullName" field that also represents a grid column. I use the "Type In" option and enter a hex colour code for red (#fd0303). But nothing happens after I Save the screen and press the "Select" link in any row of the grid.
Do I need to loop through the grid first? Something else?