cancel
Showing results for 
Search instead for 
Did you mean: 

Item Price Lock

former_member487237
Participant
0 Kudos

Hi All,

          I want to lock the item prices (Super User only can change the price if there is any changes in prices). Is it possible?

Thanks & Regards,

Saikrishna.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

you can use stored procedure to block users from updating fields.

create join to ousr table and check the superuser field

if it is N throw error and don't allow the update

shachar