Focus on a Tab using JavaScript in Dynamics 365
Let’s look at JavaScript code to move a user to a specific tab in Dynamics 365 / Power Apps. Below on the Account record I have these tabs – Summary, Project Price Lists, General etc: Let’s go to the General tab when something happens, like changing a field value. The General tab is called Partner_Details: Here’s the code is below. Be sure to pass the execution context: [sourcecode language=”CSharp”] function … Continue reading Focus on a Tab using JavaScript in Dynamics 365