cancel
Showing results for 
Search instead for 
Did you mean: 

Data Exchange between OpenUI control (WPF) and Agentry Action

Former Member
0 Kudos

Hi Kunal,

Please help on the 2nd point:

c. In an agentry action/rule, when you access this external value field, Agentry will call your open UI control's GetExtensionStirng() method to ask for the value. This is the basic mechanism to get data from open ui to agentry.

Shall we have to write any rule to call GetExtentionString() method or will agentry call it automatically?

Regards,

Randhir

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Randhir,

What is meant by statement c is that within Agentry you can write a rule to reference another fields value.  By writing a rule to reference an Open UI field external value within Agentry when that rule executes, Agentry will call the getExtensionString method of your Open UI code and pass the returned value back as the result of the rule.  It will automatically be called when the referencing rule is evaluated.

--Bill

Answers (0)