Tutorials
Business Objects Essentials - Create a Data Class Function


What? | Learn how to define a function in a Data Class, inherit it in a sub-class, or make it static so it can be called on the Data Class itself as opposed to its instances. |
Why? | While Script Functions can be called anywhere, a Data Class Function can solely be used on an instance of the Data Class it is defined in (or on the Data Class itself if static). |

- Business Objects Essentials - Create a Data Class
- Business Objects Essentials - Create a Script Function
It builds upon the “Person” Data Class created in the Tutorial "Business Objects Essentials - Create a Data Class", adding functions to it.

Could this article be better?Yes, let me send feedback


Comments (0)
Developer is transitioning to Appway Community
All material for Appway 6 is still available here on developer.appway.com during the transition to Appway Community.
Material for Appway 6.3 and Appway 7 is available in the Knowledge Base on community.appway.com.
Note: The Community Blog, our Forum, and the Support system are available exclusively on Appway Community.
Any questions or feedback? Please contact community@appway.com
Material for Appway 6.3 and Appway 7 is available in the Knowledge Base on community.appway.com.



See Also
COOKBOOK
Naming conventionsSearching deeply nested data structuresBuilding a simple puzzle game in AppwayData initializationImproving Resource Utilization
