App in 60 Minutes — Creating a Business Object

Getting into the thick of things…

Previously, in video #2, we created the layout of the Order Guide Tab and populated it with static data. In this video, we’ll address creating a business object, using Apex Repository to create a database table for that object, and bulk load test data to that table. Additionally, we use an Apex Repository coach view to retrieve data from the database and display it in the Dynamic Table (which previously had hard-coded data). This coach view eliminates the need for developing a new integration service, and you’ll be able to display data on your coach with a few simple steps!

In Video #4 we’ll take our process app one step further and connect a business object to an existing external database table using Apex Repository.

Nick Laughton

Nick Laughton