JoanneG Posted June 24, 2024 Posted June 24, 2024 Good Afternoon, Can any one advise how I update an Asset Substate when importing from CSV file, I have tried numerous options, but nothing seems to work... unable to find the correct naming convention on the wiki / import details.. Also on description, keep getting the <no Value> <no value>.... I have tried to remove (bold) info from this line, however it then brings up error.. "h_description":"{{.Description}}\n\n{{.Manufacturer}} {{.Model}}",
Steve Giller Posted June 24, 2024 Posted June 24, 2024 h_operational_state is an Integer value, currently valid for 0, 1, or 2 I'm not sure where you're getting h_operational_substate from, that's not a column in the h_cmdb_assets table (see the Entity Explorer under Service Manager Admin and select Database Schema Viewer for details of each table, including ENUM values) Substates are user-defined, and are stored in the h_substate_id and h_substate_name fields 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now