Mobile edit not updating one field

GaryJHayes
Tera Guru

I have set up a mobile agent app configuration to allow users to update some fields on the incident

The configuration allows updates to thirteen fields:

GaryJHayes_0-1687257810601.png

GaryJHayes_2-1687257848781.png

This works correctly for twelve fields but does not work for Incident Priority.

The priority shows the correct value on the edit screen and allows you to edit the value but when it is saved it does not update the incident. All other fields are updated correctly.

This is the configuration (some read-only fields removed for clarity):

 

GaryJHayes_3-1687258023447.png

 

GaryJHayes_7-1687258336455.png

 

 

I have tried deleting/re-creating this configuration but it is always the same

 

Any suggestions??

 

Thanks for reading

 

 

1 ACCEPTED SOLUTION

PaulSylo
Tera Sage
Tera Sage

Hi - I don't think so there is a direct option available for now. The Now Mobile and Agent Mobile Apps from ServiceNow do not support client scripts and data lookup as well similar to desktop app. 

 

if you still want to have a workaround, you can edit and modify the execution script of "Create Incident" .

 

Here are few references,

https://www.servicenow.com/community/mobile-apps-platform-forum/update-priority-lookup-on-incident-m...

 

https://www.servicenow.com/community/mobile-apps-platform-forum/how-to-allow-edits-to-the-incident-p... 

 

Regards,
PaulSylo

Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !

View solution in original post

2 REPLIES 2

PaulSylo
Tera Sage
Tera Sage

Hi - I don't think so there is a direct option available for now. The Now Mobile and Agent Mobile Apps from ServiceNow do not support client scripts and data lookup as well similar to desktop app. 

 

if you still want to have a workaround, you can edit and modify the execution script of "Create Incident" .

 

Here are few references,

https://www.servicenow.com/community/mobile-apps-platform-forum/update-priority-lookup-on-incident-m...

 

https://www.servicenow.com/community/mobile-apps-platform-forum/how-to-allow-edits-to-the-incident-p... 

 

Regards,
PaulSylo

Kindly mark "helpful", if this helps, or Mark as "Accepted " if it solves your issues !

GaryJHayes
Tera Guru

Thanks for the advice. I will check