cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unique value restriction for an extension field

raul-gonzalezg
Explorer
0 Likes
510

Hi,

Is it possible to create an extension field in which I can validate that its uniqueness? That is, its value must not be repeated in the corresponding object, in this case I want to use this feature at opportunity's header level, to enter manually an own control ID and validate that it is not repeated when it is registered.

Regards,

Raúl

Accepted Solutions (0)

Answers (3)

Answers (3)

raul-gonzalezg
Explorer
0 Likes

Hi Arun,

Thanks for your help.

Regards,

Raúl.

raul-gonzalezg
Explorer
0 Likes

Hi Arun,

Thanks for your comments, in this case we want to control this ID manually, but we want to validate its uniqeness.

¿Is it possible to validate this via rules & validations in create/edit screen? ¿or this implies a development at programming code level?

Regards,

Raúl

arun02_12
Contributor
0 Likes

Dear raul_gonzalezg,

Rules & validations will check and validate the field values only within the BO instance. You can't compare values between instances.
If this is a manually entered field , you can only achieve such a functionality through PDI implementation.

BR

Arun

arun02_12
Contributor
0 Likes