Edit Entity Using URL Paths

Last Updated: 12/03/2015 Introduced in Verision: 2.0

Decisions URL’s paths system were designed to provide user with powerful navigation control in the System between Folders, Flows, Rules, Pages, Reports, Forms and much more using wide variety of additional options like Security and View.

 

Edit Entity

We can edit entity in Decisions using URL with entity’s Id.

To get entity’s Id we locate an entity we want to edit, rightclick it, and select Manage > Get ‘Entity Name’ ID.

getEntityId

From resulting pop-up window we copy Entity Id to the clipboard and close this pop-up window.

copyEntityId

To build our URL we add EntityId parameter to our base url. So for example our URL should look like:

http://localhost/decisions/?EntityId=b0949dfe-ed9e-11e3-97ef-00155db8db0a

editEntityById

Additional Resources