Options

RTC

dhananjayvdhananjayv Member Posts: 55
edited 2011-01-12 in NAV Three Tier
Dear All,
While Running RTC I am getting following Error
"Objet Metadata does not exist. Identofication fileds and values object Type = 'Pages' and , Object ID = '0'"
I had check metadata table - "metadata exist for all pages". then I had compile all the pages then on 41 pages it shows an error that unknown variable is specified. Then I had done the reinstall of NAV 2009 . But still the same error is occur.
Can anyone let me know what is course of action to resolve this ?

rgds
dhananjay

Comments

  • Options
    Sam_MorrisSam_Morris Member Posts: 32
    If a page doesn't compile then you will get this error when you try to run it. You need to fix the pages that won't compile to get them to run. The "unknown variable" is usually a cal command that is not compatible with the RTC. These are usually commands that control what fields are visible, enabled and editable. For these the RTC works in a different way, using booleans. Page 5050 has a good example on the Company Name field. Here you can see that the Enabled property of the field is set using a boolean variable. The value of this is then set in the page code.
Sign In or Register to comment.