BLOB Property

Use this field to specify a previously retrieved Binary Large Object (BLOB) property containing the document to be attached or to replace the currently attached document.

On the Event Action Attach form, this field is used with the Attach and Update document actions.

The contents of this field must be one of these:

PROPERTY( [ [collection,] row#,] propertyName )

P( [ [collection,] row#,] propertyName )

where:

  • propertyName contains the name of the property for which you want to retrieve the value.
Note:  When using the IdoOnItem or IdoPostItem framework events to retrieve a property that is part of that event, this is the only accepted parameter.
  • row# is the one-based number of the row containing the property value you want to retrieve.
Note:  This argument is used only with the IdoOnLoadCollection and IdoPostLoadCollection framework events.
  • collection is the name of a result set containing a collection you loaded earlier using a Load IDO Collection action. Optional.

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

DOCBLOB( PROPERTY( [ [collection,] row#,] propertyName ) )

or

DOCBLOB( P( [ [collection,] row#,] propertyName ) )