Value changes every time I press the arrow keys (up and down)

jhanvincent14jhanvincent14 Member Posts: 214
this error occurs in the line Purchase order. in dimension column. lets say i have 2 lines and every time I hit the arrows (UP and DOWN) the value changes. only in specific dimension code only. i mean. it works okay in almost dimension codes but this error triggers only on that specific code. 16LG0018 changes to 5LG0111. does any one have an idea how to fix this error ? btw, im still a newbie developer in navision

Answers

  • Wisa123Wisa123 Member Posts: 308
    Did you do any customization in the page?
    Those things are likely to happen if you mess up code in the OnAfterGetRecord | OnAfterGetCurrRecord triggers.
    Austrian NAV/BC Dev
  • kylehardinkylehardin Member Posts: 257
    Agree with @wisa123. There is custom code in the OnAfterGetRecord on the page that really belongs in OnAfterGetCurrRecord.
    Kyle Hardin - ArcherPoint
Sign In or Register to comment.