Templates for Master Data follow the same general structure of the other object books. Refer to the General Tags section for general tags. This section will describe tags that are specific to Master Data

Note that for Master Data, you are able to filter which types of object will be included in the document (Entity or Attribute).

Tags in this section start from the root array “objects” and are within the “object” object.

Entities

Note: Other than Process, Entities is the other EPC object to have attributes as associations. Refer to General Tags for tags for all associative objects.

Tag Description
{namespace} The namespace in which the entity is implemented
{rolePermissions} An array containing all roles and their CRUD permissions
{#rolePermissions}{#target}{name}{/target}{/rolePermissions} Name of the role that has CRUD permissions
{#rolePermissions}{#target}{nodeType}{/target}{/rolePermissions} Object Type that has CRUD permissions (in this case always ROLE)
{#rolePermissions}{create}{/rolePermissions} Boolean for Create permission for the role
{#rolePermissions}{read}{/rolePermissions} Boolean for Read permission for the role
{#rolePermissions}{update}{/rolePermissions} Boolean for Update permission for the role
{#rolePermissions}{delete}{/rolePermissions} Boolean for Delete permission for the role
{resourcePermissions} An array containing all resources and their CRUD permissions
{#resourcePermissions}{#target}{name}{/target}{/resourcePermissions}* Name of the resource that has CRUD permissions
{#resourcePermissions}{create}{/resourcePermissions} Boolean for Create permission for the resource
{#resourcePermissions}{read}{/resourcePermissions} Boolean for Read permission for the resource
{#resourcePermissions}{update}{/resourcePermissions} Boolean for Update permission for the resource
{#resourcePermissions}{delete}{/resourcePermissions} Boolean for Delete permission for the resource

Attributes

Tag Description
{complexEntity} Boolean indicating if the attribute is a complex entity
{rolePermissions} An array containing all roles and their CRUD permissions
{#rolePermissions}{#target}{name}{/target}{/rolePermissions} Name of the role that has CRUD permissions
{#rolePermissions}{#target}{nodeType}{/target}{/rolePermissions} Object Type that has CRUD permissions (in this case always ROLE)
{#rolePermissions}{create}{/rolePermissions} Boolean for Create permission for the role
{#rolePermissions}{read}{/rolePermissions} Boolean for Read permission for the role
{#rolePermissions}{update}{/rolePermissions} Boolean for Update permission for the role
{#rolePermissions}{delete}{/rolePermissions} Boolean for Delete permission for the role
{resourcePermissions} An array containing all resources and their CRUD permissions
{#resourcePermissions}{#target}{name}{/target}{/resourcePermissions}* Name of the resource that has CRUD permissions
{#resourcePermissions}{create}{/resourcePermissions} Boolean for Create permission for the resource
{#resourcePermissions}{read}{/resourcePermissions} Boolean for Read permission for the resource
{#resourcePermissions}{update}{/resourcePermissions} Boolean for Update permission for the resource
{#resourcePermissions}{delete}{/resourcePermissions} Boolean for Delete permission for the resource

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Visit the Support Portal

Post Comment