The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Database view on case table variables and sla table

Shruti Bhosale
Tera Contributor

Hello,

 

I want to create report on SLA details on case table.

But case records are created through record producer and it has variable editor and variables on that case record.

on report its not showing variables in report.

can you please suggest how i can develop database view for this it will be helpful.

 

Thanks and Regards,

Shruti B.

5 REPLIES 5

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Shruti Bhosale,

 

You need to create  a databased view with 3 tables.

1. Case table.

2. SLA table.

3. Variable table. (sc_item_option_mtom, question_answer)


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Shruti Bhosale
Tera Contributor

Screenshot 2024-03-24 134409.pngScreenshot 2024-03-24 134523.png

Hi @Shruti Bhosale ,

 

This will not show you the varaibles you will have to include the variables table in database view execeptionally...


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Shruti Bhosale
Tera Contributor

Variables are not showing up as columns in report.