Adding new value to sheet while entering another form - Hide

Hi,

I'd like to hide the "New" function here in this form:

Naamloos.png

I tried adding a condition to "Add" for that specific table at behaviours:

NOT(CONTEXT("VIEWTYPE")="Form")
CONTEXT("VIEWTYPE")="Detail"
CONTEXT("VIEW")="Verpakking"

All three sollutions do not result in what I need.

So I'm not sure on how to make this happen. Does anyone have experience with this?

Solved Solved
0 2 109
1 ACCEPTED SOLUTION

Change the column definition from Ref to Enum/Ref...AND place an expression in the Valid_If to select the desired list of items.  These two things will give you a dropdown list that uses the Ref functionality but will not allow adding new rows to the referenced table.

Sample column definition - note valid_if expression

Sampl column definitionSampl column definition

Result of the dropdown

Screen Shot 2022-06-29 at 10.58.59 AM.png

View solution in original post

2 REPLIES 2

Change the column definition from Ref to Enum/Ref...AND place an expression in the Valid_If to select the desired list of items.  These two things will give you a dropdown list that uses the Ref functionality but will not allow adding new rows to the referenced table.

Sample column definition - note valid_if expression

Sampl column definitionSampl column definition

Result of the dropdown

Screen Shot 2022-06-29 at 10.58.59 AM.png

Thank you! :d

Top Labels in this Space