SoftLayer_Product_Item_Category_Question_Xref


SoftLayer_Product_Item_Category_Question_Xref

Description

The SoftLayer_Product_Item_Category_Question_Xref data type represents a link between an item category and an item category question. It also contains a ‘required’ field that designates if the question is required to be answered for the given item category.

Local


id

Identifier for category question xref record.
Type: int


itemCategoryId

Identifier for item category.
Type: int


locationId

Identifier for the question.
Type: int


questionId

Identifier for the question.
Type: int


required

Flag to indicate whether an answer is required for the question..
Type: boolean

Relational


itemCategory

The product item category that this reference points to.
Type: SoftLayer_Product_Item_Category


question

The item category question that this reference points to.
Type: SoftLayer_Product_Item_Category_Question

Count