Hi @Awantika verma ,

you can configure like below.

 

1. Create one choice value for state called “Pending with Customer” .

2. Create onload client script. and use below logic

if(g_form.getValue('status')=='Awaiting Info') //Awaiting Info use internal value for this
g_form.addOptions('state','Pending with Customer','Pending with Customer');
else
g_form.removeOption('state','Pending with Customer');

3. Create one before Business rule and set the status ="Blocked by vendor" if state is “Pending with Customer” .

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP

-------------------------------------------------------------------------