Thursday, August 11, 2016

SSRS Report Timeout issue ax 2012

//SSRS Timeout issue ax 2012

Source;

http://axmentor.com/learning-lab/blog/reporting/how-to-fix-ssrs-timeouts-in-ax-2012-the-right-way/

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

validateExistCommonRecord(     RefTableId _refTableId,     RefRecId _refRecId) {     boolean ret = true;     if (!_refTableId || !_refRecId)...