Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
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.
Были ли сведения на этой странице полезными?
Нужна помощь с этой темой?
Хотите попробовать использовать Ask Learn для уточнения или руководства по этой теме?