GetListColumnDisplayName function
Applies to JungleDocs for SharePoint 2010-2019.
For JungleDocs for Office 365 tutorials, click here.
This article describes the formula syntax and usage of the GetListColumnDisplayName function in JungleDocs.
Description
Inserts selected list's column display name.
Syntax
GetListColumnDisplayName(fieldName; [listTitleOrUrl])
The GetListColumnDisplayName function syntax has the following arguments:
- fieldName Required. Internal, static or display name of a list column.
- listTitleOrUrl Optional. List name or URL. Default values are pulled from the current list.
Examples
GetListColumnDisplayName("Author")
GetListColumnDisplayName("Author"; "Contacts")
GetListColumnDisplayName("Author"; "Tasks/HR")