cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Why Description on Tickets will set the flag Note Exists

Eduardo_DaSilva
Explorer
0 Kudos
321

Hello experts,

I've made the flag Note Exists on Tickets visible, and I was assuming that this flag was only set to Yes if an Internal Note exists within the ticket.

But looks like that even if the description of the ticket is filled it makes the flag set to Yes.

Does anyone knows how to make the flag to be set to Yes when an Internal Note exists and not when the ticket contains a description on it?

Thanks' for the support.

Regards,

Eduardo

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Kudos

Hi,

Thats SAP standard behaviour that ticket "Description" field is bound to TextCollection with TypeCode 10004. This means that anytime Description is added to the UI then TextCollection node will be created/updated which in result updates TextExistsIndicator.(this is shown as "Note Exists" in UI)

Hence you need to implement some solution which inlcude custom development(either via SDK or via KUT)

Eduardo_DaSilva
Explorer
0 Kudos

Thank you Saurabh

Answers (0)