cancel
Showing results for 
Search instead for 
Did you mean: 

SMP OpenUI sdk

Former Member
0 Kudos

Hi,

          We are trying to rebranding the Agentry Android Client 7. we have imported all the required projects.

we struck at how to retrieve the WorkOrder data by extending openui sdk class to our custom activity.

for example if we want to get the location details and show it in map,how it can be achieved.

we tried to extend ExternalDataDisplayAdapter but not sure about the procedures.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Data is passed between Agentry and the Open UI control using

  • Agentry Values - For data exposed from Agentry to the Open UI control
  • External Values - For data from the Open UI control being exposed back into Agentry

You will need to configure an Agentry Value to pass in the WorkOrder collection reference and then you can loop over the collection in the Open UI code to read the various location properties and display them on the map.

--Bill


Former Member
0 Kudos

Thanks Bill..But Which is the class we need extend to get the External Value Collections?

Former Member
0 Kudos

any documetation or example related to this ?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

External values are used to expose/pass data from the OpenUI code back to Agentry.  Agentry Values are used to pass data from Agentry into the OpenUI control beyond the property mapping.

The class you want is based on what device type you are using.  I believe you asked this also in a separate thread where I provided the class names.

--Bill

Answers (0)