cancel
Showing results for 
Search instead for 
Did you mean: 

Validation Funcitons Enhanceable

former_member343107
Participant
0 Kudos

Dear All,

Are the validation functions enhanceable? For example, if I would like to check the sqare root of a record field, how can I implement this functionality?

Thanks, Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jerome:

You can only use the validations available on MDM. If by any mean you can achieve this functionality using the standard semi-script language included, you are done.

Otherwise, there's no way for us to write some modules or add-ins to enhance validations.

Don't we have small math operations on validations? you could use something like

Field1 == Field2 * Field2 and if it's ok, then there's a square root.

I hope that helps

Alejandro

former_member343107
Participant
0 Kudos

Hi Alejandro,

Thanks for the confirmation. I think the simple math funcitons are not sufficient to acheive complicated goals. For example, field2*field2 is the square of field2, but not square root.

Best Regards

Jerome

Former Member
0 Kudos

yeah, I just meant that if you wanted to check if a value (Field2) is actually the square root of another (field1) you could multiply it...... kinda doing it backwards 😃

Greetings

Alejandro

Answers (0)