Search

Line Item Match

Last Updated: Mar 8, 2023

Articles

Use this function to get matching results from catalog data for a given line item table.

Syntax

Line Item Match (catalog_id, processed_fid, match_columns, return_columns, line_item_table, result_table_type )

Parameters

Input Parameter Name Description
catalog_id Master catalog name/id for reference
processed_fid Pre-processed master catalog CSV FID
match_columns Master catalog columns to be matched
return_columns Master catalog columns to be returned
line_item_table Input Line Item table
result_table_type Result Line Item table type

Sample

Line Item Match (catalog_12, 49drfghgxyz, PRODUCT_CATEGORY,NAME, input_table, result_table )

  • Catalog data is matched with given line item table and results are saved in the result table.

To view all the Document functions, click here.

Did you find what you were looking for?