We have a user trying to submit a ticket on form. Which has a field as cost center. And user can enter some cost center to create ticket. User has a new cost center which they are trying to use to create a ticket, however form responds back only cost center belonging to so and so can be used to create this ticket.
In the format control , in validation, there is a check like
index(billto in $file, $G.CostCenter)=0
Validation field set as false
Message field set as "only cost center belonging to so and so can be used to create this ticket"
billto must be the form field
And I want to know where / how the list for variable $G.CostCenter can be updated , so user can submit a ticket