SubledgerVoucherGeneralJournalEntry::addJoinForNaturalKey Method

Adds a join to the SubledgerVoucherGeneralJournalEntry table by using the natural key.

Syntax

client server public static Query addJoinForNaturalKey(
    Query _query, 
    TableId _naturalKeyTable, 
    FieldId _accountingDateField, 
    FieldId _voucherField, 
    FieldId _voucherDataAreaIdField)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The query to which to apply relations.

Return Value

Type: Query Class
A query with a join to the SubledgerVoucherGeneralJournalEntry table by using the natural key.

Remarks

An exist join is used and no fields can be retrieved.

See Also

Reference

SubledgerVoucherGeneralJournalEntry Table