Retrieves the value of the specified Company Constant.
Note: If a Global Constant and a Company Constant have the same name, the value of the Company Constant overrides the value of the Global Constant for that Company.
@company::getCompanyConstant(String constantName)
Value of the specified Company Constant.
@company = @event::getCompany()
$main.continue = @company::getCompanyConstant("WEBSERVERURL")
$content = $content & $main.alarmPointURL