okneb1
12th March 2019, 12:25
Hello all,
I have extension point (LN 10.5) on stand. table A, where I use make.valid hook for changing value on field A.fld1.
We have stand. session stand. AAAAm001 where you can insert record into table A. Whenever user enters something into field A.fld1, make.valid hook gets called where I change value into something else, but the new value isn't refreshed on form until user makes it active again - for example clicks on the field.
For example, steps are (atm can't get 4th one to work):
1. User enters "2000" into field A.fld1
2. User leaves the field A.fld1 with tab or clicking the next field
3. Make valid hook gets called on extension where I change value into "2000-A".
4. Re-display new value in field A.fld without saving or clicking on field again
This is stand. session, no access to code and it is abs. necessary for user to see the changed value without saving first or selecting the field again.
Is this even possible with extension hooks on standard table?
Thank you.
I have extension point (LN 10.5) on stand. table A, where I use make.valid hook for changing value on field A.fld1.
We have stand. session stand. AAAAm001 where you can insert record into table A. Whenever user enters something into field A.fld1, make.valid hook gets called where I change value into something else, but the new value isn't refreshed on form until user makes it active again - for example clicks on the field.
For example, steps are (atm can't get 4th one to work):
1. User enters "2000" into field A.fld1
2. User leaves the field A.fld1 with tab or clicking the next field
3. Make valid hook gets called on extension where I change value into "2000-A".
4. Re-display new value in field A.fld without saving or clicking on field again
This is stand. session, no access to code and it is abs. necessary for user to see the changed value without saving first or selecting the field again.
Is this even possible with extension hooks on standard table?
Thank you.