I am looking to modify the FA643000 report.
In the stock report I see a table called FAProjectedGLTran.
What is the source of this data?
Maybe I am missing something but I can find no reference to this table other than in the report builder.
I am looking to modify the FA643000 report.
In the stock report I see a table called FAProjectedGLTran.
What is the source of this data?
Maybe I am missing something but I can find no reference to this table other than in the report builder.
Best answer by BenjaminCrisman
The SignedAmt is a calculated field based on the transaction type it looks like:
PXDBCalced( typeof(Switch< Case<Where<APAROrd.ord.IsEqual<short1> .And<FATran.tranType.IsEqual<FATran.tranType.purchasingMinus>> .And<FATran.debitAccountID.IsEqual<FATran.creditAccountID>> .And<FATran.debitSubID.IsEqual<FATran.creditSubID>> .Or<APAROrd.ord.IsEqual<short0> .And<FATran.tranType.IsEqual<FATran.tranType.purchasingPlus>> .And<FATran.debitAccountID.IsEqual<FATran.creditAccountID>> .And<FATran.debitSubID.IsEqual<FATran.creditSubID>>>>, decimal0, Case<Where<APAROrd.ord.IsEqual<short1>>, FATran.tranAmt, Case<Where<APAROrd.ord.IsEqual<short0>>, Mult<decimal_1, FATran.tranAmt>>>>>),
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.