unable to delete record through background script also getting this message "Inheriting workflow flag value 'false' for deletion of record '6cfece73db7a4cd05b74f9b2f3961936' from sub-class 'cmdb_ci_win_server'"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2021 05:35 AM
Hi,
I could not able to delete one server record through background script
getting this message after running it. Please help me out on this how can i do this.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2025 12:28 AM
I exported the single record from list view, but did not find this 'saml2_update1_properties action' to change it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2025 02:46 AM
I have searched action="INSERT_OR_UPDATE" and modify it to "DELETE".
While I import xml, I get an error as 'File new xml.xml is not valid XML and has been deleted'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2025 02:12 AM - edited ‎04-25-2025 02:49 AM
Thank you for the helpful solution Sushrut.
To add on, the modification is depend on the table name, in example above is for table 'saml2_update1_properties'. you can try to search with action="INSERT_OR_UPDATE" and modify it to action="DELETE"