Want to Make one field editable on Sales order Form

Stivan_dsouza21Stivan_dsouza21 Member Posts: 218
Want to Make SalesPerson Code field editable on Sales order Form when the Global Dimesion Code is "Div-03".

1) I have made the property of field of Sales person Code on Form as Editable No.
2) i have written code on OPEN FORM TRIGGER as
IF Shortcut Dimension 1 Code = 'DIV-03' THEN
currform."Salesperson Code".editable := FALSE;

But the issue is it is getting editable to all the dimension code.

Can somebody help me out.....
Thanks & Regards,
Stivan D'souza

Comments

Sign In or Register to comment.