No editable under certain conditions

Bonjour,

Je voudrais dans l'application :

Que les utilisateurs ne puissent plus modifier une information déjà enregistrée.

Comment faire comprendre :

Interdire la modification de la colonne 4 avec les conditions que la colonne 13 l'élément "envoyé" est sélectionné.

Nb: si "envoyé" n'est pas sélectionné dans la colonne 13 la colonne 4 reste modifiable.

Aussi les deux colonnes sont des colonnes Enum.

Merci d'avance,

Solved Solved
0 2 183
1 ACCEPTED SOLUTION


@Frédéric wrote:

Disallow modification of column 4 with the conditions that column 13 the "sent" item is selected.


 

In general, in the column 4's editable_if constraint, include a condition

[Column 13]<>"Sent"

You may want to disallow edits to the column 13 also, once 'Sent" status is selected. You could do this by entering in the Editable_if of the column 13,

[_THIS]<>"Sent"

Conditionally allow column edits (Editable_If) - AppSheet Help

 

View solution in original post

2 REPLIES 2


@Frédéric wrote:

Disallow modification of column 4 with the conditions that column 13 the "sent" item is selected.


 

In general, in the column 4's editable_if constraint, include a condition

[Column 13]<>"Sent"

You may want to disallow edits to the column 13 also, once 'Sent" status is selected. You could do this by entering in the Editable_if of the column 13,

[_THIS]<>"Sent"

Conditionally allow column edits (Editable_If) - AppSheet Help

 

Bonjour,

Merci beaucoup, le résultat est parfait et votre proposition "[_THIS]<>"Sent" était la bienvenue.

Top Labels in this Space