Introduction to VertiGIS Studio Item Manager
VertiGIS Studio Item Manager is a standalone, web-based application that gives you fine-grained control over your ArcGIS Online and ArcGIS Enterprise items.
You can use Item Manager by opening apps.vertigisstudio.com in a web browser.
Item Manager is a general purpose tool that can help you with a whole range of routine to advanced portal item management tasks. For example:
Search for, filter and sort items you own or have permission to access.
View and edit the JSON content of items in a rich code editor that includes code completion for common item types.
View child resources of items. Drag-and-drop to add new resources.
Clone items, including their child resources.
Visualize and compare the properties and JSON content of items using a powerful "diff" tool.
VertiGIS Studio Item Manager Interface
VertiGIS Studio Item Manager provides an easy-to-use, intuitive interface that lets you find and manage your items.
Find Items
By default, Item Manager presents a list of your most recently modified items. Use the Search box to find items that match a search term. You can change the filter and sort options to refine your search.
Manage a Single Item
When you select a single item, a list of actions appears. Depending on the type of the item and your permissions, different actions are available.
Item Details
The Item Details view presents basic descriptive information about an item, such as the ID, owner, type, title, description and last modified date.
Item JSON
The Item JSON view displays the underlying JSON definition of an item. This view supports editing if you have edit permission on the item.
Not all properties of an item are editable. Many properties, such as id
and modified
, are managed by ArcGIS.
Item Content
The Item Content view displays the underlying text content of an item. This view is only available if the item has text or JSON content that is suitable for display in a text editor. This view supports editing if you have edit permission on the item.
Item Resources
The Item Resources view displays the child resource files of an item. This view supports adding and removing resource files if you have edit permission on the item. The item's owner and organization administrators also have the ability to download the collection of resources as a .zip file.
Manage Multiple Items
By default, Item Manager operates on a single item. Enable Select Multiple to select multiple items from the Results list and perform actions that apply to all the selected items. Depending on the number and type of items you select and your permissions, different actions are available.
Compare Items
When you select two items the Compare Item JSON and Compare Item Data actions are available. The comparison interface shows the textual differences between the two items. It also supports editing if you have edit permission on the individual items.