Variables
Const ProductFieldsToDisable
ProductFieldsToDisable: string[] = ...
Const ProductFieldsToEnable
ProductFieldsToEnable: { amendmentPending: any[]; released: string[] } = ...
Type declaration
-
amendmentPending: any[]
-
released: string[]
Const ProductLifeCycleStatusValues
ProductLifeCycleStatusValues: { amendmentPending: string; draft: string; released: string } = ...
Type declaration
-
amendmentPending: string
-
draft: string
-
released: string
Const ProductReferenceFields
ProductReferenceFields: { CreatedById: string; LastModifiedById: string } = ...
Type declaration
-
CreatedById: string
-
LastModifiedById: string
Const ProductSpecificationTypeValues
ProductSpecificationTypeValues: { offer: string; product: string; resource: string; service: string } = ...
Type declaration
-
offer: string
-
product: string
-
resource: string
-
service: string