All,
I have a GI row style for customers that works well. If a customer’s status is “One-Time”, the row is highlighted red: =Iif ([Customer.Status] = 'T','red20', 'default')
But, when selecting customers from a Dialog -- let’s say we’re entering a Sales Order -- we want a One-Time customer to also be highlighted red. As an example, the rows I highlighted should be formatted differently so our Customer Service agents can more quickly identify One-Time customers.
Do I need to modify the
- Dialog: Specify New ID
In a customization project to achieve this?
Thanks for any suggestions/pointers, this is all new to me! :D