Setting Up Your Database
1
Create Your Standards
Create Standards that reflect the data you would like to store. Each Standard defines the shape of a record type — its fields, types, and relationships.
2
Import Your Standards
Load your Standards into the Standard System using the Replace
import command:STD_NAME with the name of your Standard and STD_FILE_PATH with the path to your Standard definition file.3
Interact Programmatically (Optional)
Optionally, create packages and Standard code to programmatically interact with the database records. This allows you to build custom logic, automate record management, and integrate your database with other parts of your Standard System.