This is one of the best salesforce videos I've seen. Nicely done.
@cpqhours5 жыл бұрын
Francis Crump thanks for your valuable feedback
@pratikshajadhav25793 жыл бұрын
THANK-YOU so much Sir, learning CPQ has becoming interesting only because of you informative videos. Thank-you for sharing your knowledge.
@pedroprada12 жыл бұрын
Great video... Thank you Amul!
@cpqhours2 жыл бұрын
Thanks Pedro for your feedback
@arvindpc57413 жыл бұрын
Hi Amul, Thank you so much for this amazing tutorial. I have a use case. Could you please help me with this? Can we make Configuration attribute dynamic based on the product picklist value. Suppose I have a product called Laptop which can only be sold in US and UK. I have a multiselect picklist to store location values on the product. So, when i am configuring this product, my configuration attribute should only show me US and UK picklist values. So that i can add only US and UK product options. I dont want list of all the location values in the configuration attribute. Thank you!!
@cpqhours3 жыл бұрын
we can not manage config attribute dynamically. but you can initialize it with Quote field.
@kunkans45463 жыл бұрын
Hi Amul, video looks good.. Can we control the configuration attribute picklist values like I have two picklist values, based on the value selected for country attribute, can we dynamically display values in another configuration attribute picklist (kind of dependent picklist)
@cpqhours3 жыл бұрын
I have not tried yet. Create picklist as dependent and try and share the result if you can. thanks
@gaurangpatel51944 жыл бұрын
Hi Amul - Can we use multi-select picklist fields for Dynamic Filter?
@cpqhours4 жыл бұрын
Gaurang Patel I did not try yet so not sure. You may go ahead please try.
@gaurangpatel51944 жыл бұрын
@@cpqhours It seems multi select picklist is not supported so I created text field with all multi select picklist values and used contain in the query and it worked!
@adityam75334 жыл бұрын
Thanks ! Is it possible to show the Shipping Info drop down values as images instead of text ?
@cpqhours4 жыл бұрын
Hi Aditya, If you are looking to show image in the Config attribute here, then offcourse not. For this you can use ConfigPlugin and develop in VF page then you can embed.
@adityam75334 жыл бұрын
@@cpqhours thanks again. Is there any link which I can refer to get started ? As I am a newbie in this area, coming from Oracle CPQ.
@@adityam7533 And also follow this link pages.mail.salesforce.com/gettingstarted/sales-cloud/quote-to-cash/
@manikantaraju42544 жыл бұрын
Hi Amul, I hope you are doing good. I have tried a workaround for this by using product rule of selection type (which will show the products) based on the value chosen in configuration attribute. Am I doing right or are there any problems with this approach. (I want add maximum 5 options). Stay safe and thank you :)
@anilkumarsahu85464 жыл бұрын
please explain with scenario, why to create Pr and Price action?
@ScorpionCloud5 жыл бұрын
Great video a bit fast.. you need to slow down... but brilliant all the while. Thanks
@cpqhours5 жыл бұрын
Scorpion1664 Cloud point noted
@manikantaraju42544 жыл бұрын
Hi Amul, Thanks for nice video. Is it possible to filter the content of "bundle with click type" based on configuration attribute? Thanks in advance :)
@cpqhours4 жыл бұрын
HI Manikanta, Sorry i could not understand your question. Could you please provide some example? So that i can help you better. BTW thanks for the feedback. Please also share my KZbin channel on your Linked in Profile, Twitter and tag me @amul_baranwal, #AmulCPQ
@manikantaraju42544 жыл бұрын
@@cpqhours Thanks for response Amul. I mean based on filtered value (ex: UK) the contents of another product feature group (ex: key boards) should be shown/hidden rather than choosing through add options. I hope I am clear.
@mubeenqawi86443 жыл бұрын
@@manikantaraju4254 Are you able to figure out how to implement the field dependency in the Configuration Attribute context? If yes, would you able to share the details?
@adamaustin63835 жыл бұрын
Quick question, why did you add the Location__c field to the Product Option Object? It was not referenced in any of the rules or filter?
@cpqhours5 жыл бұрын
Adam Austin will answer you soon
@cpqhours4 жыл бұрын
Sorry to reply you late, I just took an Example. Configuration Attribute is Place Holder and that help us to reduce the creating Duplicate product Records in CPQ. i.e. If you have Product like iPhone-7-Plus and you have 3 color option called grey, gold and black. so you should not to create 3 different product. but you can add one configuration Attribute called Color Option that's it. I hope i understand your question and answered it properly. If not please comment again so that i can help you.
@dkante14 жыл бұрын
@@cpqhours Hello Amul Sir, I love your videos...your channel is a 'Go-to' place for me .:) ... just one question here...if we have iPhone-7-Plus and have 3 color option called grey, gold and black then we will need those many records in products right? so that when we create a Configuration Attribute = Color and select Color = "Grey' only grey product will be selected. Also in our video example let's say we just had a "Keyboard" product and that keyboard would be available in the US, UK & India then, in that case, we should have three product records one for each country. Kindly let me know if I am missing anything here.
@dkante14 жыл бұрын
I also found this explanation on another forum .....it is a temporary save in product option object. but if it is needed for permanent, then we have to create the same field in quote line object as well. that is the reason why they created the same field in the product option object as well...is this correct?