Skip to main content

Hi,

 

In CLM, I’d like to print the name of the user generating a document on the document. Is there any template function to do that?

 

Thanks.

Hello ​@VI3DS 

Welcome to the DocuSign Community!

There are 2 methods of doing this.

1. you can use “User and group” field type in Doc Gen form and paste the merge tag in Template.

2. You can do it inside the workflow using “XML Merge Document” and then you to use the merge tag 
(<# <Content Select="//Contract_Requester" TrackName="Contract_Requester" Optional="true"/> #>)

Thanks!
 


Hi ​@Pawan Gangwani,

 

Thanks. However, this still requires user input. I’m looking for a solution that detects the current CLM user and prints on the document

 


Yeah, then go with the 2nd solution in which, you can use “submitted by” variable automatically generate by workflow & then use the xml merge document step to print it on template.


Reply