Record producer creating ticket with on hold state

Narkkya Arulsel
Tera Contributor

Hi All,

 

I have a record producer that goes to 'on hold' state as soon as the form is submitted.

On the record producer I have below script but the state doesn't change to 'new'.

1 is value of new option in state field

3 is value of on hold option

 

current.state = '1';
current.u_caller = producer.employee_name;
current.u_category = 'categoryname';

 

Even without the above the script it goes to 'on hold' state.

Has anyone seen this before or is able to help please.

 

Thanks,

Narks

1 ACCEPTED SOLUTION

Rahul RJ
Giga Sage
Giga Sage

@Narkkya Arulsel Can you check if is there any  Business rule setting the state on hold?

Please mark the answer correct/helpful based on Impact.
Regards,

RJ

 

 

View solution in original post

6 REPLIES 6

Anoja
Mega Sage

Hi,

 

Check any template is there under Generated record data tab in the record producer form that is setting the state to on hold.

 

Thanks,

Anoja

Can confirm I didn't have any template under Generated record data tab on record producer.