Product Support: Difference between revisions
From Customer365 for SageCRM
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
Add fields to this table | Add fields to this table | ||
[[File:CtPRSU_fields.png]] | [[File:CtPRSU_fields.png|700px]] | ||
Add screen for Product Support page with "Status (prsu_status)" as Hyperlink to: "Custom Jump" and Custom ID field: "prsu_ctproductsupportid" | Add screen for Product Support page with "Status (prsu_status)" as Hyperlink to: "Custom Jump" and Custom ID field: "prsu_ctproductsupportid" |
Revision as of 09:34, 10 August 2016
Product Support page is where user can view all company Support tickets
For this page a new Primary Table "ctProductSupport" needs to be created in CRM
Add fields to this table
Add screen for Product Support page with "Status (prsu_status)" as Hyperlink to: "Custom Jump" and Custom ID field: "prsu_ctproductsupportid"
- For each screen fields can be modified.
Controls for the page text:
<add key="lblYourProductsHint" value="This screen lists the product support status. <br>Please contact us if there is a problem with the data not matching yours.<br>"/> <add key="lblSupportMessage" value="<ul><li>Phone support is not provided by CRM Together</li><li>Level one support is provided by the business partner</li><li>Support renewals are due in advance of the renewal date</li><li>Any late renewals will require full product re-purchase</li></ul>"/>
Drop down filter can be used to filter Support tickets.
When page is viewed first time, filter is set by default control in web.config page. You can change this value in
<add key="prsuDefaultFilter" value="Open"/> (possible values: "Renewing", "Quoted", "NotRenewing", "Open")
Press on any product support field to see details of particular ticket.