Hi @Paresh .
In the standard application you don have a screen connected to CustomerOrderDelivery for CRUD operations.
You can add this as a custom tab in IEE client for read only purpose as a overview screen and it is not recommend to do inserts , updates and deletes on this table since the business logic has been written under the customer order flow and shipment flow to do transactions on that table.
if you are using the Aurena client, you cannot add other pages as tabs in aurena. Rather you must create a new page as per IFS documentation.
Regards
Manoj
Hi @Manoj Ruwanhewa,
Thanks for the info and quick response.
We are only looking to add it to IEE as a read only Tab. The problem I am having is that when I try to add it as a Tab to the customer order screen I can’t seem to find the Page in the list. Maybe I am searching for the wrong Page name, or I might be missing a step. Would you mind providing me the steps you would use to add it to the screen, and the Page name I should be searching for?
Thanks
Paresh
Hi @Paresh,
I didn’t try it but I would suggest below steps.
- Create a new custom logical unit to fetch data for the columns which you want to get data from CUSTOMER_ORDER_DELIVERY
- Then create a new custom page based on that logical unit. (Check ifs documentation)
- Finally when you add a new tab to customer order screen, it should fetch the page which you have created in the step2.
Hope this will help you.
Regards
Manoj