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

Skip Inventory reservation on Sales order lines in D365FO

[ExtensionOf(classStr(InventUpd_Reservation))] final class InventUpd_ReservationCls_SAN_Extension {     void updateNow()     {         if(mo...