Options

Customer card fails to open in the RTC (2013)

Alexander95Alexander95 Member Posts: 17
If I attempt to open the customer card in the RTC, I get the following error message:
"Function ID 1000000001 was called. The object with ID 50000 does not have a member with that ID." which then result in the customer card automatically closing.

Any clues as to what this exactly means and how I can resolve this issue?

Answers

  • Options
    krikikriki Member, Moderator Posts: 9,096
    It means somewhere in the page is a function call to object 50000. When compiling an object, references to other objects (and fields) are saved using the ID's and not the names. So when you then change the ID of the function, the calling object gets that error.

    Try to recompile the customer card. If the functioncall is there, you will get an error. If it finds the name in the codeunit, it will recompile. If the error still pops up, try with the debugger to see which objects are used and in which object the offending functioncall is.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    Mohamed_ZayedMohamed_Zayed Member Posts: 39
    Did you check if there is any empty lines in the Function sections?
  • Options
    Alexander95Alexander95 Member Posts: 17
    Hi @Mohamed_Zayed. Apologies for the late reply. I did not know how to resolve it your way, so a copy of the production system was imported.
Sign In or Register to comment.