$hasBranchCategory

Examines if a category is set for the specified branch.
Syntax
    $hasBranchCategory{branchID}
DocumentationExamines if a category is set for the specified branch:

    Parameters:
      branchID, a optional parameter to specify a branch other than the current, defaults to the current.
    Returns:
      1 if and only if a category is set for the specified branch; 0 otherwise.
Examples
UL>$hasBranchCategory {}

Result:
if a default category is set explicitely for the current branch:
1
if a default category is not set explicitely for the current branch:
0
GroupCode
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 1