December 2019
Beginner to intermediate
770 pages
16h 14m
English
Using the [FEATURE] tag and applying the unique suffix for our extension is the basic structure of our codeunit, and will look as follows:
codeunit 60100 "Customer Category PKT"{ // [FEATURE] Customer Category SubType = Test;}
As you can see, a test codeunit is defined by setting its SubType to Test.
Read now
Unlock full access