Control when Showing the System Generated add Button when displaying the reference table

I have 2 tables Called Order Items, and Orders. The Order Items references the table Order Item and therefore have the references table created and show in the Order inline Form.

3X_4_4_44fe23fcd9d362c1ae82e4eb83ec6658262e4a57.jpeg

I was wondering if I could control when to show the add button depending on the order status as what ever expression I try affects all other entries and is not specific to the Order

Expression Used in the Order Item add function
LOOKUP([_THISROW].[Order ID], โ€œOrderโ€, โ€œOrder IDโ€, โ€œStatusโ€) = Pending
[Order ID].[Status] = Pending

Solved Solved
0 1 337
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

I just yesterday addressed a similar question. Click through for my response:

View solution in original post

1 REPLY 1

Steve
Platinum 4
Platinum 4

I just yesterday addressed a similar question. Click through for my response:

Top Labels in this Space