description | string | Describes the catalog. | vlocity_cmt__Catalog__c.vlocity_cmt__Description__c | Describes the parent category. | No |
lastUpdate | datetime | Specifies the date and time of the last update. | Last Modified Date | Specifies the last updated date of the category. | No |
lifecycleStatus | string | Specifies the current lifecycle status. | vlocity_cmt__Catalog__c.vlocity_cmt__IsActive__c | Specifies if the parent category is active. | No |
name | string | Required. Specifies the name of the catalog. | vlocity_cmt__Catalog__c.Name | Specifies the lookup field from the catalog object for the parent catalog name. | Yes |
id | string | Specifies the catalog ID. | vlocity_cmt__Catalog__c.GlobalKey__c | Specifies the unique ID of the category resource. | No |
validFor - startDateTime/endDateTime | object | Specifies the period for which the catalog is valid. | vlocity_cmt__StartDateTime__c/vlocity_cmt__EndDateTime__c | Specifies the validity of the category. | No |
relatedParty | array | Defines a party or party role that's linked to a specific entity. | vlocity_cmt__VendorAccount__c | Specifies the field that's derived from the vendor column of the catalog object. | No |
@type | string | Defines the subclass extensible name when subclassing. | Resource name (Catalog) | Specifies that the sObject name is Category. | Yes |
isRoot | -/- | -/- | vlocity_cmt__IsCatalogRoot__c | Specifies if the parent catalog is a root catalog or a child catalog. | No |
href | string | Specifies the hyperlink reference of the category. | TMF Category Url + Category | Specifies the GET URL of the TMF Category ending with the ID field. | No |
subCategory.name | string | Specifies the name field in the subcategory. | vlocity_cmt__Catalog__c.Name | Specifies the lookup field from the catalog object for the child catalog name. | Yes |
subCategory.id | string | Specifies the ID field in the subcategory. | vlocity_cmt__Catalog__c.GlobalKey__c | Specifies the global key field of the catalog object. | Yes |
subCategory.href | string | Specifies the hyperlink reference field in the subcategory. | TMF base Url + 'catalog/' + catalog | Specifies the GET URL of the TMF catalog ending with the ID field. | No |
subCategory.@type | string | Defines the resource type. | resource name 'catalog' | Specifies that the sObject of the subCategory node is Catalog. | No |
productOffering.name | string | Specifies the name of the product offering. | vlocity_cmt_Product2__c.Name | Specifies the name of products linked to the parent catalog. | Yes |
productOffering.id | string | Specifies the product offering ID. | vlocity_cmt_Product2__c.GlobalKey__c | Specifies the global key field of the Product2 object. | Yes |
productOffering.href | string | Specifies the hyperlink reference field in product offering. | TMF base Url + 'productOffering/' + product | Specifies the GET URL of the TMF productOffering ending with the ID field. | No |
productOffering.@type | string | Defines the resource type. | resource name 'productOffering' | Specifies that the resource name is productOffering. | No |