Skip to main content

Create a New XFBR Service

  1. Right-click Files, select Add File.

add file

  • Name: MyXFBRs
  • Type: XFBR String Service

new xfbr service

  1. 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";
}
}
  1. Save .