Solved

How can I retrieve the 'Comments' entered by the Admin when delegating the task

  • 3 April 2024
  • 1 reply
  • 32 views

Badge +1

Hello,

I am currently trying out 'Nintex Forms for SharePoint 2019'. I have designed a workflow where if it requires approval from user A, during the 'pending task' period, the Admin user can modify the approver. This can be achieved using 'Delegate task', but how can I retrieve the 'Comments' entered by the Admin when delegating the task, or does Nintex provide additional APIs to perform the 'Delegate task' action?

icon

Best answer by SimonMuntz 9 April 2024, 06:05

View original

1 reply

Userlevel 6
Badge +22

Hi @Tannic,

The delegate comment is generally only used in the notification email sent to the user delegated the task.
 

To access this information, you must query the Nintex Content database which stores the site collection data to which the task list belongs. The table dbo.delegateHistory contains a column called comment.

Reply