Okay, I have the OnChange event working,but the following areas are not picking up field names.
memo.Subject=("This is a test document"+FieldName
Call rtitem.AppendText("This is the body"+FieldName2)
The quoted text is showing up in the email, but not the field value that I'd like to append to...
I am trying to set 3 different fields to send an email if the field value changes, and would like to do it individually. For example: If the status field changes from Open to In Progress, I would like an email to automatically trigger. I have set this up with a field monitor and an @function...
I am trying to use the following formula to make sure that a field is equal to 9 characters. Does anyone have an idea as to what could be changed with the formula to make it work? I've moved a few things around, but still no luck.
@If (@Length(*fieldname)=9;@Success;@Failure("Number must be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.