ProcessManagementStatus

This function is available only with Financial Management as the database connection.

ProcessManagementStatus is a text function that returns the status of a cell in a Financial Management database connection. The possible process levels are Not Started, First Pass, Submitted, Approved, Published, Not Supported, Review Levels 1 through 10. You can use this function in a text box, a text cell, or a text row or column heading.

The function syntax is as follows:

<<ProcessManagementStatus("GridName", Row, Col, Page)>>

Argument

Description

GridName

The name of a Financial Management grid. This value must be enclosed in quotation marks

Row

Numeric value representing the row index of the grid. The first row in a grid has an index of 1, the second row has an index of 2, and so forth.

Col

A letter representing the column of the grid. The first column in a grid has an index of A, the second column has an index of B, and so forth.

Page

A numeric value representing the page dimension index of the grid. The first page dimension in a grid has an index of 1, the second page dimension has an index of 2, and so forth.

Example 1

The following syntax examples display the status for the cell that is in row 21, column B on page 1 of Grid1:

<<ProcessManagementStatus("Grid1",21,B,1)>>

<<ProcessManagementStatus(Current,21,B,1)>>

Example 1

The following syntax example, entered in the text column heading, displays the status for all cells in column B, on page 1 of the current grid:

<<ProcessManagementStatus(Current,Current,B,1)>>

Note:

This function only supports the Current keyword when used in a grid cell; not in a text box object, header, footer or otherwise. For information and examples, see Current / Cur Keyword.