Click or drag to resize

SplitReceivableTemplateIsActive Property

Used to display and modify the status of the split receivabletemplate. The status is either active (true) or inactive (false).

Created in Epic SDK 2018.

Namespace:  ASI.TAM.API.Data.UI.Account.Client
Assembly:  ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntax
public Nullable<bool> IsActive { get; set; }

Property Value

Type: NullableBoolean
IsActive As Boolean?.
Remarks

If null on insert, then default to true (Active).

Note Note
  • Name - IsActive
See Also