baan999
19th May 2011, 19:45
I want to change the existing field x name to y name , so that user can identify y and enter the data accordingly
how to perform, what is the session to change and do i need to do compile
mark_h
19th May 2011, 23:04
More information is needed - is this a standard baan field or what? I mean why change the field name anyway - what I have done is just change the label or form label depending on the case. I am not sure what exactly you are looking at changing.
baan999
20th May 2011, 03:25
this is my customiesed session
user is entering in order in the customised form. there field name is mentioned as xx , now this to be changed to yy
how to perform
mark_h
20th May 2011, 15:32
Again - not sure what you are doing. If you want to change the label on the form then edit the form, change the label, dump the form. Now if you want to change the actual field from lets say tdilc102.loca to tdilc102.cwar then you follow the same steps. But after you change the form you need to edit the session script to make sure it works with the new field. So if you have a check.input on tdilc102.loca, you would change it to tdilc102.cwar - plus adding in the correct sql code to check the correct table. Then make sure tdilc101.loca is not used anywhere else in the script.
bdittmar
20th May 2011, 20:04
this is my customiesed session
user is entering in order in the customised form. there field name is mentioned as xx , now this to be changed to yy
how to perform
Hello,
on LN ?
Start DFE -> identify field -> change label on tab 2 (Or create a new one)
On B4 ?
Follow Mark's instructions.
Regards