cancel
Showing results for 
Search instead for 
Did you mean: 

Show long property value for a document

Former Member
0 Kudos

We tried to show descriptions for documents in KM iView. So we did a new layout set and make Collection renderer property "Display properties" equal to the "rnd:icon,rnd:displayname(contentLink),rnd:description". But unfortunatelly the value of description was cut off in the iViews (after it exceeded its unknown length limit) and could be rendered only in one line (i.e. the value was not broken into several lines). How can we make a layout set with a text property (that is usually ~ 250 chars)?

Accepted Solutions (1)

Accepted Solutions (1)

Krasle
Advisor
Advisor
0 Kudos

Hi,

Leaving off the "rnd:" namespace from a property will aften access a more "primitive" value. For instance, using "description" rather than "rnd:description" should give you the untruncated value of the description property. This bypasses the rendering formatting, which in some cases could look pretty ugly.

Regards,

Darin

Former Member
0 Kudos

Darin,

thank you for your help. I got the desired result according to you recommendations.

Best regards,

Dmitriy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

try to create a new property with type "text" and add it to "display properties" parameter of the collection renderer or resource renderer you want to use. I did it and i'm able to show a description which has about 3800 chars.

hope this help

Ciao

Roberto

Former Member
0 Kudos

Could you tell me what version of SAP EP you have used? We tried the same on SAP EP 6.0 SP2 Patch 4 Hotfix 6...

Best regards,

Dmitriy Zaitsev

Former Member
0 Kudos

Hi,

I use EP 6 SP2 P 4 HF 6 as well

cheers

Roberto