TableData 50025 Does Not Exist

AndwianAndwian Member Posts: 627
Dear Experts,

When I run a custom table (ID: 50014), and then it replied with the error message:
TableData 50025 Does Not Exist

I have read the Error "TableData 0 does not exist" during, but it could not work.

Any suggestions appreciated. Thank you in advance.
Regards,
Andwian

Answers

  • Jatin_PatelJatin_Patel Member Posts: 200
    Hi,Andwian

    i think u create record variable of 50025 table in 50014 table code.
    Check that table 50025 exists or not?
    If not than delete that record variable from 50014 table or create table 50025 again.
    Jatin Patel
    Microsoft Dynamics NAV Consultant
    Jatin's Blog
  • AndwianAndwian Member Posts: 627
    Hi Jatin,

    Thank you.
    i think u create record variable of 50025 table in 50014 table code.
    Check that table 50025 exists or not?
    I guess so before, but unfortunately I have double-checked it, and no one such record variable linked to 50025.
    If not than delete that record variable from 50014 table or create table 50025 again.
    Delete all the record variable from 50014?

    I have successfully tackle the error, by creating the new table, with ID 50025. And then the error still exist with the other messages, and then I create just 3 fields, following the error messages.

    I just now curious, what was happen? :-k
    Regards,
    Andwian
  • AndwianAndwian Member Posts: 627
    Andwian wrote:
    I just now curious, what was happen? :-k
    I got the root cause! \:D/

    It is simply because in Table 50014, there is a field with FieldClass FlowField, and CalcFormula:
    LOOKUP(50025.Status WHERE ...)
    

    Anyway, thank you again Jatin, for the light! I owe you. :)
    Regards,
    Andwian
Sign In or Register to comment.