Dear all, i am trying to save a document in the view but, after the document is getting saved the “Form” field is not appearing in the document properties list & $$Return field is not returning any custom message.
Subject: “Form” field is not appearing in the document properties list of a form.
Add a computed field called ‘Form’. Call ComputeWithForm if using LS.
BPM
Subject: “Form” field is not appearing in the document properties list of a form.
Check the form properties to see whether the form is being stored in the document. If it is there will be a $Title field instead of a Form field.
Getting the Form Processed message when you have a $$Return field on the form would suggest that there is some code running when you save the document that has errors and is bombing out before it gets to processing the $$Return field.