Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change Order Text

Former Member
0 Likes
364

Hi,

When a change is made to a sales order, a change order text must be populated. If this text is blank, the user must not be allowed to save the order.

Can anyone suggest how to implement this?

Thanks in Advance.

Hi,

When a change is made to a sales order, a change order text must be populated. If this text is blank, the user must not be allowed to save the order.

Can anyone suggest how to implement this?

Thanks in Advance.

1 REPLY 1
Read only

Former Member
0 Likes
326

I dentify the user exit when user save the order wite the code init to chek the text is populated ? if not give error message otherwise conitue to save the order.