This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What trigger is available in every codeunit?
OnRun
OnExecute
OnOpen
OnOpenCodeUnit
In a codeunit, how do you call a function from another object?
Declare a variable of type Code and then call the function by using the CodeUnit.Function syntax.
Declare a variable of type Codeunit and then call the function by using the Function syntax.
Declare a variable of type Codeunit and then call the function by using the CodeUnit.Function syntax.
Which subtype is used to define a default codeunit?
Regular
None
Normal
Default
What property is used to specify if a codeunit is public or internal?
Subtype property
Access property
RunObject property
Main property
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?