Search Criteria Commands

Advanced search criteria can be built using command that will obtain information from your system. This is helpful when you want to dynamically determine the system time or the current center code.

 

      UserName()

Returns the SPI name of the user currently logged in.

      WSName()

Returns the workstation name of alphanumeric characters only.

      WSNameFull()

Returns the full workstation name of the current workstation.

      UserID()

Returns the SPI Code of the user currently logged in.

      CenterCode()

Returns the Center Code of the user currently logged in.

      CenterName()

Returns the name of the Center for the user currently logged in.

      SearchDate()

Returns the current date of the workstation. This does include the Date delimiter.

Note: This SearchDate() was previously called Date() but was renamed in v4.7.36 and later. This change allows support for the SQL Server command GetDate().

      Now()

Same as SearchDate() above.

      sDate()

Returns the current date without the date delimiter. This can be used when also building a specific time with the date.

      WorkstationID()

Same as WSNameFull.

      WSLoginName()

Authenticated name of the user currently logged into the workstation.