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'"

Sai89
Mega Expert

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.

17 REPLIES 17

I exported the single record from list view, but did not find this 'saml2_update1_properties action' to change it

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'

lalaLandlo
Tera Contributor

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"