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

Dynamically setting entire Form security access through Extension in D365FO

/// <summary> /// To check if user can get access to the Parameter form /// </summary> class SAN_ParamFormsAccessCtrl {     prot...