I'm trying to simply create an action that will update a field. According to Help, to set a field in a document, it says use:
FIELD fieldname := value;
However, when I enter in my information, and click the green checkmark to verify my code, it always gives me an error message: "No main or selection expression in formula: ';'".
What in the world am I doing wrong?
FIELD fieldname := value;
However, when I enter in my information, and click the green checkmark to verify my code, it always gives me an error message: "No main or selection expression in formula: ';'".
What in the world am I doing wrong?