otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


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.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old August 13th, 2008, 16:27
Junior Member
 
Join Date: Feb 2007
Location: Toronto, Canada
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
anoopkrishna is on a distinguished road
Modifying Web Tender Stylesheet

A very simple question actually, I am trying to modify the Web Tender Stylesheet under the Servprov domain. The client wants this particular stylesheet to be customized to their business. The customization is simple but since these are core OTM files (tenderresp/ExecTendMain.xsl, tenderresp/ExecTendMore.xsl and a few more under tenderresp folder), it will be re-written if any patch is updated to this folder.

So, is there a way, I can keep it away from any patch updates and still use it to show the Web Tender in Servprov domain ? I was hoping there is something similar like using "Stylesheet Profile" option in OTM to customize Email Notification Tender stylesheet.

Has anyone done this before ? Any inputs will be appreciated.
Thank You
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old October 6th, 2008, 20:10
Junior Member
 
Join Date: Dec 2006
Location: Chicago
Posts: 26
Thanks: 4
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
bfolan is on a distinguished road
Send a message via MSN to bfolan
Re: Modifying Web Tender Stylesheet

We are trying to do something similiar if I understand you correct. Basically when a carrier logs into OTM they are able to see a results screen with different/more columns. For example, search all loads which are currently tendered (Spot, Broadcast, Regular tenders) in a user friendly format which includes the source city, source state, destination city, destination state, and start date. Were you able to come to a conclusion and/or solution on this issue? I have tried to test using different screensets and results format. As soon as a result column is chosen such as destination city is listed zero results are returned but if I just list the shipment id it lists the appropriate number. Any help if anyone was able to modify the results screen which carriers are able to view shipment data.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old October 8th, 2008, 09:15
Member
 
Join Date: Mar 2007
Location: Italy
Posts: 34
Thanks: 4
Thanked 6 Times in 6 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Stefano is on a distinguished road
Send a message via MSN to Stefano Send a message via Skype™ to Stefano
Thumbs up Re: Modifying Web Tender Stylesheet

Hi
there is a way to create a USER REPOSITORY for CUSTOMIZED stylesheet, OTM when find this user properties setted up check before in this path later on in standard location.
This prevent also problem during patch update or similar, but in this case is better however after pacth re-check your custom screen.
Check on OTM Help ON LINE item "Stylesheet Location" in User Preferences topic

regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old October 20th, 2008, 21:51
Junior Member
 
Join Date: Oct 2008
Location: Memphis, TN, USA
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Clay Combs is on a distinguished road
Send a message via Skype™ to Clay Combs
Re: Modifying Web Tender Stylesheet

anoopkrishna, I agree with Stefano. This is one of the basic uses for User Preferences.

Create a custom directory within the xsl directory on the Web server. Make sure to follow a parallel subdirectory structure to that within xsl. For example, if you want to customize tenderresp/ExecTendMain.xsl, simply create xsl/CUSTOM/tenderresp/ExecTendMain.xsl, where ExecTendMain.xsl is your custom stylesheet (but named the same as the original--this is the basis of the override functionality).

Create a User Preference and add a Stylesheet Location value that specifies where your custom stylesheets are--in this case, CUSTOM.

Apply the User Preference to all users in SERVPROV. At this point, whenever a user in SERVPROV accesses the screen in question, the system will substitute your custom stylesheets for the defaults. all users in that domain should see the custom screen. Since the stylesheets reside in a custom directory, they should not be overwritten by patches.

Sorry for the late post--just joined the FAQ today. Feel free to contact me directly for clarifications.

HTH,
cfc
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Clay Combs For This Useful Post:
bfolan (November 13th, 2008)
  #5 (permalink)  
Old October 20th, 2008, 22:15
Junior Member
 
Join Date: Oct 2008
Location: Memphis, TN, USA
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
Clay Combs is on a distinguished road
Send a message via Skype™ to Clay Combs
Re: Modifying Web Tender Stylesheet

As to bfolan's followup question, I'm curious as to whether you're asking about screen sets for Tender Response? I'm on a project now in which we would like to modify the PUBLIC screen set for Online Booking/ Tendering, but to the best of my ability I can find no reference to it anywhere in any screen set in any domain.

As far as I can tell, then, the search/results pages for Online Booking/Tendering, which would normally be controlled by screen sets, are actually *completely beyond customization*. In several years of working on similar customizations for screens, I've never come across any other object that is so completely out of reach. Perhaps ironically, the screens themselves (controlled from the stylesheets in the tenderresp directory, as mentioned in anoopkrishna's original post) are totally customizable.

BTW, for my related project, we are pushing Accept/Decline functionality through an entirely different (though still SHIPMENT-based) screen set called SHIPMENT_VISIBILITY. This bypasses the TenderRespServlet, but should suffice for this implementation. By using the alternate screen set, we can customize not only the screens (in XSL), but also the search/results pages (with a screen set).

Last edited by Clay Combs : October 28th, 2008 at 17:40. Reason: Typos!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old November 13th, 2008, 21:20
Junior Member
 
Join Date: Dec 2006
Location: Chicago
Posts: 26
Thanks: 4
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
bfolan is on a distinguished road
Send a message via MSN to bfolan
Re: Modifying Web Tender Stylesheet

Clay,
Great info. I will let you know if I am able to get this working.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
XSL Stylesheet Message Center rafikki Branding, Screen Sets, XSL/CSS and Translations 2 August 29th, 2008 12:41
Configuring stylesheet for outbound Rajashree Integration and Data Mapping 0 May 16th, 2008 13:55
Modifying Voucher Report cspadola Reports / FTI and Other Analytics 4 March 14th, 2008 15:31
which stylesheet for that screen! otm_user Branding, Screen Sets, XSL/CSS and Translations 4 July 26th, 2007 13:28
[SOLVED] Spot Tender/Broadcast Tender Process Within OTM Dilday Stephen Email List Archive 0 February 8th, 2007 20:11



All times are GMT. The time now is 20:38.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37