Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
C# item search, pricingMatrix question
Hi Everyone,
I created an inventory item search... when I look at the repsonse xml in the web serivces usage log, it looks like all the pricing matrix items are being pulled.
<listAcct:pricingMatrix> <listAcct:pricing> <listAcct:priceLevel internalId="1"> <platformCore:name>Base Price</platformCore:name> </listAcct:priceLevel> <listAcct:priceList> <listAcct:price> <listAcct:value>39.95</listAcct:value> </listAcct:price> </listAcct:priceList> </listAcct:pricing> <listAcct:pricing> <listAcct:priceLevel internalId="2"> <platformCore:name>Corporate Discount Price</platformCore:name> </listAcct:priceLevel> <listAcct:discount>-10.0</listAcct:discount> <listAcct:priceList> <listAcct:price> <listAcct:value>35.96</listAcct:value> </listAcct:price> </listAcct:priceList> </listAcct:pricing> <listAcct:pricing> <listAcct:priceLevel internalId="3"> <platformCore:name>Employee Price</platformCore:name> </listAcct:priceLevel> <listAcct:discount>-15.0</listAcct:discount> <listAcct:priceList> <listAcct:price> <listAcct:value>33.96</listAcct:value> </listAcct:price> </listAcct:priceList> </listAcct:pricing> <listAcct:pricing> <listAcct:priceLevel internalId="5"> <platformCore:name>Online Price</platformCore:name> </listAcct:priceLevel> <listAcct:priceList> <listAcct:price> <listAcct:value>39.95</listAcct:value> </listAcct:price> </listAcct:priceList> </listAcct:pricing> </listAcct:pricingMatrix>
0