Skip to main content

Notifications

Announcements

No record found.

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

  • 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

  • Verified answer
    Sergei Minozhenko Profile Picture
    23,091 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

    Errorcod3.png

    Hi Sergei Minozhenko,

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

    Best Regards,

    Shabir

  • Suggested answer
    Sergei Minozhenko Profile Picture
    23,091 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.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,261 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,011 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans