DatasheetElement.getActionColumnInfo (Method)

Returns a structure containing information about a datasheet action column.

Returns:

DatasheetElement_GetActionColumnInfo_Result (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
ActionModule ModulePath The name of a ColdFusion module or the full path to it.
ColumnName PlainText_NonNull The action column's header.
ColumnText String The hyperlinked text that CommonSpot displays in each of the datasheet's row.
HideHeader Boolean Boolean flag which when true tells CommonSpot to hide the column's header.
WindowTargetName PlainText_100 The name of the new browser window in which the ColdFusion module displays information.

Arguments:

Name Type Required Description
pageID RealPageID_NonBaseTemplate Required The page's ID.
elementID ControlID Required The datasheet element's control ID.
viewName PlainText_NonNull Required A view's name.
columnName PlainText_NonNull_100 Required An action column's name within a datasheet's view.

Context:

License Requirements Datasheet
Permission Requirements ContributorOrServerCode
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None