ServiceNow/PySNC

Update does not work when sys_id is not a field

Closed this issue · 0 comments

If you specify gr.fields = 'active,short_description' for example and then try to update it will error - because sys_id is never pulled and we don't know what record we're pulling.

Should always pull sys_id no matter what.