Hi,
As my developer see the "Post" and "Post and transfer" action menu items are "LedgerJourPost" and "LedgerJourPostTr". Standard system user role has "Full control" on both of these menu items.
What I didn't understand and want to ask is:
For my test user I have standard System user role plus some other created roles.
I can create and validate the journal, but the "Post" button group isn't visible.
Developer also saw the code in "LedgerJournalTable" form, method "enableButtonsActive()", where is written conditions when the "Post" button group should be visible and when not, based on the journal type.
The journal that I created is of type "Daily" and as it written in code the "Post" button group should be visible, but the fact is that it is not visible for me.
So I'm confused how it is possible not to have "Post" button group with System user role that gives full control and also it is written in code that "Daily" type journals should have it visible.
Developer still can't see what else triggers the button group to be invisible, so if you have any such kind of experience, it would be very helpful.
Thanks.