Change or customize the Produce page title
Deployment Feature Availability
Deploying multiple skins to an instance available in on-premise and private instance cloud deployments only. Deploying a single skin to a multi-tenant instance is available by request. However not all instances are compatible. This is not available on CoLo.
Interface Feature Availability
Available in web interface Produce only.
The title of the Produce page is set via a Produce Theme. Your theme’s skin file must include the code below.
<asp:label runat="server" SkinId="PageTitle" text="YOUR TITLE"></asp:label>
Updated over 2 years ago