You are viewing limited content. For full access, please sign in.

Question

Question

Forms - Print Action History During Process

asked on December 23, 2020

Is there any reliable method to print out the Action History for a participant of the process while it is in process?

We can save the action history for archive, but I have a request to be able to print it in real time in order to transfer that information to someone who is not a participant but is performing a wet signature as part of the process.

1 0

Replies

replied on December 29, 2020

For some reason I am unable to append any items from the action history pane to the form. When I log the element I cloned to the console it shows up as non-null, but when I append it, it does not show up. If I clone and append any other element from the form it works.

Here is my current code

var test = $('#InboxDetailsDrawer').clone().attr('id', 'newhistory').appendTo('.testAppend');

It does appear using the Chrome print with the action pane history will print it out though.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.