Hi Shareef,
CustomCatalog.csv allows us to restrict a catalog from user based on following parameters:
•Supplier.SystemID - The system ID of a supplier organization.
•Subscription.Name - The catalog name.
•CommodityCode.Domain - The domain for the commodity code specified in the CommodityCode.UniqueName column.
•CommodityCode.UniqueName - The unique internal identifier of a commodity code.
•FilterType - The filter type to show or hide the catalog view.
•Group.UniqueName - The unique internal identifier of a group
The FilterType column, defined in the CustomCatalog.csv file takes a string. The values to complete in the FilterType column include:
•IfTrueCanSee
•IfFalseCanSee
•IfTrueCannotSee
•IfFalseCannotSee
Here is a sample customcatalog.csv file for your reference:
Cp1252
Supplier.SystemID,Subscription.Name,CommodityCode.Domain,CommodityCode.UniqueName,FilterType,Group.UniqueName
sid496,XYZTechnologies,unspc,Computer data input device accessories,IfTrueCannotSee,Invoice Administrator
Best Regards,
Amit