For the infolog, you can have a 'show' button which allows a user to drill down to a document. In my case I'm opening a General journal batch. The problem is when the General journal form first opens, only open journals will be shown so if the journal is posted the user must manually change the Show option to All.
Take the following job example and you will see the behavior I'm referring to (change '000410_010' to a posted journal):
LedgerJournalTable ledgerJournalTable = LedgerJournalTable::find('000410_010');
info('Test message', '', SysInfoAction_TableField::newBuffer(ledgerJournalTable));
I had the same issue when the journal is on the form, but overriding the jumpRef() method solved that. I'm hoping the fix is just as easy for the infolog.
Not a big deal as it's just an extra step for the user, but it would be nice if there was a solution for this. Any ideas?
Thanks,
Nehal
*This post is locked for comments
I have the same question (0)