Create a New XFBR Service
- Right-click Files, select Add File.
- Name: MyXFBRs
- Type: XFBR String Service

- In the body of function GetXFBRString:
- Set the checked Function name to Tree
- Replace the Return line with:
return "A#Cash.Tree";
The result:
if ((brGlobals != null) && (workspace != null) && (args != null))
{
if (args.FunctionName.XFEqualsIgnoreCase("Tree"))
{
return "A#Cash.Tree";
}
}
- Save .