Subtable always shows Add when it shouldn't

Rather than clicking Add in a subtable to create a record, I want to use LinkToForm() via an Action since I need to populate some columns with specific data. Setup the action and its working as expected.

So the origional Virtual list column had a formula of

REF_ROWS(“Timesheet”, “Plot”)

So I changed it to

REF_ROWS(“Timesheet Update Only”, “Plot”)

Timesheet Update Only being an Editable Only slice of the entire Timesheet table. Yet the subtable still had the Add option. So I tried this instead

Select(Timesheet Update Only[TimesheetID],[Plot]=[_ThisRow].[PlotID])

But the Add was still there

Is the Add there because I’ve got a LinkToForm button? In the end I’ve had to hide the Add System Action for the timesheet table, but it seems odd to have to go that far. What am I doing wrong?

Solved Solved
0 2 139
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

These should match:

3X_7_a_7a5b1e26c6b55c107c68c9bc4e6f5a6a00fe093b.png

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

These should match:

3X_7_a_7a5b1e26c6b55c107c68c9bc4e6f5a6a00fe093b.png

This is where my question to community is coming from.

Bit confusing.

Top Labels in this Space