Username

Use this field to specify a valid user ID for the remote system configuration. This allows a session, that is associated with that user, to open.

This field is used with these event action types:

  • Dispatch IDO Method
  • Dispatch IDO Request
  • Dispatch Load Collection
  • Dispatch Load IDO Row
  • Dispatch Update Collection

To create a user name reference using an expression, click the button to the left of this field.

Note: 
  • Make sure you enter a user ID that has permissions (and licensing, if appropriate) sufficient to do whatever you are requesting from the IDO on the remote system.
  • If you want to use the Use Local Password option, you must make sure that the remote system has an identical login (user name and password) to the one you want to use from the current local system.

The contents of this field must use this syntax:

scalarExpr

where scalarExpr is or resolves to a user ID that is valid on the remote system configuration.

When you click OK to return to the Event Actions form, the system "wraps" this content within a USERNAME( ) parameter, which yields this final syntax:

USERNAME( scalarExpr )

Note:  If scalarExpr is a literal value, the system automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr is an expression, the system does not enclose it in quotation marks.