do-add-association

Sends an <add-association> command to eDirectory™. The dest-dn for the command comes from the value <arg-dn> if it is specified, or from the current object if not specified. The association value sent is provided by <arg-association>.

Example

<do-add-association>  <arg-dn>  <token-src-dn/>  </arg-dn>  <arg-association>  <token-src-name/>  </arg-association> </do-add-association>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

Attributes

Attribute

Possible Values

Default Value

direct

true | false

Use destCommandProcessor to carry out this action.

Deprecated. Use when=“direct” instead.

false

disabled

true | false

True if this element is disabled.

false

when

auto | before | after | direct

When this action should be performed:

auto - Automatically determined (either in or after the current operation).

before - Before the current operation.

after - After the current operation.

direct - Written directly to the destination data store instead of being added to the current document.

auto

Content Rule

( arg-dn ? , arg-association )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.