Skip to main content
Solved

Using a sub, sub, webservice with BPA

  • April 14, 2023
  • 2 replies
  • 91 views

Forum|alt.badge.img+13
  • Hero (Partner)
  • 161 replies

Hello to all,
I would like to be able to insert a line with BPA in the "Customer" screen, "Sales" tab, "Pricelist per Price Group" sub-tab.

I use this web service: 
main/ifsapplications/projection/v1/CustomerHandling.svc/CustomerInfoSet(CustomerId='CUSTOMER_NAME')/CustOrdCustomers(CustomerId='CUSTOMER_NAME')/CustomerPricelistArray

The problem is that in BPA, I don't see where to add the notion "CustomerPricelistArray" ? : 

This is a request that I have a problem with to set up a customization for one of our customers.
Is it a limitation of the system? 
Thank you.

 

Best answer by Technical Outlaws

Looking in the API Explorer, should you not be using this request instead?
 

 

So in the BPA Projection Task you will have the following.

 

2 replies

Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11
  • Hero (Employee)
  • 150 replies
  • Answer
  • April 17, 2023

Looking in the API Explorer, should you not be using this request instead?
 

 

So in the BPA Projection Task you will have the following.

 


Forum|alt.badge.img+13
  • Author
  • Hero (Partner)
  • 161 replies
  • April 18, 2023

That's exactly right!
Thank you very much!