Skip to main content
October 15, 2025
Solved

Reference other files from XFBRStringService

  • October 15, 2025
  • 1 reply
  • 0 views

Hi, 

I've created an XFBR String Service file, and I would like to reference other (also XFBR String Service) files to break up the XFBR rule to manageable pieces. I keep running into compile issues. Any insights would be helpful. Thanks. 

Here are the screenshots of what I have: 

-Main XFBR String Service file (referenced in the Service Factory):



 

-The secondary XFBR String Service file I'm calling & error:



 

Best answer by RobbSalzmann


 

1 reply

October 17, 2025

When you create the file GetListOfEntities, choose "Standard Class" instead of "XFBR String Service"





Also, namespaces and classes are things, nouns.  Name them as that, e.g. EntityLister.  Methods are the doers and use verb/action names.  Inside EntityLister, have a method called "GetEntityList".

October 17, 2025