function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sathya82sathya82 

soap Custom webservice

HI,

 

       I am developing a custom webservice in that from third party application i am getting the different inputs they are

 

  product1--> comments on products--> quantity--> proposel price

 

                                                                    >> quantity--> proposel price

 

     that means i am getting different quantities and different proposel prices for same product1  how can i map that different

quanties and different proposel prices in my webservice can any one give me some sample code for that,

Vinita_SFDCVinita_SFDC

Hello,

 

As the price and quantity would not be unique, you can not go for maps. Can you have a depndent picklist price and quantity as controlling picklist and then in field mapping map respective values.

 

Please let me know if i misunderstood your requirement.