Modify URI Builder

The URI builder is used to build OData URI after you select Create, Update, or Delete from the Operation list in the ODataModify activity.

Note: Before using the URI builder, ensure that you have selected an OData Connection share resource.

The Object panel in the URI Builder wizard lists all entity sets at the first level and shows entity properties and navigation binding properties in the second level.

When you select different options from the Operation list on the General tab, different item types are displayed for completing different tasks.

When selecting Create from the Operation list of the General tab, you can select an entity set or a navigation property.
  • Entity set: select it to create an entity or derived entity into this entity set.
  • Navigation property: select it to add a reference.
When selecting Update from the Operation list of the General tab, you can select an entity set, a property, or a navigation property.
  • Entity set: select it to update an entity.
  • Property: select it to update an property of the entity.
  • Navigation property: select it to change a reference.
When selecting Delete from the Operation list of the General tab, you can select an entity set or a navigation property.
  • Entity set: select it to delete an entity.
  • Navigation property: select it to delete a reference.
Note: OData URI is generated automatically when you select tree node from the Object panel.