emxComponents.properties

The emxComponents.properties page object sets defaults in IP Classification.

Related Function Property Name
Allowed Values Description
Tracking
emxComponents.enable.TrackUsage = TRUE
  • true. Usage is tracked for reference documents and specifications.
  • false. Usage is not tracked.
Specifies whether usage is tracked for reference documents and specifications under classified parts.
emxComponents.enable.TrackDownload = TRUE
  • true. Download of documents is tracked.
  • false. Download of documents is not tracked.
Specifies whether downloads are tracked for reference documents and specifications under classified parts.

This enables tracking download of a particular document, and also finding the number of times a document is downloaded between selected dates by a particular person.

Access Mapping
emxComponents.AccessMapping.ReadWODownload = read,show
emxComponents.AccessMapping.Read = read,show,checkout
emxComponents.AccessMapping.ReadWrite = read,show,checkout,checkin,modify,lock,unlock,revise
emxComponents.AccessMapping.Add = read,show,checkout,checkin,modify,lock,unlock,revise,fromconnect,toconnect
emxComponents.AccessMapping.Remove = read,show,checkout,checkin,modify,lock,unlock,revise,fromdisconnect,todisconnect,delete
emxComponents.AccessMapping.AddRemove = read,show,checkout,checkin,modify,lock,unlock,revise,fromconnect,toconnect,fromdisconnect,todisconnect,delete
Edit the values for the required properties.

For example, if the user wants to have only None, Read, Read Write and Add Remove accesses available for the selection, it is possible. The command object will pass a parameter for which access rights can be displayed for the selection and then accordingly those access rights will be shown for the selection. So the administrator will be able to configure or decide which access rights can be selected to be granted to the users. See About Access Masks for a list of the default accesses for objects.

Defines the access masks granted for each access right. For example, the access masks that are to be granted for the Read access right are dependent on the emxComponents.AccessMapping.Read = read,show,checkout property.

Similar properties exist for all the access rights. The user can add any number of access rights and map the access masks to them. With proper modification in methods and schema, the new access right also can be used.