secadm actor ctxproperty - Security Administration: Maintain Actor Context Properties
secadm actor ctxproperty add|update dataArea keyField isPervasive true|false userModifiable true|false serviceName
secadm actor ctxproperty delete dataArea KeyField
Context properties are the key fields that you designate to be available for setting up actor contexts. See the documentation for your application to find out what key fields are suitable for context properties. You assign values to the context properties or attributes for an actor through the secadm actor context
command.
Option | Description |
---|---|
add |
Add the specified key field as a context property in the specified data area. |
update |
Modify a context property. |
delete |
Delete a context property from the system. You cannot delete a context property is actor context values have been added for that context property for an actor. |
dataarea |
The data area that this context property applies to. |
KeyField |
The key field that defines context property. The key field name is case-sensitive and the key field must be a valid key field within the data area. |
isPervasive true|false |
If set to
If the isPervasive flag is set to |
userModifiable true|false |
Set this to true if you need to enable users to switch from one context to another. For example, if you have users who need to view multiple HR organization data, you can set this field to true to enable them to switch their HR organization within the Infor Rich Client. |
serviceName |
The name of the service that the context property applies to. By default, it is blank for the Landmark service. |