Database View Assistance - Problems with translation

Carlos Petrucio
Mega Sage

Hello, I hope you are all well. I need help because I can't get a database view to work properly.

In this database view, we are displaying data from 3 tables.

 

- task_sla (SLA Table)

- ticket_my (Parent Tickets)

- task_my (Child Tickets, Tasks)

 

Below is the configuration for displaying the tables.

CarlosPetrucio_0-1737673103859.png

Problem: In the ticket record and in the task record, there is a field called u_item that is a reference field for "record producer" and displays the name of the record producer.

 

When I search in English in this column for the item name, it filters in the database normally.

Query -> "ticketmy_u_item.nameLIKEParts Identification"

CarlosPetrucio_1-1737673235780.png

But when I change my language to Brazilian Portuguese, the error below occurs:
Query -> "ticketmy_u_item.nameLIKEIdentificação de Peças"

CarlosPetrucio_2-1737673381882.png

Does anyone know why its happens?

1 REPLY 1

Gangadhar Ravi
Giga Sage
Giga Sage

@Carlos Petrucio 

 

please check this https://www.servicenow.com/community/developer-forum/syntax-error-or-access-rule-violation-detected-...

 

Please mark my answer correct and helpful if this works for you.