Detail > Form, input validate

Hi guys,

Im trying to figure out how to make a form input validation when you come from a “detail view”, here is a better explanation about what I want to do.

3X_e_f_ef52270a6074841707b7951c378664365626f98a.png

I was trying to play with some ideas, but if I want to do it from the form view "it doesn’t has an (valid if), just a (show if) field, and tried directly with the behavior action, which contains a (valid if), with the next formula:

[_Thisrow][keynumber]=tableA[keynumber]

But it says the next message:

Cannot compare Text with List in [_Thisrow][keynumber]=tableA[keynumber]

Somebody knows a better way to do something like this?

Thanks in advance guys.

Solved Solved
0 26 718
1 ACCEPTED SOLUTION

Hi @Tovarsho ,

Not sure what you are attempting. Could you please update what is the field Delivered[trackingnumber_validation] in the LINKTOFORM action?

I think your LINKTOFORM() be simply

LINKTOFORM(“Entregados” , “trackingnumber_validation”, [trackingnumber])

where “trackingnumber_validation” is the column in the “Entregados” form and [trackingnumber] is the column in the source table where the detail view is based on. ( new_buy)

View solution in original post

26 REPLIES 26
Top Labels in this Space