Build expression with the reference to the other field(s) value

DocTrix Forms for Office 365 > How to? > Build expression with the reference to the other field(s) value

Samples:

item.booleanfield === true
item.textfield.includes('Some text')
controls.numbercontrol > 0 
(mode === 'edit') && !(item.selectfield === 'Draft') && !(item.selectfield === 'Rejected')
(item.selectfield === 'In progress') || (item.selectfield === 'Returned to originator')

To reference a parent form field in expressions for detail (List or File) fields:

parent.booleanfield === true

 

Contents