Within the next-gen builder:
Is there to way to display only the pages have been created within the login page.
My Knack database is used across multiple functions.
Have separate login allows me to logically group these functions.
I have a website that sits above and embeds the relevant Login Pages via dedicated tiles.
Here is a simple example. My actual use case is more complicated as I have many pages, but this illustrates what i would like to achieve.
E.g
Main Intranet> Accounts Receivable Tile:
=> embeds Account Receivable Login that has the following pages.
- Generate Customer Invoice
- Open Items
- Other Reports
Main Intranet> Account Payable Tile
=> embeds Account Payable Login that has the following pages.
- Enter Vendor Invoice
- Open Items
- Other Reports
These have been assigned different roles (Accounts Payable, Accounts Receivable).
If an accountant might be assigned both roles, they will be able to access the Accounts Payable tile or the Accounts Receivable tile from the Intranet.
Currently if they access either tile, they will see menu buttons along the top
- Generate Customer Invoice
- Open Items (From Accounts Receivable Login Page)
- Other Reports (From Accounts Receivable Login Page)
- Enter Vendor Invoice
- Open Items (From Accounts Payable Login Page)
- Other Reports (From Accounts Payable Login Page)
Is there a way that I enforce within the embedded app of Account Receivable, that it only displays buttons along the tope menu bar for the following:
- Generate Customer Invoice
- Open Items (From Accounts Receivable Login Page)
- Other Reports (From Accounts Receivable Login Page)
Similarly within Account Payable, it only displays buttons along the tope menu bar for the following:
- Enter Vendor Invoice
- Open Items (From Accounts Payable Login Page)
- Other Reports (From Accounts Payable Login Page)
Many thanks
Adrian