- Flexera Community
- :
- App Broker
- :
- App Broker Forum
- :
- Re: Mark a catalog item not active in ServiceNow without archiving in AppPortal
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have unsuccessfully found anything in documentation but tried to uncheck "Global Options => Is enabled?" in hope it would update ServiceNow to make the catalog item not active. Did not impact item in ServiceNow so I was hoping there was an option, without archiving a catalog item, to mark an item inactive in ServiceNow.
Any suggestions without manually going into ServiceNow to mark catalog items inactive?
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Under ITSM Integration > ServiceNow - Catalog Import Set Management Service > Create ServiceNow Import Set Record, set the active field to a value of ##PackageVisible##. This is a bit field in the database that corresponds to the Enabled checkbox in the UI. I don't remember if I've tried this or not, but if it doesn't work outright, you may need to play with the transform map in ServiceNow to convert the format to the proper true/false value. I think it may convert the value to a proper-cased True/False, and I think ServiceNow only recognizes all lower-case true/false.
Once you have this working for the Create operation, repeat this for the Update operation (Upsert ServiceNow Import Set Record).
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Under ITSM Integration > ServiceNow - Catalog Import Set Management Service > Create ServiceNow Import Set Record, set the active field to a value of ##PackageVisible##. This is a bit field in the database that corresponds to the Enabled checkbox in the UI. I don't remember if I've tried this or not, but if it doesn't work outright, you may need to play with the transform map in ServiceNow to convert the format to the proper true/false value. I think it may convert the value to a proper-cased True/False, and I think ServiceNow only recognizes all lower-case true/false.
Once you have this working for the Create operation, repeat this for the Update operation (Upsert ServiceNow Import Set Record).
