Syspeople / CodeNow

Empower your ServiceNow Development with no instance configuration.
MIT License
8 stars 7 forks source link

isyspatchable #57

Closed ambsoerensen closed 5 years ago

ambsoerensen commented 5 years ago

new interface usable for all records that should be able to patched through the API manager.

required method getPatchableAttributes():object that returns an object containing all the fields that should patched through the API. this object can then be parsed to axios client.

each class then have to decided which records should send on a patch.

ambsoerensen commented 5 years ago

58