order Capture

i made 3 Silcer for OrderDetails table .1-Pending Order Details,2-Complete Order Details,1-Cancel Order Details.

in order table

4 virtual column : 1-Related to OrderDetails (Auto generated) orderid=OrderId

2-Pending Order Details(Manual) orderid=OrderId

3-Complete Order Details(Manual) orderid=OrderId

4-Cancel Order Details(Manual) orderid=OrderId

Problem is in Order_Form view only Related to OrderDetails(auto generated) “New” Link shows .

i wants to show all the virtual columns “New” link in form view with condition of status values.

If your manually created Virtual Columns are built similarly like the Auto-generated column (see image), then they will also show the “New” button…provided:

  1. you have not disabled the ADD button for Order Details in some way
  2. Each Slice has been configured to allow adds

1 Like

Thanks.