This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What are configuration tables in Business Central?
Static or slowly changing tables where users enter information once and then rarely, if ever, change it
Primary work tables for users, where they regularly enter information
Tables whose information is generated automatically by the application during posting and similar processes
Setup tables
Which three tables make up a journal?
Journal Template, Journal Setup, and Journal Line
Journal Template, Journal Batch, and Journal Line
Journal Template, Journal Batch, and Journal Entry
Journal Master, Journal Batch, and Journal Line
What type of table is the Document Header table?
Batch posting table
Configuration table
Posted transaction table
Operational transaction table
When is the OnInsert trigger run?
This table trigger runs when a user inserts a new record into a table. The code in the trigger runs after the record is inserted into the table. The code in the trigger runs only if you use the Insert(FALSE) parameter.
This table trigger runs when a user inserts a new record into a table. The code in the trigger runs only if you use the Insert(TRUE) parameter.
This table trigger runs when a user inserts a new record into a table. The code in the trigger runs after the record is inserted into the table.
This table trigger runs when a user inserts a new record into a table from a page. The code in the trigger runs before the record is inserted into the table.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?