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

Get or set adjust tax calculated amount using TAXDOCUMENT framework (Tax calculation service) in D365FO

 //Get or adjust tax calculation using TAXDOCUMENT framework (Tax calculation service) TaxRegulation taxRegulationDetail; TmpTaxRegulation  ...