Solved

BPA Workflow - User Interaction - larger Header in more lines

  • 16 November 2023
  • 3 replies
  • 98 views

Userlevel 6
Badge +15

I am trying to build a user interaction workflow, but I’m having trouble displaying a longer Header in more than one line.

Any ideas how this could be achieved? I have also tried using <BR> tag but it doesn’t do anything. See below some more details.

 

The text I wanna display is: 

Are you sure the value in Expected Supplier Price per Unit is correct? 
Press Submit to have the Purchase Req and PO created using the price you have entered.

 

I’ve tried to split the text in 2 lines with same locale 

This will only show the 2nd line:

 

icon

Best answer by kamnlk 16 November 2023, 12:47

View original

3 replies

Userlevel 3
Badge +5

Hi,

I don't think the new line character will work with user forms. Splitting the lines using multiple records of the same local will only use the value declared last as the value for that local.

How ever there is a potential workaround that we can use to show these long texts using a “text” field type in user forms. 

 

 

Userlevel 6
Badge +15

@kamnlk, yes, that’s another thing I tested, but it’s showing a field with a default value and I was wondering if there’s any option to get these lines in the Header, but I understand it’s not possible.

 

 

Userlevel 4
Badge +9

@Marcel.Ausan  be aware that these texts cannot be translated.

Reply