Features requiring multiple extensions when adding a column to a standard table
You can review the information for fe3atures that you can extend in addition to standard tables.
In addition to extending standard tables, you can extend the following
features 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 should be set to true and DefaultValue should 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 should be set to true and DefaultValue should 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 should be set to true and DefaultValue should 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 should be set to true and DefaultValue should not be passed for these attributes.