cancel
Showing results for 
Search instead for 
Did you mean: 

MyButtonDisplayAdapter usage in agentry opeenui for WPF client

former_member223904
Participant
0 Kudos

Hi Experts,

Can any one please explain me what is the usage of MyButtonDisplayAdapter  class in agentry openui for WPF client.

Can you please explain me how to use it.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

OpenUI exposes a number of classes that can then be extended to allow for custom controls and behaviors.  To use it you would create your Visual Studio project and include your MyButtonDisplayAdapter class within which you can display whatever you desire.

In the Editor you will then take the button field you want to display your control and set it to use the MyButtonDisplayAdapter instead of the built in control.

You will need to take the resulting DLL and deploy it to the WPF client following the instructions in the OpenUI documentation to the client can find your new class.

--Bill

former_member223904
Participant
0 Kudos

Hi Bill

Can you please let me know. How to implement openui logic on transaction screens.please let me know whether .net code varies for object level screens and transaction screens.

Former Member
0 Kudos

Hi Sandeep,

there is no real difference for implementing an OpenUI control for a transaction screen vs. a detail screen. You add a new field to the transaction or detail screen, set the field type to what you need and reference your OpenUI class on the External Field tab.

Answers (0)