Thursday, April 15, 2021

Get Metadata of an Data Entity D365FO

Export data entity metadata information in excel

Reference: https://www.theaxapta.com/2021/03/how-to-get-meta-data-of-data-entity.html 

 


2 comments:

  1. Its always healthy if you give reference/Credit to original post. This post seems copied from my post.
    https://www.theaxapta.com/2021/03/how-to-get-meta-data-of-data-entity.html

    ReplyDelete

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...