cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger/click a Linked Button

Former Member
0 Kudos

Hi experts, Im using SAP B1 and I want to when I click a button, it will trigger all Linked Buttons in the form, is there a way to make it possible? Or maybe a way to trigger just some linked button, I dont want to open the menu like "ActivateMenuItem("2561");"
Thanks!!!

Accepted Solutions (1)

Accepted Solutions (1)

edy_simon
Active Contributor

Hi,

Linked Button is just another item.
SAPbouiCOM.Item item = form.items.item("UID");
item.Click(SAPbouiCOM.BoCellClickType.ct_Regular)

Regards

Edy

Former Member
0 Kudos

I was doing like this, but a quietly wrong...
Anyway, thanks!!

Regards

João

Answers (2)

Answers (2)

former_member197733
Contributor
0 Kudos

Hi, please use the search option before post a question.

former_member241304
Active Participant
0 Kudos

Hi Joao Pedra Correa,

Once go through the below link, i think it will be helpful you.
https://archive.sap.com/discussions/thread/3645941

Thanks & Regards,
P.Pallavi