Powered By Blogger

Get the company logo and company name in SSRS report in D365FO.

 Get the company logo and company name in SSRS report in D365FO.

          

   CompanyInfo companyInfoCompanyInfo::find();

    tmpTable.CompanyLogo = FormLetter::companyLogo();
                //CompanyImage::findByRecord(CompanyInfo::find()).Image;
    tmpTable.CompanyName = companyInfo.Name; 


No comments:

Post a Comment

DisableStandredButton

 My requirement is to disable the delete button for journals that were posted:- After Posting the button is enabled fig:- Line level also th...