Syspeople / CodeNow

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

Delete Records from extension #97

Closed CGraabaek closed 5 years ago

CGraabaek commented 5 years ago

Add ability to delete a record.

CGraabaek commented 5 years ago

@ambsoerensen this is mostly implemented, there just needs some kind of way to delete a widget and other types where there is more than one file.

ambsoerensen commented 5 years ago

You can dynamically get out all related via the metadata class. get metadata from uri via the workspacemanager -> get all files via the metadata.

just be carefull with deleting stuff upstream if files are removed in the workspace.

We will also need a way let user easily clean up the workspace when we try to update a record that exist locally but not upstream.

ambsoerensen commented 5 years ago

@CGraabaek hows it going? :D