Show TOC

Syntax documentationOsCLD Locate this document in the navigation structure

The Content Library Document function allows you to display a document from the Content Library page of Interface for the Web.

Note Note

The Content Library does not require an association to a specific application or dimension member.

End of the note.

Syntax Syntax

  1. OsCLD(Application,FileName,Team,Type,Target window)
End of the code.

Application — The name of the application where the document resides.

FileName (optional) — The name of the document to display.

Team (optional) — The team that has access to this document.

User (optional) — The user who has access to this document.

Type (optional) — The document type.

TargetWindow (optional) — Determines where to display the documents.

  • 0 = Same frame (default)

  • 1 = Same window

  • 2 = New window

Example Example

The following example displays a document called BPC_5.pdf. The document must be posted to the Content Library of Interface for Web.

=OSCLD(Finance,PC_5.pdf,,Doc,2)

End of the example.