AccountingDistribution::existEventAndSourceDocumentLine Method
Determines whether a AccountingDistribution record with the SourceDocumentLine value is in the AccountingDistribution table.
Syntax
server public static boolean existEventAndSourceDocumentLine(AccountingEventRecId _accountingEvent, SourceDocumentLineRecId _sourceDocumentLine)
Run On
Server
Parameters
- _accountingEvent
Type: AccountingEventRecId Extended Data Type
The accounting event that is associated with this AccountingDistribution record.
- _sourceDocumentLine
Type: SourceDocumentLineRecId Extended Data Type
The source document line that is associated with this AccountingDistribution record.
Return Value
Type: boolean
true if records exist; otherwise, false.