cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a Linked Button

Former Member
0 Kudos

Hi:

How can i use the Linked Button... a have a linked button and a EditText how can i use the linked button with the value of the Edittext...

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi,

What you need to do is set the LinkTo property for the Linked Button to the UID of the EditText (note: The LinkTo property is a property of the Item class and not the Linked Button class). Then, set the LinkedObject and/or LinkedObjectType properties of the Linked Button to the object type you want to link to (eg BPs, Items etc). You can find a list of the objects in the BoObjectTypes enumeration in the DI API.

Kind Regards,

Owen

Answers (0)