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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

List of RMS Report "FieldNames"

(0) ShareShare
ReportReport
Posted on by 1,565

I'm wondering if there is a list of all the different "FieldName"s for creating Custom Reports and/or adding additional filters to existing reports?

Specifically, we're looking for a list of Item attributes to filter by.

For example, HQ does not have a filter in any of it's report for whether an item is a Web Item or not so I added:


Begin Column
   FieldName = "Item.WebItem"
   DrillDownFieldName = ""
   DrillDownReportName = ""
   Title = "Web Item"
   VBDataType = vbBoolean
   Formula = ""
   ColHidden = True
   ColNotDisplayable = False
   FilterDisabled = False
   ColWidth = 1000
   GroupMethod = groupmethodNone
   ColFormat = ""
   ColAlignment = flexAlignLeftCenter
End Column

to one of our reports


Sometimes, it takes a lot of trial and error to come up with the right naming (item.WebItem) and I'm thinking a lot of you guys would just have a list including the different options

We've got the customization guide and it's been a great resource to learn the thought behind this stuff but it's incomplete.


Thanks,
Devon

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at

    Did you ever find an answer?  I am looking for the same.  Thanks!

  • Community Member Profile Picture
    on at

    Run SQL Queries.    I prefer using SQL Management Studio

    1.  Show all tables for a database

    use databasename

    select *

    from sys.tables;

    2.  Show all column/rows for a table

    use databasename

    select *

    from tablename;

  • Community Member Profile Picture
    on at

    Thank you.  Is this a new program I have to get or can be ran within RMS?  I am new to SQL, so my knowledge is very limited.  Thank you for your respose!

  • Community Member Profile Picture
    on at

    Hi Devon -

    Another option to find out tables and views in your database,

    sp_tables

    Or to look at columns in a table, including data about the data like data types, ie in the item table

    sp_columns item

  • Community Member Profile Picture
    on at

    Hi Devon,

    If you run a Query in either HQ or Store Operation Administrator on item you will see the column headers and these are the names you are looking for.  (Select * from item) will produce everything in the items table.  The column Headers are the right Naming - Microsoft's WYSIWYG (What You Yee Is What You Get)

    Hope this helps you

    Shawn

  • Alwani Profile Picture
    710 on at

    i agree that Customization guide is just an intial stage for us to proceed with customziation. by the time we start we learn more!! as suggested you can use "select * from tabl" or you can also use sp_help "tablename' this help you to get the information.

    But how do we know which field link to what, one way I use is sql profiler tool this is helpfull when I do transaction I monitor what is happening and by profiler I get the correct field name. Again it require some technical skills. You can always ask question related to your queires and we are here to help you solve your issue. Best of luck.

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans