portal inbasket

 6 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Scooter
Veteran Member
Posts: 83
Veteran Member
    Portal inbasket - we want to modify the inbasket page (i.e. Work Unit      Description        Work Category).  Does anyone know where this xml file is located? We want to add the Requisition Release date to this display so it will appear with "Work Unit, Description, and Work Category"). Thanks for any assistance.
    Greg Moeller
    Veteran Member
    Posts: 1498
    Veteran Member
      Look in $WEBDIR/lawson/portal/inbasket

      Not an xml file... I believe that the inbasket is actually a servlet... but you may be able to add something to the inbasket.js file to make it work. That's where all of your other "labels" are coming from.
      Scooter
      Veteran Member
      Posts: 83
      Veteran Member
        Thanks very much.
        Scooter
        Veteran Member
        Posts: 83
        Veteran Member
          Thanks.
          Scooter
          Veteran Member
          Posts: 83
          Veteran Member
            What is a "servlet"?
            sVaye
            Basic Member
            Posts: 10
            Basic Member
              FYI, if you change the inbasket.js you will have to put the change back in place after every upgrade and potentially every time you deploy your processflow ear. My suggestion would be to place the 'Requisition Release date' under the Description. This can be done by placing it in the processflow's User Action work title.
              Scooter
              Veteran Member
              Posts: 83
              Veteran Member
                Great idea about putting "Req Release Date" in UserAction --> Work Title!  Thanks so much.