Hi all,
As per my requirement i skipped the price list in quote and order.
i am getting the notification on the form as shown in below fig.
I have added $("crmNotifications").hide(); script
on my development environment onload of the quote form notification is not showing.But the same error showing on the UAT environment.
What would be the cause can any one suggest me please.
*This post is locked for comments
Hi,
i have fixed the issue with Overridden Price option in crm, i am handling this option through my createquote plugin.
quoteproduct["ispriceoveridden"] = true;
Thanks Andrii Butenko fro your suggestion.
You should open "Opportunity product" customization form, open "Pricing" field properties and uncheck "Field is read-only", save and publish form. Also you should check on-load scripts and business rules that can modify state of field to read-only.
The above image shows the Pricing option as 'use Default', i tried to change the option to Overriden Price'
but i can't. Could you please help me.
Can you please provide a screenshot because I'm not 100% what do you mean.
unable to change the Quote items Pricing to "Overridden Price". I updated on the quote prod form but still it showing the "user default" option.
That's normal behavior because your price list doesn't have prices for your products. In this case you will have to use Quote Items with "Overridden Price" option so you will have possibility manually define price for a product.
Hi Andrii,
Thanks for reply, I have added dummy price list but added quote products price got null.
Main reason why your code doesn't work is that it is unsupported. It's unsupported to use jQuery to perform DOM manipulations.
If you want to resolve your issue in supported way it's much more easier to create a default (dummy) pricelist record and populate pricelist lookup on quote form during onload event. 100% supported and will resolve your issue. Good luck.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156