/build/static/layout/Breadcrumb_cap_w.png

Changing Approver

The help desk rule wizard has no approver available for selection. If you need to change the approver, create a help desk like what you normally would, but select Owner. After the rule is created, change T.OWNER_ID to T.APPROVER_ID.

update HD_TICKET as T, USER as T5
set T.OWNER_ID = T5.ID
where T5.USER_NAME = 'helpdesk1' and
(T.ID in (<TICKET_IDS>))


update HD_TICKET as T, USER as T5
set T.APPROVER_ID = T5.ID
where T5.USER_NAME = 'approver1' and
(T.ID in (<TICKET_IDS>))

0 Comments   [ + ] Show comments

Answers (0)

Be the first to answer this question

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ