cancel
Showing results for 
Search instead for 
Did you mean: 

UWL - Change 'Add Memo' button location

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I'm using UWL in my portal.

I added the option 'addMemo', it works but can I change the default location of the button? (for example: move it next to the decision buttons)
If yes, how do I do that?

Portal version is 7.01 SP6.

Regards,


Omri

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Solved it on my own.

I added the action reference to all the tasks (one by one) and now I can see 'addMemo' link in the 'you can also' section.

Omri

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I highly doubt that you can change the location of the memo functionality. But if I were you I would probably check if I could add a custom action names "Add memo" and use handler "addmemo" for it. So in XML it would look something like this:


<Action name="addmemo" handler="addmemo">


I have no idea if this will work, but at least when you add additional custom actions to your task in UWL, they will be displayed as buttons next to the "standard actions". And if you can launch the standard add memo functionality (=handler addmemo) with your own action, this could solve your problem. Probably worth to try.


Regards,

Karri

Former Member
0 Kudos

Hi,

I do not know the solution exactly  for your query, I am suggesting you that refer Practical Workflow for SAP - 2nd Edition --- chapter 4.3 and 4.4. It may help you.

Regards,

Pavan.