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.

 

Solved Solved
0 2 91
1 ACCEPTED SOLUTION

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

Screenshot 2023-10-02 at 9.44.52 AM.png

View solution in original post

2 REPLIES 2

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

Screenshot 2023-10-02 at 9.44.52 AM.png

Thanks.

Top Labels in this Space