We are utilizing the Notes feature (yellow sticky note) in both our general journal entries as well as voucher notes for our payables transactions.Ā Now that we have all of these “notes” everywhere, Accounting would like to include them on the TB Detail report and/or in a Smartlist Builder report.Ā I am able to add the notes by linking the Records Notes Master to the Note Index, but that only gives me the notes entered for the general posting journals.Ā How can I add the Voucher Notes to the report for any payables transactions?Ā If it originated in the GL, they want to see those notes, if it originated in payables, they want to see the voucher notes – they only want to run one report.
—————————— Vicki Hillary RDV Corporation Grand Rapids MI ——————————
Barry Crowell
Member
December 5, 2018 at 1:05 PM
Vicki,
Does accounting need to use the Report Writer GL trial balance report?Ā I ask because it would, in my opinion, be a lot easier to link to the notes for Payables from the SSRS report for the GL trial balance.
—————————— Barry Crowell Senior Business Consultant KTL Solutions, Inc Frederick MD —————————— ——————————————-
James Hummer
Member
December 6, 2018 at 1:41 PM
?Here is a query that you can try to use and put it in SL.Ā
Note it only looks at GL20000 and PM30200 but brings in the Note Indx from Payables into GL
select a.NOTEINDX,
(convert(varchar(255),[c].TXTFIELD))as GLNote,
(SelectMAX(y.NOTEINDX)from PM30200 y where y.VENDORID = a.ORMSTRID and y.DOCNUMBR = a. ORDOCNUM)as PMNote
from GL20000 a
LEFTOUTERJOIN [dbo].[SY03900] c ON (a.[NOTEINDX] = c.[NOTEINDX])
Jim
—————————— James Hummer Consultant Solver Los Angeles CA —————————— ——————————————-
Please note:
This action will also remove this member from your connections and send a report to the site admin.
Please allow a few minutes for this process to complete.
Report
You have already reported this .
Welcome to our new site!
Here you will find a wealth of information created for peopleĀ that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!