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

PAI validation

Former Member
0 Likes
581

Hi Group,

When I am validating one field(for Mandatory check) in one of my transactions using chain and End chain with throwing error message,its working fine hwne I entered and also when I go for first time save in that tab(by throwing Error),when I go to some other tab( in the same transaction) and I click save it is allowing to save and the data in that particular tab (where Validation check working) erased.

Can any body suggest how to solve this

2 REPLIES 2
Read only

Former Member
0 Likes
368

Hi,

Instead of using PAI validation, try making the field mandatory in attributes.

Path: Screen Layout->Field Attributes(DBL Clk field)-> Attributes frame-> Program-> check Input field -> Finally Select "Required" from drop down for input.

Let me know if you have any questions.

BR

Rakesh

Read only

former_member194669
Active Contributor
0 Likes
368

if you are ON INPUT or ON CHAIN-INPUT .in between CHAIN and ENDCHAIN

remove.the same and validate

aRs