$hasBranchChildCategory

Examines if a child category is set for the specified branch.
Syntax
    $hasBranchChildCategory{branchID}
DocumentationExamines if a child 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 the specified branch has a child category set; 0 otherwise.
Examples
    $hasBranchChildCategory {}

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