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

Override custom dimension value on posting sales invoice in X++

 Requirement: 1. Override custom dimension value on posting sales invoice 2.  Ledger posting type as "Cost of goods, invoiced" ...