Click or drag to resize

SplitReceivableItem Class

SplitReceivableItem data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.ClientSplitReceivableItem
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 sealed class SplitReceivableItem

The SplitReceivableItem type exposes the following members.

Properties
  NameDescription
Public propertyAccountLookupCode
The current client account and also client accounts related to the current client account are also valid.

Created in Epic SDK 2018.

Sometimes Required

Public propertyAddress
Required (either default or entered) if DeliveryMethodCode is M (Mail).

Created in Epic SDK 2018.

Public propertyAddressDescription
Address Description

Created in Epic SDK 2018.

Public propertyContactID
Unique identifier used to specify a contact. On insert, this property can be used to default other Invoice related properties if they are left blank.

Created in Epic SDK 2018.

Public propertyContactName
Contact Name

Created in Epic SDK 2018.

Public propertyDeliveryMethodCode
If blank on insert, defaults to M (Mail).

Created in Epic SDK 2018.

Sometimes Required

Public propertyEmail
Required (either default or entered) if DeliveryMethodCode is E (Email).

Created in Epic SDK 2018.

Public propertyFaxCountryCode
Country code is ignored if corresponding number is not entered.

Created in Epic SDK 2018.

Public propertyFaxExtension
Fax Extension

Created in Epic SDK 2018.

Public propertyFaxNumber
Required (either default or entered) if DeliveryMethodCode is F (Fax).

Created in Epic SDK 2018.

Public propertyFlag
Used to choose what action to apply to split receivable item.

Created in Epic SDK 2018.

Public propertyGenerateInvoice
Generate Invoice

Created in Epic SDK 2018.

Sometimes Required

Public propertyInvoiceGroupingCode
Invoice Grouping Code

Created in Epic SDK 2018.

Public propertyInvoiceMessage
Invoice Message

Created in Epic SDK 2018.

Public propertyLoanNumber
Loan Number

Created in Epic SDK 2018.

Public propertySiteID
Site I D

Created in Epic SDK 2018.

Public propertySplitAmount
Required if the parent template has the SplitPercentageAmountOption set to Amount. Otherwise, it is ignored and set to null.

Created in Epic SDK 2018.

Public propertySplitPercentage
Required if the parent template has the SplitPercentageAmountOption set to Percentage. Otherwise, it is ignored and set to 0.

Created in Epic SDK 2018.

Public propertySplitReceivableID
Unique identifier used to specify the split receivable item.

Created in Epic SDK 2018.

Sometimes Required

Top
See Also