environment:MachineName()

Previous Next

Returns the computername of the local computer.

Syntax

environment:MachineName( )

 

This function returns the same value as the following SQL statement executed in a USoft context:

SELECT rulesengine.getproperty( 'env computername' )