Hi
When creating a new custom field of type link, “depends on” part is written this way:
eval:doc.supplier_group != ‘Contractor’
and system shows error “missing ; before statement”
if semicolon is added before the statement( ;eval:doc.supplier_group != ‘Contractor’) system says unnecessary semicolon.
Thanks