Hi Everyone,
I am having an interesting issue with PHPRunner Entrerprise x64 8.1 Build 25268.
PROCESS RECORD VALUES:
In the Process Record Values area I assign some fixed values from a linked table to certain fields:
$values['Client'] = $values['L36'];
The 'Client' field is set as read only for the edit page. (By double clicking the field and making it read only in the editor)
The problem is:
When I edit the page, the read only fields are all blank - they dont display any value.
When I use javascript to set the fields to read only, the values do display, but I would prefer to make the values read only in the page editor.
Any Ideas?
Update: This ONLY happens when I assign values from the linked table. If I do something like : $values['Client'] = "ABC"; then the values show up.