cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - Detail Pane Format Question

Former Member
0 Kudos

I am using the detail pane for a list screen in Agentry.  I am using the format of %propertyName to specify the properties I want to display in the pane.  I have some properties with "_" in the name.  I cannot seem to get them to render correctly.  For example:

Unit #: %unit_number

Address: %street_or_property

Category: %category

renders as

Unit #: {err:unit}_number

Address: {err:street}_or_property

Category: TEST STATION

Does anyone know how to fix this issue?

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

jason_latko
Advisor
Advisor
0 Kudos

Christopher,

Probably an Agentry bug that you can't do anything about, other than to remove underscores from your property names.  You could try escaping the underscores in the detail pane text by using two underscores.  That is a shot in the dark.

Jason Latko - Senior Product Developer at SAP

jason_latko
Advisor
Advisor
0 Kudos

Christopher,

Did the double underscores work, or did you need to remove them?

Jason Latko - Senior Product Developer at SAP

Former Member
0 Kudos

I ended up removing the underscores.  I felt that removing the underscores made my property names look cleaner too.  Thanks for the suggestions!

Answers (0)