We are customizing our New Item Request form. - Once of the changes is to update the state labels for the businessclass field RequestedPriority. We wanted to add a 'time frame' to label or maybe some mouse over text for each option. (high, Med, Low) However I cannot seem to get this to work. I don't know if it's because it's a delivered class field, or what. The only thing I have been able to do successfully is change the label of that field. Is this expected? If not, can anyone offer pointers? I cannot edit the business class to adjust the state labels and if I add moue over text it complains that it is an unexpected argument.
Here is the Information
The Base UI Business Logic for the Item class contains this:
RequestPriority is Numeric 1
States
High value is 1
Medium value is 2
Low value is 3
Base Action Form has
...
column1
visible when (actor.initiator)
RequestPriority
show up to 30 characters
Here is my adjusted LPL
...
column1
visible when (actor.initiator)
RequestPriority
States
Within3BusinessDays value is 1
Within7BusinessDays value is 2
Within10BuinessDays value is 3
The error is Component is unexpected, unknown or in error in this context.