cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction button label

Former Member
0 Kudos

Hi,

Wanted to know whether it is possible to make the name of transaction button appear in two lines?

Like we have a button with the name "Down Payment Clearing Manually" - and its making the button way to long and ugly Can the text be divided in multiple lines to make it look more than a button?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You mean something like this?

Unfortunately the wrapping transaction button label is not supported. However with a little workaround it is possible to create the illusion. Just define the transaction button with no label, then add a wrapping label with your text and move it over the button. Lastly, so that clicking on the text (and not just the surrounding button area) will also call the desired transaction, attach a one-liner script to the label's onClick event which calls the transaction via session.startTransaction(tCode); where tCode is the string with the transaction code.

Former Member
0 Kudos

Thank you!

Answers (0)