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 (globals IsNot Nothing) AndAlso (workspace IsNot Nothing) AndAlso (args IsNot Nothing) Then
If args.FunctionName.XFEqualsIgnoreCase("Tree") Then
Return "A#Cash.Tree"
End If
End If
  1. Save .