Monday
Dear Experts,
I have a custom schema ("Validation") that has a Yes/No field called "Validated". The schema is attached to a document type called "MedicalRecords". I want to be able to toggle a button in Document Actions Slot if the value Validation.Validated is Yes. What is the correct syntax for custom expression to enable / disable this button? I have tried document.properties.validation.validated === null and various other combination. Any guidance would be appreciated.
Thanks,
SG
yesterday - last edited yesterday
The custom expression syntax must be valid JavaScript, not Polymer flavored e.g.:
document.properties['validation:validated'] === 1
https://doc.nuxeo.com/studio/javascript-expression-examples/
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.