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)>>
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)>>
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)>>
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. |