newtobaan
9th April 2009, 17:52
Hi,
We moved some customisations from a Baan company In Package vrc: xxx) to another company (package vrc: yyy). After doing all Create RTDD and create tables we are getting an error on a form field.
This error occurs whenever we try to change any value in the record and save it. Baan does not allow us to save the record and inturn gives us an error <table>.<field name> not allowed. .
Any advice or pointers would be highly appreciated.
Thanks
Kozure Ohashi
9th April 2009, 17:54
Please post a screenshot.
Regards,
Kozure
newtobaan
9th April 2009, 18:17
Attached is a screenshot of the error.
The error does not come from the field which I am trying to update. :confused:
Kozure Ohashi
9th April 2009, 21:58
Please check the domain of the table field and compare it with the domain of the form field if they are the same. (should be tcyesno).
Somehow the value in the formfield matches not with the allowed values (domain range) of the table field.
Please check if the 2 form fields matches with the 2 table fields in Maintain Forms, maybe you have mandatory input on table level and the 2 form fields pointing to the same single table field and the second is not filled.
Regards,
Kozure
newtobaan
14th April 2009, 14:56
Hi Kozure,
Thanks for your reply. I have checked them based on your advice. Everything seems fine to me! I have put all the screenshots in the attached doc.
any pointers / help will be much appreciated.
Thanks
Kozure Ohashi
14th April 2009, 17:31
Dear newtobaan,
please check the fieldorder of the form.
Remembering having same error, because of not sequential field order (1, 2, 3 ....).
If the field order is ascending and unique for every field, please post the maintain table fields "Details" view.
Please post the field order.
Please check also if a form dump is existing besides the correct vrc, therefore overlaying the customization of the form. (Session ttadv3538m000). If the developer is not in the correct vrc of the form and presses "dump" the dump is written to the current vrc of the developer, therefore is overruling the customization.
Regards,
Kozure
newtobaan
14th April 2009, 18:13
Hi,
Field order seems fine. The form dump in the correct VRC.
Seems like a mystery. Only if there was a more user friendly message :confused:
Thanks
Kozure Ohashi
14th April 2009, 18:22
What kind of field is after item, not havin a field order id (between 1FFF... and 2FFF...)
Regards,
Kozure
newtobaan
14th April 2009, 18:40
Hi Kozure,
That field is a display only item field description on the form. Screenshot of the form attached.
Bhaswar
ahmer91
15th April 2009, 09:15
open the script and try to compile and see if you are able to compile
it seems to be domain conflict , check the table definition in (ttaad4500)
Kozure Ohashi
15th April 2009, 15:43
Please try to modify on record with ttaad4100 if it works without error.
If the reason for the error is still unknown please post your script, maybe the field value is somehow modified before it is written to the database.
Regards,
Kozure