cancel
Showing results for 
Search instead for 
Did you mean: 

Validation Required(To modify only some of the fields but not other fields)

Former Member
0 Kudos

Hi All,

We have requirement.

We have 2 fields such as "vendor status and process status" in our repository.

Whenever Vendor status contains "Released" and Process status contains null value , we want to restrict the all other fields

to modify except these 2 fields (Vendor status and process status).

We want to modify only vendor status and process status fields but not other fields whenever vendor status as "Released" and

process status as null value.

Could anyone give any solution for this issue?

Thanks,

Narendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Narendra

you should create next validator:

Automatic execution: Error

and expression:

Vendor status <> "Relased" and IS_NOT_NULL(process status)

that validator fire all time when Vendor status ="Relased" AND process status is NULL

Regards

Kanstantsin

P.s. if you are use checkout/checkin technology you should check record status, and use [original]-function for get original value from checkouted record

Edited by: Kanstantsin Chernichenka on Dec 22, 2009 2:14 PM

Answers (0)