Tuesday 22 September 2015

How to Change Page name Dynamically when multiple Pages are allowed in CRM Page hosted control--Unified Service Desk (USD)


1. As we already know that ,we can open multiple pages in Single CRM Page hosted control.
by default the name will be Tab name of Browser.

2. To Change the name of the Page we need an action call



try {
    document.title = "[[Incident.casetypecode]+] "
}
catch (e) {

}

we can set any name as title of Page by passing dynamically as shown above.

3. See the bellow Screen to verify




No comments:

Post a Comment