/build/static/layout/Breadcrumb_cap_w.png

In Kace Service Desk, I am wanting to have data that is entered in to a single field (Username) to be added to a separate field (Title).

Ideally with out overwriting the (title) field but just adding to it


0 Comments   [ + ] Show comments

Answers (1)

Posted by: Hobbsy 3 years ago
Red Belt
0

You need to use a concatenate for the values, so you need an update statement something like this


UPDATE 

HD_TICKET 

SET HD_TICKET.TITLE = CONCAT((SELECT HD_TICKET.TITLE), " : Username : ", (SELECT USER.FULL_NAME FROM USER WHERE USER.ID = HD_TICKET.CUSTOM_FIELD_VALUE11)) 

WHERE HD_TICKET.HD_STATUS_ID = 123 AND HD_TICKET.TITLE NOT LIKE '% : Username : %'

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
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