Validate edit or delete

Alvim
New Member

Hi Community

In my app I use user settings to control user actions.

How can I validate an edit or delete based on a [name] column value?

Basically I need the user to only be able to edit or delete a record if the [name] column is the same as his user settings.

Solved Solved
0 6 272
1 ACCEPTED SOLUTION

Ok, I got it

The expression looks like this (USERSETTINGS(EMAIL) = [USER])

Thank you very much

View solution in original post

6 REPLIES 6

Steve
Platinum 4
Platinum 4

Use an appropriate expression in the corresponding system-defined actionโ€™s Only if this condition is true setting.

3X_3_4_345d33905735f9821ef1b60daed22314991a5abf.png

Hi @Steve

This works perfectly for USEREMAIL()

But I would like to validate this behavior considering the email entered in the USERSETTINGS login

It is possible?

Give it a try!

I tried this (USERSETTINGS = [EMAIL])

but the result was not the desired

any tips?

Ok, I got it

The expression looks like this (USERSETTINGS(EMAIL) = [USER])

Thank you very much

Top Labels in this Space