Forum Discussion
RobbSalzmann
19 days agoValued Contributor II
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".
RobbSalzmann
19 days agoValued Contributor II