Make Assigned to Field read only while creating new interaction

PavithraDeB
Tera Contributor

i want to make the Assigned to Field Read only while creating a new interaction.

While creating a new interaction, the assigned to field is auto populated with the agent name who is working on it.

I spotted a Client Script which is responsible for auto-filling assigned to Field but while creating the interaction i want the field to be invisible.

i tried to achieve it via UI policy but no luck

Reason: If the assigned to is filled, the Response SLA is not capturing for the incident that is created

 

 

PavithraDeB_0-1754225637250.png

PavithraDeB_1-1754225778583.png

 

PavithraDeB_2-1754225840337.png

 

 

1 REPLY 1

Rafael Batistot
Tera Sage

Hi @PavithraDeB 

 

this is sintaxe of read only, using in client side 

 

function onLoad() {
g_form.setReadOnly('priority', true);
}