EIP - How to detect / intercept SAVE

When users enter data in a Row - Tab / Enter to move to next field
Auto Save at the enabled
Loss of Focus also Saves

How can I detect the Save an now allow ie. go to the 1st column (or stay in the current)
if they for example if they DON’T enter an value in of 2 columns
10 columns in total but there are 2 that must have a value - 1 or both ?

To test I’ve added message(‘location - EIPManager.TakeNewSelection’)
both not seem to detect

Did you try TakeAccepted() instead of TakeNewSelection()?

TakeAcceptAll for the EIPManager class or TakeAccepted for each individual EIP Control class.

1 Like