Skip to content

KVSTRDCreateItemVariantMatrix#

Procedures#

Load(Text[1024], Record KVSTRDItemVariantAttrValue, Integer, Record Item) :#

Summary: The function prepares the data so that it can be displayed in this page.

procedure Load(NewMatrixColumns: Text[1024]; var NewMatrixRecords: Record "KVSTRDItemVariantAttrValue"; NewCurrentNoOfMatrixColumns: Integer; var Item: Record "Item"): 

Parameters:

  • NewMatrixColumns: This array contains the captions for the matrix comumns.
  • NewMatrixRecords: This array contains the KVSTRDItemVariantAttrValue records for the matrix.
  • NewCurrentNoOfMatrixColumns: The current number of the highest matrix column.
  • Item: The item record for which the variants should be created.

SetColumnVisibility() :#

Summary: Sets the visibility of each column, depending on whether a caption is present or not.

procedure SetColumnVisibility():