KVSKBASalesPriceaLineDiscounts
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Procedures
InitPage(Boolean) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Loads item data and initializes the record for a given item.
[Obsolete('The price calculation needs a redesign due to the standard changes, possibly the function will not be available in the future.', '18.3')]
procedure InitPage(ForItem: Boolean):
Parameters:
Item: The Item record to load data from.
Remarks: This procedure is marked as obsolete and may be removed in future versions. The price calculation needs a redesign due to standard changes, and this function may not be available in the future.
LoadItem(Record Item) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Loads item data and initializes the record for a given item.
[Obsolete('The price calculation needs a redesign due to the standard changes, possibly the function will not be available in the future.', '18.3')]
procedure LoadItem(Item: Record "Item"):
Parameters:
Item: The Item record to load data from.
Remarks: This procedure is marked as obsolete and may be removed in future versions. The price calculation needs a redesign due to standard changes, and this function may not be available in the future.
LoadCustomer(Record Customer) :
OBSOLETE
This Element will be removed or changed with a future Version of the App.
Summary: Loads customer data and initializes the record for a given customer.
[Obsolete('The price calculation needs a redesign due to the standard changes, possibly the function will not be available in the future.', '18.3')]
procedure LoadCustomer(Customer: Record "Customer"):
Parameters:
Customer: The Customer record to load data from.
Remarks: This procedure is marked as obsolete and may be removed in future versions. The price calculation needs a redesign due to standard changes, and this function may not be available in the future.