cancel
Showing results for 
Search instead for 
Did you mean: 

Open fixed asset master data on choose from list new button click in SAP B1 SDK

Former Member
0 Kudos

Hi all,

I want to open fixed asset master data when i click on choose from list NEW button. I have applied choose from list by setting condition that itemtype = 'F'. This opens fixed asset master data when i click on choose from list. But when i click on new button in choose form list, it opens item master data screen. I want fix asset master data screen to open up. Please help??

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member233854
Active Contributor
0 Kudos

Hi Saad,

I don't think this is possible since they use the same table and object, maybe you can try to get the event of the choosefromlist and open the assets screen manually

Former Member
0 Kudos

Hi Danilo Kasparia,

Can you please elaborate how to get the event of the choosefromlist and open the assets screen manually?

former_member233854
Active Contributor
0 Kudos

Have a look in the samples usually in C:\Program Files (x86)\SAP\SAP Business One SDK\Samples\COM UI\CSharp\02.CatchingEvents

You should call ActivateMenuItem("4353")