December 2019
Beginner to intermediate
770 pages
16h 14m
English
Calling the CreateCustomer helper function suffices as the customer record that is created will have an empty Customer Category Code field. This makes the construction of this helper function a very easy exercise, as you can see in the following code:
local procedure CreateCustomerWithCustomerCategoryNotEqualToDefault( var Customer: Record Customer)begin CreateCustomer(Customer);end;
Read now
Unlock full access