Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "productconsole/vlocity-object-details/ObjectUtils"

Index

Variables

Const ProductFieldsToDisable

ProductFieldsToDisable: string[] = ["Id","CreatedDate","CreatedById","LastModifiedDate","LastModifiedById","SystemModstamp","IsDeleted",`${nsp}GlobalGroupKey__c`,`${nsp}LifecycleStatus__c`]

Const nsp

nsp: string = SalesForceNamespace.prefix || ""

Object literals

Const ProductFieldsToEnable

ProductFieldsToEnable: object

amendmentPending

amendmentPending: undefined[] = []

released

released: string[] = [`${nsp}VersionStartDateTime__c`,`${nsp}VersionEndDateTime__c`,`${nsp}VersionLabel__c`,`Name`,`Description`,`ProductCode`,`IsActive`,`${nsp}IsOrderable__c`,`${nsp}Status__c`]

Const ProductLifeCycleStatusValues

ProductLifeCycleStatusValues: object

amendmentPending

amendmentPending: string = "Amendment Pending"

draft

draft: string = "Draft"

released

released: string = "Released"

Const ProductReferenceFields

ProductReferenceFields: object

CreatedById

CreatedById: string = "CreatedBy"

LastModifiedById

LastModifiedById: string = "LastModifiedBy"

Const ProductSpecificationTypeValues

ProductSpecificationTypeValues: object

offer

offer: string = "Offer"

product

product: string = "Product"

resource

resource: string = "Resource"

service

service: string = "Service"

Generated using TypeDoc