Arlina
16th March 2019, 14:37
Hi,
Can we change form labels dynamically depending upon entered input?
Regards,
Arlina
mark_h
16th March 2019, 15:25
Why make it a label? why not just a display only form field. That is what I would do in 4c4 - then in the session script I could make it whatever I wanted based off user input from a previous field. I would search this forum - seems like this has been posted before.
mark_h
16th March 2019, 15:31
A couple of threads you can check out:
http://www.baanboard.com/baanboard/showthread.php?t=69251&highlight=label
http://www.baanboard.com/baanboard/showthread.php?t=66057&highlight=label
Arlina
18th March 2019, 06:42
Hi
I think I was not clear in describing the problem.
Actually I have a multi-occ session of lines. And what I need is after entering the item , next fields label should change depending upon item group. It's a dynamic form and change.field.label is not working with the warning: the field name remains fixed in function change.field.label.
Any solution?
Thanks
Arlina
cmartin
18th March 2019, 13:46
I have a multi-occ session
change depending upon item group
Do you know if all the occurences in the multi occurence session show the same item group, or is the item group in the head of the form?
Arlina
18th March 2019, 14:12
The item group won't be in the header. The label should change dynamically for the current record being inserted/updated.