Skip to:
The party.patientpet description field is a derived value. Ensure it doesn’t exceed 255 characters by using expr:trim()
added new function, expr:abbreviate(value, maxLength) - if the value > maxLength, this trims value to maxLength - 3, and adds an ellipsis
updated the party.patientpet description node to use expr:abbreviate() to ensure it doesn’t exceed 255 characters
The party.patientpet description field is a derived value. Ensure it doesn’t exceed 255 characters by using expr:trim()