BaanDev14
6th July 2015, 14:35
Pardon my lack of information as I'm not sure which version of BaaN we're running. My question is on the forms which appear in the web interface for BaaN. There are some fields on the forms which we'd like to edit, mainly by concatenating some fields together so that the data which appears on the form is more complete.

Can anyone recommend where I could find information on how to do this if it's even possible?

bhushanchanda
6th July 2015, 17:27
Him

If it's a standard session/form you need to copy it into your VRC and then use Dynamic Form Editor(DFE) to edit the form and make the changes.

If its a customized session/form, directly use DFE to edit the form. In cae of concatenating, you will need to create a new form field using DFE and assign value to it using script or form.

Also, if you add a new field on the form, you will need to declare it in the script. So, make sure you have access to the script. Or else, you will need a wrapper to do that.

BaanDev14
7th July 2015, 00:26
Thanks for your reply. I will look into this with our BaaN developers right away.