Skip to main content
Nintex Community Menu Bar

Hello everyone,

I am new to Nintex Community and have few questions, hoping to get the answer from someone.

  1. After a Nintex document generation process initiated from a record(in this case a custom object called ‘Treasury Service’), the landing page goes back to the same record from which the document generation was initiated. Is there any configuration at either DDP or Delivery Options level, to remain on the Drawloop page and not going back to the record, it was initiated from.

  2. For generating the document using Apex, how do we pass the DocGen File Template ID along with DDP ID. We were able to figure it out to pass the DDPID but do not find an option to pass DocGen File Template ID

 

Thx.

hi ​@Ak2025  - 

  1. by default a download delivery option should present a download link to the generated document and not auto return to the record. check if there is auto run and processing in the button or on the delivery option. Might need to change the delivery option to download as well. 
  2. When running DocGen from Apex, you should not need to pass templates. It will run the DocGen Package and use the templates from the package. You can set them up to come in conditionally as well if needed. 

 

That should help!


Reply