Is there any way to pass a table method instead of fieldid to addLink method of a QueryBuildDataSource object? I have this code:
qbdsLedgerTrans.addLink(
FieldNum(LedgerTable, AccountNum), // Here i need to pass a conditional value of a LedgerTable method instead of a field
FieldNum(LedgerTrans, AccountNum)
);