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".
- RobbSalzmann19 days agoValued Contributor II
- KH117 days 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.