cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Label text wrap issue - SAP Work Manager 6.4

former_member197782
Participant
0 Kudos

Hi Experts,

I am facing an issue in setting up the width for label in detail screen. My label text is of 150 to 200 characters and this text is coming from the back end table.

I have written rule to populate the label text and mapped the rule to label field on the detail screen.

I have mapped the Dummywrap property and label width and size width parameters but still the text is not getting wrapped to next line.

Detail screen Field type: Label.

Label text : Rule mapped.

Device: iPhone/iPad.

Mapped label width to 200 and size width to 200.

Refer to the attached snap.wrap-text.png

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208808
Active Participant
0 Kudos

Hello Roopa,

Adding to Mark's answer, if your requirement is just to show the label on screen. (for e.g. List of notes/points to be followed by Device user on field work), then you may try using HTML field and then write a Rule which will fetch all details from respective object and show the same in Agentry detail screen.

I would write such a rule as follows

Concatenate

-> <HTML><body>

-><p>%objectprop%</p>

:

:

-></body></html>

This will be an Update rule for the HTML field.

Thanks & regads,

AK K

mark_pe
Active Contributor
0 Kudos

Hello Roopa,

You have created a rule to populate the label text and mapped the rule in the label field.

Have you tried the label or modify the String Property of your field to state to wrap it?

See examples as follows:

https://wiki.scn.sap.com/wiki/display/SAPMOB/How+to+configure+word+wrap+on+a+multi+line+field+in+a+t...

In the example above, there is an option that you will state on your field - String Property to allow to wrap it.

Hope this helps out.

Regards,

Mark