DOCINTERNAL

Returns a value that indicates whether presentation of the attached document is to be restricted to users inside the enterprise or also made available to parties outside the enterprise, for example, accessible through a portal or sent along with email messages.

Return Value

Boolean

Notes

These are the possible return values:

  • TRUE indicates that the document is restricted to users inside the enterprise.
  • FALSE indicates that the document is accessible through external means (portals).

Syntax

DOCINTERNAL( attachmentName )

OR

DOCINTERNAL( attachmentSeq )

where:

  • attachmentName is the name of the attachment for which you want the return value.
  • attachmentSeq is the 1-based sequence number of the attachment for which you want the return value.