$getBranchChildCategory

Returns the name of the default category for the children of the specified branch.
Syntax
    $getBranchChildCategory{branchID}
DocumentationReturns the name of the default category for the children of the specified branch:

    Parameter:
      branchID, a optional parameter to specify the branch whos default child category name is requested, defaults to the current branch.
    Return:
      the name of the default child category of the specified branch.
Examples
    $getBranchChildCategory {}

    Result:
    returns default category for the current branchs
    children:
    for example: firstBranch_Catalog
GroupCode
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1