Hi everyone,
While trying to run page 130 Posted Sales Shipment, I hit upon the following error message:
The supplied field number '16119636' cannot be found in the 'Sales Shipment Line' table.
Page View - Posted Sales Shipment must close.
I looked into the page code and there is no reference to such field.
I compiled all the objects and tried again but the error is still there.
What shall I do?
Thanks in advance
Answers
either it is referenced in an referenced object (table, codeunit) or it is in the objects's metadata. means, it was in the page and was removed. so remove that page's object metadata, recompile the page, try again.
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
Already tried that, there is no such number at all in the text field.
Already tried that, it did not work.
The flowfields still hold the original fieldnames in the filter, so unfortunately the field number does not appear in the textfile.
I had to manually look at every flowfields filter in the table to find references to the removed fields.
WOW it work.. Thank you