| | Branding, Screen Sets, XSL/CSS and Translations Customizing and Branding the UI of OTM / G-Log for your site, using Custom Screen Sets, Menu Managers, XSL/CSS customizations, Translations and more. |  | 
June 23rd, 2007, 06:31
| | Junior Member | | Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Modify the Results screen of contacts How to delete the view, edit, view log, create another, modify another buttons in results screen. the requried thing is only the test ( "You successfully created the following records:" ). this results screen is accessed via Business Process Automation > Communication Management > Contacts>finished Thanks, Pradeep | 
June 25th, 2007, 06:36
| | Junior Member | | Join Date: May 2007 Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Re: Modify the Results screen of contacts The results page that you see now is the common glog results page GlogResultsPage.xsl. The framework redirects you to this page after successfully saving the record. If you want to remove the the buttons here, you will have to do it in the GlogResultsPage.xsl. But as this xsl is a common xsl, You should not touch this. Only way is to create your own results xsl and show this custom results xsl on successfully saving the record.
You can do this in the ContactSaveServlet.
eg: From glog/webserver/sku/SkuEventSaveServlet.java
d.appendChild(d.createProcessingInstruction("xml-stylesheet", "href=\"status/SkuEvents.xsl\" type=\"text/xsl\""));
Let me know if you need any help | 
June 25th, 2007, 09:13
| | Junior Member | | Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Re: Modify the Results screen of contacts Please tell me how to find the ContactSaveServlet path, I find the GlogResultsPage.xsl.file. | 
June 25th, 2007, 09:50
| | Junior Member | | Join Date: May 2007 Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Re: Modify the Results screen of contacts glog/webserver/contact | 
June 25th, 2007, 11:38
| | Junior Member | | Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Re: Modify the Results screen of contacts Iam working with OTM 5.5 , in this we have the contact xsl file but ,in this file we don't have glog/webserver/sku/SkuEventSaveServlet.java path. so, please tell me this path in OTM 5.5. | 
June 25th, 2007, 12:47
| | Junior Member | | Join Date: May 2007 Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Re: Modify the Results screen of contacts The SKUSaveServlet is an example i have. You will have to do it the same way its done in the above servlet.
Under your root path there will be two folders 'glog' and 'glog_deploy'. this servlet you will find it under glog/webserver/sku.
also send me your mail id. | 
August 10th, 2007, 13:28
| | Junior Member | | Join Date: Jun 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0 | | | Re: Modify the Results screen of contacts Iam able to find the below code
d.appendChild(d.createProcessingInstruction("xml-stylesheet", "href=\"status/SkuEvents.xsl\" type=\"text/xsl\""));
From glog/webserver/sku/SkuEventSaveServlet.java
But, iam not able to find the same code in the ContactSaveServelt. So please tell me the java file which is having the same code Inorder to to delete the view, edit, view log, create another, modify another buttons in results screen. the requried thing is only the test ( "You successfully created the following records:" ). this results screen is accessed via Business Process Automation > Communication Management > Contacts>finished
Thanks & Regards,
Pradeep
Last edited by sn1405 : August 10th, 2007 at 13:31.
|  | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Modify Tender Notifications - control when sent out | DMOORE | Execution | 2 | November 7th, 2007 20:03 | | Display Brand Name in Finder Results | miks | Branding, Screen Sets, XSL/CSS and Translations | 0 | October 18th, 2007 12:26 | | [SOLVED] contacts screen | sn1405 | Branding, Screen Sets, XSL/CSS and Translations | 1 | June 26th, 2007 07:01 | | [SOLVED] Modify the contacts screen | sn1405 | Branding, Screen Sets, XSL/CSS and Translations | 6 | June 25th, 2007 09:48 | | [SOLVED] Benchmark results Oracle 10g Db on Linux and HP-UX | Kristof Stevens | Performance, Scalability and HA | 1 | June 12th, 2007 14:38 | |