I have a grid with a text field called 'test'. I want it to default to something whenever I add a record. I realise I couId set a default for the field in manage fields, but I'm trying to get auto assign working and besides that change would affect all grids. Using the below command works in Manage Fields -> Equations -> Auto assignment rules, but not in "Manage Grids -> Auto assign the following fields" :
A:test="this is a test"
I am putting this in the field I want to drive the change with (the trigger field)
Is that because this box is to constrain which fields in the grid are affected by the 'field driven' auto assign rules, or can this box contain rules? I notice it mentions comma separation instead of | (pipe) separation.
Thanks
Comments