web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Can't go to table definition and given error

(0) ShareShare
ReportReport
Posted on by 3,110

Errorcod2.pngErrorinCode.jpgErrorinCode1.jpg

Hi Experts,

I want to add some fields in cust aging DP class(Standard Report), if i am trying to insert it giving an error(even i made fields in temp table already) as shown in the image. The second thing is if I tried to go to the definition of this temp report it behaves like a map giving an error please check.

Best Regards,

Shabir Ahmad

I have the same question (0)
  • Suggested answer
    Sergei Minozhenko Profile Picture
    23,093 on at
    RE: Can't go to table definition and given error

    Hi Shabir,

    The error in infolog shows that you added a field to insert_recordset section (SortOrder?), but have not added the source field in select section.

  • Shabir Ahmad Profile Picture
    3,110 on at
    RE: Can't go to table definition and given error

    Errorcod3.png

    Hi Sergei Minozhenko,

    I added fields in tmp table before then i came here to add these fields.

    Best Regards,

    Shabir

  • Verified answer
    Sergei Minozhenko Profile Picture
    23,093 on at
    RE: Can't go to table definition and given error

    Hi Shabir,

    The number of fields in insert_recordset section should be the same as in select section

    You have the same case as below: field3 is missing from select section. You need to review all fields in insert_recordset * select statement and find what field is missing in select.

    insert_recordset myTable 
    (
        field1,
        field2,
        field3)
    )
    select
        field1,
        field2
        // field3 is missing
    from myTable1

  • Shabir Ahmad Profile Picture
    3,110 on at
    RE: Can't go to table definition and given error

    Hi Sergei Minozhenko,

    First thanks for your suggestion that worked, one point is there why temp table behave like MAP if I want to go to its definition it doesn't work check-in the image in the post.

    Best Regards,

    Shabir Ahmad

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 1,771

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 806 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 542 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans