Skip to main content
Post a question

Notifications

Community site session details

Community site session details

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

Get Table Id and Field Ids of D365 F&O Table through SQL query

Like (0) ShareShare
ReportReport
Posted on 15 Jan 2021 13:49:52 by 752

Hi Everyone,

Using below SQL query I can get the Table Id,

select * from SysTableIdView where Name = 'CustTable'

Can anyone please help me with SQL query to get field Ids of all fields of a particular table? This is possible and I have done this long time back, so unable to recall it.

I don't want to fetch field Id of a single field. I want the list of all field names and their IDs.

Thank you in advance.

  • Suggested answer
    nmaenpaa Profile Picture
    101,158 Moderator on 18 Jan 2021 at 07:09:26
    RE: Get Table Id and Field Ids of D365 F&O Table through SQL query

    Table and field IDs are technical IDs that are intended for D365 internal usage. As long as you're working inside D365, you can use the mentioned views in x++ to get the info. And if you're working outside D365, then table and field ids should be irrelevant.

    Please let us know what is your functional requirement. Thanks!

  • Martin Dráb Profile Picture
    232,445 Most Valuable Professional on 18 Jan 2021 at 06:20:39
    RE: Get Table Id and Field Ids of D365 F&O Table through SQL query

    Why would you do that?

    Please tell us what you're trying to achieve from business point of view. We can't suggest a meaningful technical design without knowing what you need to achieve.

  • Rhushikesh R Profile Picture
    752 on 18 Jan 2021 at 06:01:01
    RE: Get Table Id and Field Ids of D365 F&O Table through SQL query

    Hi Andre,

    Then how could we identify the IDs for UAT and Production environment? As we don't have SQL access of UAT and Production in D365, do I need to write X++ job for same?

  • AndrĂ© Arnaud de Calavon Profile Picture
    293,344 Super User 2025 Season 1 on 15 Jan 2021 at 22:43:34
    RE: Get Table Id and Field Ids of D365 F&O Table through SQL query

    Hi Rhushikesh,

    A small additional comment. Note that the IDs can be different in each environment.

  • Rhushikesh R Profile Picture
    752 on 15 Jan 2021 at 14:01:26
    RE: Get Table Id and Field Ids of D365 F&O Table through SQL query

    Thank you Nikolaos for quick response.

    I am able to fetch field Ids with below query now.

    select * from SysTableFieldIdView where SysTableFieldIdView.Id = '77'

    In above Query,  SysTableFieldIdView.Id (77) is a Table Id

  • Verified answer
    nmaenpaa Profile Picture
    101,158 Moderator on 15 Jan 2021 at 13:55:38
    RE: Get Table Id and Field Ids of D365 F&O Table through SQL query

    Try SysTableFieldIdView.

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... 293,344 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans