Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Extending addrow (bean question)

From: John Ballnik (2012-06-15 13:17)

Hey Gang,
Has anyone created a bean to create functionality when you click the New Row button on a detail section. I call the addrow() method from my bean which right now prints out log statements and that functionality works, but a new record does not get created when I hit the New Row button.  Only the log statements print.  Does anyone know the logic for having both the record get created and my extended logic to occur?
thanks,
John B


From: jhale1996 (2012-06-19 17:30)

I modified the addrow() button to automatically save records and record the time it takes to save in labor reporting. We are running Maximo 7.5.0.1. This works if I do a return super.addrow();
Jason
--- In MAXIMO@yahoogroups.com, John Ballnik <jballnik@...> wrote:
>
> Hey Gang,
>
> Has anyone created a bean to create functionality when you click the New Row button on a detail section. I call the addrow() method from my bean which right now prints out log statements and that functionality works, but a new record does not get created when I hit the New Row button.  Only the log statements print.  Does anyone know the logic for having both the record get created and my extended logic to occur?
>
> thanks,
> John B
>
>
>
>