Skip to main content
Nintex Community Menu Bar
Question

How to remain on the Drawloop page after generating a document

  • March 25, 2025
  • 1 reply
  • 56 views

Forum|alt.badge.img

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.

1 reply

Brent_Doc
Nintex Employee
Forum|alt.badge.img+12
  • Nintex Employee
  • April 22, 2025

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!