SIGNOFFDTE Function

The function returns the signoff date of the specified role and document.

Syntax

SIGNOFFDTE(Role index, <Document Number>)

Where...

  • Role index is the number corresponding to the role, from 1-8. This number can be determined by using the ROLEINDEX function.
  • Document Number is an optional parameter that specifies the document to search for the role index on. If this parameter is not specified, the current document is used.

Example

SIGNOFFDTE(5,1.2)

This calculation will return the signoff date for role index 5, on document 1.2 in the Document Manager.

Related Topics