projects/apttus/ecommerce/src/lib/modules/constraint-rules/classes/constraint-rule.model.ts
AObject
Properties |
| Active |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__Active__c', aql: 'Active'})
|
| ConditionAssociation |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ConditionAssociation__c', aql: 'ConditionAssociation'})
|
| EffectiveDate |
Type : Date
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__EffectiveDate__c', aql: 'EffectiveDate'})
|
| ExpirationDate |
Type : Date
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ExpirationDate__c', aql: 'ExpirationDate'})
|
| IsBundleContext |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__IsBundleContext__c', aql: 'IsBundleContext'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
| Sequence |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__Sequence__c', aql: 'Sequence'})
|
| UpdateView |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__UpdateView__c'})
|