So, let's create our BIM DB app with the following core objects:
- Movie
- Person (yes, we could use the Contact object for this, but let's not use it for the sake of this exercise)
- Review
- Company (yes, we could use the Account object for this, but let's create our own custom object)
To create an app, we will have to follow these steps:
- Log in into your Developer Org and navigate to Setup. In the quick search (in the left sidebar), enter App and select App Manager.
- Click the button in the top right called New Lightning App.
- Follow the wizard by filling in BIM DB as the App Name; Developer name fields will be filled automatically when you click out of the Name field. It should now have BIM_DB as the Developer name. Upload ...