Friday, July 9, 2021

Can We Hide Tab In Ms Dynamic Crm Form Using Javascript? How?

Yes we can hide particular section using following line of code. Xrm.Page.ui.tabs.get("tab_name").sections.get("section_name").setVisible(false);

No comments:

Post a Comment

Featured Post

questions for improvement

using ExamTopics; using Newtonsoft.Json; using Microsoft.Web.WebView2.WinForms; using System; using System.Collections.Generic; using System...