December 2019
Beginner to intermediate
770 pages
16h 14m
English
CreateGiftCampaignForItemAndCustomerCategoryWithMinimumOrderQuantity has to create a gift campaign record that combines the item that has just been created and the customer category that is linked to the newly created customer, and defines the period of time within the campaign will be valid and active. Have a look at what the functions look like:
local procedure CreateGiftCampaignForItemAndCustomerCategoryWith MinimumOrderQuantity( NewItemNo: Code[20]; NewCustomerCategoryCode: code[20]; NewMinimumOrderQuantity: Decimal; NewGiftQuantity: Decimal)var GiftCampaign: Record GiftCampaign_PKT;begin with GiftCampaign do begin Init(); Validate(CustomerCategoryCode, NewCustomerCategoryCode); ...
Read now
Unlock full access