Friday, January 22, 2021

How to Use the Table Browser in D365FO using Chrome add-ins

 Install chrome extension for table browser


Add and do config as per req




Note: table & data entity also will work.

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...