Classify on Create configuration

Classify on Create configuration
基于创建配置进行分类

The configurations described in this topic enable auto-classification.
本主题中描述的配置可实现自动分类。

You can configure the Sfd0ClassifyBasedOnAttribute business object constant on the revision type of the BO of the property. Auto-classification is performed on this basis.
您可以为属性的业务对象 (BO) 的修订类型配置 Sfd0ClassifyBasedOnAttribute 业务对象常量。自动分类 在此基础上进行。

The value of the business constant attachment is Item: <propertyName> if the property is on the Item of the object that is the basis of the classification. The value of the business constant attachment will be ItemRevision: <propertyName> if the property is on the Item Revision of the object that is the basis of the classification. OOTB values are shown in the following figures.
如果属性位于作为分类依据的对象的 Item 上,则业务常量附件的值为 Item: <propertyName>。 如果属性位于作为分类依据的对象的 ItemRevision 上,则业务常量附件的值为 ItemRevision: <propertyName>。 下图显示了开箱即用 (OOTB) 的值。

The Sfd0_Auto_Classification_Class_Ids preference should be configured with the mapping of attribute value and the classification class IDs used for auto-classification. The syntax of the preference value is BoType:PropertyValue:Classification Class ID.
应配置 Sfd0_Auto_Classification_Class_Ids 首选项,使其包含属性值和分类的映射关系。 用于自动分类的类 ID。首选项值的语法为 BoType:PropertyValue:Classification Class ID 。

Example:   例子:

Sfd0AsmblyMatRevision:Bond Wire:ICM040101

For auto-classification to be enabled on creation of a particular Item subtype, the extension Sfd0ClassifyOnCreate must be configured for the corresponding ItemRevision subtypes on the IMAN_save operation as a PostAction extension point.
要启用特定 Item 子类型创建时的自动分类, 必须将扩展 Sfd0ClassifyOnCreate 配置为 IMAN_save 操作上相应的 ItemRevision 子类型作为 PostAction 扩展点。

The following example is the OOTB configuration for Sfd0AsmblyRevision.
以下示例是 Sfd0AsmblyRevision 的开箱即用配置。