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

DEVELOPERS FORUM - Workflow : Workflow Activity Completion Form

divya_p02 - Tuesday, June 21, 2011 5:23 AM:

Hi,

Workflow Acitivity Completion form is shown when we try to update the workflow actiivty in "IN Basket".  But i am not able to figure out when this form is and is there any way we can customize these form.

I also want to customize the Login Page with some new images etc. Plz guide me or some pointers for the same.

Regards,

Divya

 



Ronan - Tuesday, June 21, 2011 9:29 AM:

Hi Divya,

  • The Workflow Activity Completion dialog source is not an Innovator form, it is an aspx living in the codetree at <InnoFolder>InnovatorClientscriptsInBasketInBasket-VoteDialog.aspx
  • The login page splash image is in <InnoFolder>InnovatorClientimagesLogosinnovator_splash.jpg

?
Ronan Jouchet - PLM Consultant, Processia Solutions



divya_p02 - Monday, June 27, 2011 5:00 AM:

Hi Ronan,

Thanks for ur reply.  I have few queries in the same lines.

1. I found a html file InBasket-VoteDialog.html in the Inbasket folder.  When i am trying to customize the form, i just tried changing the name of "Complete button to "Complete Change" the same is not getting reflected on the form. Is there some where else other than this form needs to be changed????

 

2. From where do i know that InBasket-VoteDialog.html form is getting called. where is the calling of form written (is it in method, or function or html page or aspx page). Can you please guide on this front.

We want to customize the same page and save some more details in the federated table.  Kindly reply soon as its very critical clue to proceed further

 

Regards,

Divya



Boro - Monday, June 27, 2011 7:59 PM:

Hi Divya,

1. You should check IE cache file on your client machine. I think that following URL helps you.

http://www.aras.comhttp://www.aras.com/Community/forums/t/1512.aspx

2.InBasket-VoteDialog.html is called from InBasket.html. It located in InBasket folder. You will find "onVoteCommand()" function in InBasket.html. 

Thanks