cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Complex Table with OPENUI

Former Member
0 Kudos

Hi,

I want to make a custom complex table search with openui. I wrote variables in Agentry Values part. How can i get the complex table values. In Eclipse i can get property values with "_model.getAgentryString(String)" but this function cant get complex table values..

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Adem,

Unfortunately we are currently not able to access Complex Table and Data Table data from the Open UI controls only Object data.  I have requested this but suggest you also contact support to log a feature request for this as well.

--Bill

Former Member
0 Kudos

Thank you Bill..

Adem.

0 Kudos

You could use a JavaScript rule to search CT using regular expressions. This however has performance implications as it has to loop over all entries of the CT or the Index.

thanks

Chandra

Former Member
0 Kudos

Thank you Chandra. Have you a sample for javascript rule. Can you send?

Adem.

Former Member