cancel
Showing results for 
Search instead for 
Did you mean: 

On Enter in the view

raja_narayanan2
Active Participant
0 Kudos

Hi....

My requirement is ...if i enter the PO number in the input field and press enter button then it should check whether the PO number exits or not. how to create the action for ENTER button.

Thanks in Advance.

Regards

Raja.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raja,

For input field you have a property for Event enter( OnEnter).Create an event by clciking on page button then automaticallly it will create a event handler method.

There you can validate the Purchase order which you entered in your input field.

Thanks

Suman

Answers (1)

Answers (1)

raja_narayanan2
Active Participant
0 Kudos

Thanks a lot.