Rule to Automate the catalog assignment
Summary:
As part of our customer requirement to cover the planning catalog, we need to find a way to automatize the catalog assignment base on an attribute in the item for example, if Item Type is "****" assign the Category "Item_Type_Attribute", the rule should apply to all the item types and not defining one by one.
Example
IF --> [Item].[Item Basic].[Organization Code] == "GB_ITEM_MASTER"
THEN --> TRUE
Return Value -->Catalog[ITEM_TYPE_SCP].Category {[Item].[Main].[User Item Type]}
We don't want to specify the Category we need to assign base on the attribute Item Type.
0