Disable Add Button from a base type Ref

Hey guys,

I'm new here and I'm very appreciate for the wealth of knowledge you share here.

I have the following situation:
- samplepacks: table where I will create groups of samples to send
- soilsamples: table where I have the samples
- samplepacks has a column called sample_id, of type EnumList, based on type Ref for the sample

The flow is very simple, after creating the soilsample I want to group them and send them, then the user accesses samplepacks and chooses the soilsamples from this "package", and here the option to "Add" a new soilsample appears.
How do I disable the option to add this new soilsample from the samplepacks enumlist?

EmersonNery_0-1710764404571.png

EmersonNery_1-1710764543423.png

 

 

0 1 48
1 REPLY 1

Write the formula in valid if..
like soilsamples[id]

Top Labels in this Space