![]() |
![]() |
In the 1st form, named "FORM1", create a computed field named FORM1_DocID. The FORM1_DocID field should be computed when composed and have this for the formula:
@Text(@DocumentUniqueID)
@SetDocField(FORM1_DocID;"form1_field1";form2_field1); @SetDocField(FORM1_DocID;"form1_field2";form2_field2); ... @Command([FileSave]); @Command([FileCloseWindow])