Full name is not display correctly after I saved the ticket
Hi,
I have created a queue for employee termination. Basically, I make use of one custom field for sql query to pull out the user name for example: Peter, Pan (US) from the USER table (query: select full_name from USER). However, once I saved the ticket, it only shows Pan (US) at the custom field. And when I save again, it will only display Pan (US). Thus we wouldn’t know who is the actually user for termination if we have more than two 'Pan' in the office and the daily report will only show Pan (US) as the username. Any advice is appreciated.
Thank you
Thomas
I have created a queue for employee termination. Basically, I make use of one custom field for sql query to pull out the user name for example: Peter, Pan (US) from the USER table (query: select full_name from USER). However, once I saved the ticket, it only shows Pan (US) at the custom field. And when I save again, it will only display Pan (US). Thus we wouldn’t know who is the actually user for termination if we have more than two 'Pan' in the office and the daily report will only show Pan (US) as the username. Any advice is appreciated.
Thank you
Thomas
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
GillySpy
13 years ago
This looks like a bug. I suggest opening a support ticket. As a workaround try to take out the comma in some way
e.g.
This will remove the comma
This will display a comma in the webui but when you search or report on it it will show the HTML code:
This will change the comma to a unique character that looks similar and could be searched / replaced later
e.g.
This will remove the comma
query: select REPLACE(FULL_NAME,',',') FROM USER ORDER BY 1
This will display a comma in the webui but when you search or report on it it will show the HTML code:
query: select REPLACE(FULL_NAME,',',',') FROM USER ORDER BY 1
This will change the comma to a unique character that looks similar and could be searched / replaced later
query: select REPLACE(FULL_NAME,',',';') from USER ORDER BY 1
Posted by:
GillySpy
13 years ago
Posted by:
thamthomas
13 years ago
Hi Gerald,
I did open a support ticket and I was told there are no issues with the appliance and what I am asking is out of support guidelines. The only suggestion from the support is to auto create another ticket under a new queue just to capture the fullname detail.
Anyway, I have managed to remove the commas and now it displays " Peter Pan (US) ". You saved my day. Thank you
Cheers,
Thomas
I did open a support ticket and I was told there are no issues with the appliance and what I am asking is out of support guidelines. The only suggestion from the support is to auto create another ticket under a new queue just to capture the fullname detail.
Anyway, I have managed to remove the commas and now it displays " Peter Pan (US) ". You saved my day. Thank you
Cheers,
Thomas
Posted by:
GillySpy
13 years ago
Glad it helped. It would take some convincing to me that this is not a bug, can you pm me the ticket # please?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.