cancel
Showing results for 
Search instead for 
Did you mean: 

Can I access the business partners properties with the DI API?

Former Member
0 Kudos

Hi,

Simple question:

Can I access the business partners properties with the DI API?

Greetz

Eddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes,

oBusinessPartners.Properties(0)=SAPbobsCOM.BoYesNoEnum.tNO
oBusinessPartners.Properties(1)=SAPbobsCOM.BoYesNoEnum.tYes

Sebastien

Former Member
0 Kudos

I had to use this code when programming in C#

oItem.set_Properties(10,SAPbobsCOM.BoYesNoEnum.tYES);

that was for an item, I am not sure if the other way works for the Business Partners.

Answers (0)