Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Implementing DocuSign process with APEX

tparvaizOct 24 2021

Hi, I need some directions... here is what I am trying to do.

Background: We want to generate customer-specific documents and run them through different departments to secure signatures. Depending on the type of document, there will be various departments involved in the approval process.

Steps:

  1. I have a customer table (single record per customer)
  2. I also have a few templates linked to the customer table identified in step 1. These templates will have static verbiage plus variable sourced from the customer table
  3. using an input form, the user should be able to select the template and the customer name (single record, through a dropdown)
  4. When the user selects the template/single customer name in step 3, and press a button, the system should generate a PDF (individual customer-specific)
  5. this PDF should go through the Docusign (or similar) approval process
  6. Ideally, we should be able to track who signed off and dates

Would you please advise how we should approach the above?

Thank you so much for your attention and participation.

Comments
Post Details
Added on Oct 24 2021
3 comments
810 views