Tuesday, November 18, 2025

Write a condition on HTML editor control if it is having value in d365fo x++

 Htmleditor htmledc=formRun.design().controlName("YourHtmlEditorControlName") as Htmleditor;

if(htmledc.parmHtmlContent())

{write condtion}

No comments:

Post a Comment

Navigate to a specific legal entity through code

 code:- appl.setDefaultCompany(Legalentitycode, false);