cancel
Showing results for 
Search instead for 
Did you mean: 

Get SoldTo id

Former Member
0 Kudos

Hi

I would like to know alternative way for getting the sold to id in action class. Currently I am using following way to get sold to id from BusinessObjectManager. This method is deprecated in the ISA.

bom.getUser().getSoldTo().getId()

let me know the solution.

Rgs

Mohan

Accepted Solutions (1)

Accepted Solutions (1)

former_member186148
Active Participant
0 Kudos

Hi.

Try this: bom.getBUPAManager().getDefaultBusinessPartner("SOLDTO").getId();

(I'm using it in CRM 5.0)

Regards, Lev

Edited by: Lev Kulaev on Jan 11, 2009 10:44 AM

Former Member
0 Kudos

Very helpful answer..

Thanks lot

Regards

Mohan

Answers (0)