This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SUPPORT Q&A - My Inbasket

Ron - Tuesday, November 27, 2007 11:44 AM:

Now that things are moving a long and the users are working in Innovator, they are finding it difficult to sort out all the ECR/ECN activities in their Inbaskets. A request has been raised to have the Title of the ECR/ECN to be displayed next to the ECR/ECn number.

I have looked all over the place for the properties of the Inbasket or Activity. Where does one go to modify the display for the Inbasket?

 

Thanks

Ron

 



SamsAn - Wednesday, November 28, 2007 3:06 AM:

Hi. 

Unfortunately, My Inbasket does not support any customization.

I think it's good enhancement request to implement this functionality in Innovator.

SamsAn.



playton - Monday, April 14, 2008 5:06 PM:

Ron,

 We have the exact same request into ARAS for update and are contracting a change in the software. Interested in splitting the cost?

 Thanks,

 Paul



Ron - Wednesday, November 28, 2007 8:34 AM:

Thanks SamAn

I have logged it with Aras as an enhancement request.

Ron



SamsAn - Tuesday, April 15, 2008 3:02 AM:

Hi.

It's pretty easy to embed this custom functionality into InBasket.html also. I guess 16 man/hours is enough to implement it.

SamsAn. 



Ron - Tuesday, April 15, 2008 9:23 AM:

Hi Paul

Yes I would be interested in splitting the cost, also in providing this as open add on for anyone to use. I was hoping that this was added in the new version. we will be upgrading to 8.2 with in the next month.

 send me PM and we can discuss this.

 

 Ron



CycleOp - Wednesday, February 10, 2010 7:44 AM:

Hi Guys,

 

Is there an update on this ? Do newer versions of innovator support adding various columns to the InBasket view ?

 

Thanks.

Sagi



nomean - Thursday, February 11, 2010 8:55 AM:

I wrote a dirty little hack to do this with Javascript if anyone is interested.  I'm sure there are much better ways to do it, but it works.



CycleOp - Thursday, February 11, 2010 9:35 AM:

Yes please.

 

I'll give it a go, while waiting for someone else to post a less dirty fix to this.

Sagi



nomean - Thursday, February 11, 2010 10:29 AM:

http://www.nomean.net/InBasket.zip

It's been a while, but I think I added a description field to some itemtypes that didn't have it.



CycleOp - Sunday, February 14, 2010 11:10 AM:

Thanks nomean.

I used WinDiff to find the differences between the original InBasket.html and the file you gave, and couldnn't find these specific changes (maybe because I am running 9.1.5 ?!)

 

I'll try going over this HTML page again soon.

 

Thanks again.

Sagi



lena - Thursday, February 20, 2014 9:47 PM:

Hi nomean ,

 I have encountered these problems . I want to try your method, but the web link cannot open. Is it doesnot exsist ?

http://www.nomean.net/InBasket.zip

Can you put it again on  the website?

Thanks!

lena



nomean - Monday, February 15, 2010 8:17 AM:

The changes are in the populateActivityGrid() function



[email protected] - Friday, August 5, 2016 1:26 PM:

I am also interested in changing the properties visible in the InBasket. Is there a better way to do this in 11SP5 than modifying the InBasket.html?

 

Thanks, 

Paul



tbwork - Monday, January 16, 2012 9:44 AM:

Hello nomean,

 

I have changed the html file, but do not notice any change in 'My InBasket'.

Are there any other changes that need to be done to have this cascade to 'My InBasket'?

 

Thank you.



[email protected] - Friday, August 5, 2016 1:53 PM:

Nevermind, I have found this functionality in 11SP5 in the InBasket Task item type. Much simpler! Thanks.



tbwork - Monday, January 16, 2012 10:48 AM:

Sorry, it does work.

I just had to empty the cache and history of the browser.

Great Modification ; Thank you.

 



ratnesh - Wednesday, May 2, 2012 8:39 AM:

Hi Thomas,

 What type of modification you saw in inbasket?

  I tried as same as directed above but i can't see any changes .

  So Thomas Please tell me all steps about  what you did in your My InBasket?

 

 



Brian - Wednesday, May 2, 2012 3:32 PM:

Hi Ratnesh,

If you add the ECR Title property to the Keyed Name for the ECR then the title in MyInbasket will include the ECR title.

This could have other implications for places where the ECR Item is linked but this may not be an issue for you.

This will not change the names of any ECR's that have already been created.

Cheers,

Brian.



Pankaj Thakur - Thursday, May 3, 2012 12:57 AM:

Hello Community,
     I want to add a  new column in My In Basket. I also used the dirty code (http://www.nomean.net/InBasket.zip) which is given by nomean and also clear the cache and history of browser. Please help me How can I add a new column in My InBasket.


 <!-- +++++ Client/Scripts/InBasket/InBasket.html +++++ -->
   <resource key="inbasket.type_column_nm" value="Type"/>
  <resource key="inbasket.workflow_project_column_nm" value="Workflow/Project"/>

 

Please tell me from where inbasket.type_column_nm came.


Thanks
Pankaj Thakur