function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
debradebra 

Conga Composer when background document created automatically update the related record's status

I am trying to implement a Conga Composer solution where user clicks a link on Order object page to generate a Conga Merge document in the background and the output is attached to the related Order record and at the same time the Order status is updated. 
I have seen this working for our Quote object but can't find any code/setup that implements this.
Best Answer chosen by debra
debradebra
Solution found using Conga URL Flags UF0, MFTS0 and MFTSValue0:  Below sets the Order Status to "CL Generated"
UF0=1&MFTS0=Status&MFTSValue0=CL+Generated

All Answers

debradebra
Forgot to mention I am using the Conga Template feature "Master Field to Set" which works for Quote but not for Order object.  In both cases setting the Status field.
debradebra
Solution found using Conga URL Flags UF0, MFTS0 and MFTSValue0:  Below sets the Order Status to "CL Generated"
UF0=1&MFTS0=Status&MFTSValue0=CL+Generated
This was selected as the best answer