hide "Add" button on detail order slice

In the history orders I want to hide the "Add" button to block users from adding products to past orders.

(lower right in red)

Screenshot from 2023-01-30 13-25-23.png

if I hide it going to the action settings selecting the "Do not display" option It will disappear from the detail view but also from the order form, blocking me from adding new products in the new order form.

Screenshot from 2023-01-30 13-30-53.png

Screenshot from 2023-01-30 13-30-45.png

I already made a read only slice for detail orders to show it in the order history view but still shows the Add even though that the order and detail order tables are read only slices.

Screenshot from 2023-01-30 13-25-01.png

โ€ƒScreenshot from 2023-01-30 13-24-26.png

So in theory the related detail table (the normal table that do allows adds) should be shown in the new order form and in the history orders the related detail slice should show without the Add button. but the Add button is still there.

 

This is the view of the history orders,  you can see im selecting the related detail slice but still shows the add button.

Screenshot from 2023-01-30 13-26-09.png

I think im missing something in the slice configuration but I dont know what.

 

 

 

 

Solved Solved
0 2 200
1 ACCEPTED SOLUTION

Is the "Referenced Table" option in the new VC still pointed to your base table?

Marc_Dillon_0-1675108449755.png

 

View solution in original post

2 REPLIES 2

Is the "Referenced Table" option in the new VC still pointed to your base table?

Marc_Dillon_0-1675108449755.png

 

AHA! I was missing that.. i thought the reference was implicit in the App formula. 

Thank you very much!

Top Labels in this Space