Forum Discussion
RobbSalzmann
2 months 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".
- RobbSalzmann2 months agoValued Contributor II
- KH12 months agoContributor II
Thank you for sharing.
Also, please help me understand the "standard class".
- What, Why, How, etc.
- I couldn't find its info in Community and the Design Guide
Thank you, RobbSalzmann.