Change Attribute
This instruction adds or deletes an attribute applicable to all users. It consists of the single character A followed by either + to add, or - to delete:
A-attribute
Delete attribute.
A+attribute,type[,length],changer,[default]
Add an attribute, where:
| — | attribute is the name of a new attribute. |
Note: Do not use the _XX string to name attributes where XX is a 2-digit number. This string is reserved for TIBCO iProcess Engine internal use.
| — | type is T for Text, N for Numeric, D for Date or M for Time. |
| — | length is the length of the field for Text or Numeric fields; decimal numerics should have the number of decimal places after a period. |
| — | changer specifies who can change the values for this attribute: U for the user the attribute applies to, or S for the user or group’s supervisor, (that is, the username in the user or group's SUPERVISOR attribute), or blank for neither. The IPEADMIN user or IPEBACKGROUND user can change any attribute. |
| — | default specifies an initial value of this attribute for all users. |
For example,
A+MENUNAME,T,10,,USER
A+WEIGHT,N,5.2,U,0.00
A+DEPT,T,10,S,DEPT