 |
BillingV1EffectiveDate Property |
On Insert, if attach to type is policy or line and no value is given then defaulted to policy effective date and is ignored, else is validated in screen layer.
Created in Epic SDK V4.1.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic DateTime EffectiveDate { get; set; }
Public Property EffectiveDate As DateTime
Get
Set
Dim instance As BillingV1
Dim value As DateTime
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type:
DateTime
EffectiveDate As Date.
Remarks Note |
---|
- Name - EffectiveDate
- Ignored On Update - True
|
See Also