Monday, June 17, 2019

Find Table Id using table browser in Dynamics365 FO

http://<URL>.com/?cmp=<CompanyName>&mi=SysTableBrowser&TableName=SysTableIdView


X++;
select firstonly SYSTABLEIDVIEW

SQL:
Select * from AXDB.dbo.SYSTABLEIDVIEW

No comments:

Post a Comment

WMS Mobile app flow - Adding Detour fields for Process guided framework custom implementation

 WMS Mobile app flow => Adding Detour fields for Process guided framework custom implementation Before fix: Adding code fix to get thos r...