Features requiring multiple extensions

You can review the information for features that you can extend in addition to default tables.

In addition to extending default tables, you can extend the following features by using the specified guidelines:
  • Classification Inheritance - If you are adding columns to extend attributes in the YFS_ITEM table and you want to make these attributes available for classification inheritance, a duplicate entity tag must be added to your XML for the YFS_CLASS_ITEM_ATTR table. Additionally, Nullable must be set to true and DefaultValue must not be passed for these attributes.
  • Item Entitlements - If you are adding columns to extend attributes in the YFS_CUSTOMER table and you want to make these attributes available for entitlement rule assignment, a duplicate entity tag must be added to your XML for the YFS_ENTITLE_RULE_ASSIGNMENT table. Additionally, Nullable must be set to true and DefaultValue must not be passed for these attributes.
  • Pricelist Assignments - If you are adding columns to extend attributes in the YFS_CUSTOMER table and you want to make these attributes available for pricelist assignment, a duplicate entity tag must be added to your XML for the YFS_PRICELIST_ASSIGNMENT table. Additionally, Nullable must be set to true and DefaultValue must not be passed for these attributes.
  • Pricing Rule Assignments - If you are adding columns to extend attributes in the YFS_CUSTOMER table and you want to make these attributes available for pricing rule assignment, a duplicate entity tag must be added to your XML for the YFS_PRICING_RULE_ASSIGNMENT table. Additionally, Nullable must be set to true and DefaultValue must not be passed for these attributes.