Table of Contents

KVSKBAItemAttributePrintAd

Procedures

SetData(Integer, Integer) :

Summary: Sets the data for the page based on the provided document area and print ID.

procedure SetData(NewDocumentArea: Integer; PrintID: Integer): 

Parameters:

  • NewDocumentArea: The document area to set (e.g., Purchase, Sales, Service).
  • PrintID: The ID of the print configuration to load. If 0, a new record will be created.

Remarks: This procedure initializes the page with the appropriate data based on the specified document area and print ID.

GetData(Record KVSKBAPrintAdministration) :

Summary: Gets the data from the page.

procedure GetData(var KVSKBAPrintAdministration: Record "KVSKBAPrintAdministration" temporary): 

Parameters:

  • KVSKBAPrintAdministration: The record to store the retrieved data.

Remarks: This procedure retrieves the current data from the page and stores it in the provided record.