ASSIGNEDTO Function

This function determines whether the current document is assigned to the specified user.

ASSIGNEDTO("UserName")

Where UserName may be an entered username, or the function WHOAMI() for the current user.

ASSIGNEDTO("Ted.Brimley")

This function will return true if Ted is assigned to the document.

ASSIGNEDTO(WHOAMI(1))

This function will return true if the current user is assigned to the document.

Related Topics