Skip to main content

GetAnalysisRuleId

The GetAnalysisRuleId function is supported in Studio ONLY. This function returns the unique identifier of the Analysis Rule Name.

Prototype

  GetAnalysisRuleId( Name )

Arguments

  Name        String       By value

A valid string containing the Analysis Rule name.

Returns

  String

Returns the unique identifier or the Analysis Rule.

Exception

  Undefined

Undefined is returned if an invalid Analysis Rule name is passed.

Example

  GetAnalysisRuleId( 'Sigmafine Balance')

This will return the unique identifier of the analysis rule.