cancel
Showing results for 
Search instead for 
Did you mean: 

How to access "SOLD TO" in IPCPriceCalculatorCRM.java

kandala_srikanth
Discoverer
0 Kudos

Hi,

I am extending the class "IPCPriceCalculatorCRM.java" and calling the method fillIPCItemProperties(List<CatalogItem> items,String bpGuid, String bpId).

But the values when checked for bpguid and bpid are same and is actually the incorrect bpguid value truncated to 10 characters. ..resulting in a in correct "Sold To" value.

Could you please help on this issue?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193379
Active Contributor
0 Kudos

Hi Kandala,

As I looked into this method (fillIPCItemProperties), I found the below paramters with soldToGuid. Can you please check the method again.

protected void fillIPCItemProperties(CatalogItem catalogItem,IPCItemProperties ipcItemProperties,String soldToGuid) throws BusinessObjectException

Thanks,
Hamendra

kandala_srikanth
Discoverer
0 Kudos

hi,

There is another abstract method in the same class with the parameters I stated