Тёмный

Custom Actions & Search Filters | EP4 

Salesforce Apex Hours
Подписаться 109 тыс.
Просмотров 45 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 60   
@Ravi-wh9ue
@Ravi-wh9ue 3 года назад
Excellent initiative by Amit (Apex Hours). Thanks to CPQ team (Sudha and Prashant) for great training.
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
Thank you for the feedback, Ravi! Glad you are enjoying the sessions!
@apexhours
@apexhours 3 года назад
Keep watching
@ganeshdevadkar9392
@ganeshdevadkar9392 2 года назад
Great Playlist created for Salesforce CPQ. Thanks Apex Hours.
@apexhours
@apexhours 2 года назад
Glad it was helpful!
@sanjayrs23
@sanjayrs23 8 месяцев назад
That was spot on, great effort.
@gmannon
@gmannon 3 года назад
Thank you. Great video and learned a lot.
@apexhours
@apexhours 3 года назад
Glad it was helpful!
@umesh-umeshimprints
@umesh-umeshimprints 3 года назад
Awaiting for the session to learn about Custom Actions & Search Filters !
@apexhours
@apexhours 3 года назад
I hope you enjoyed the session
@umesh-umeshimprints
@umesh-umeshimprints 3 года назад
@@apexhours Yes informative
@shivanigaur4409
@shivanigaur4409 3 года назад
Well explained , Thanks
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
Thank you, Shivani!
@apexhours
@apexhours 3 года назад
Glad you liked it
@KenNYC212
@KenNYC212 7 месяцев назад
Not sure why you say around 9:30 that CPQ "filters on the value returning false" -- this is not true. Just tested. As long as you put Value "true" it works as expected. Unless you meant to say that if you leave it BLANK, then that would be considered false? Also took me quite some time to figure out I also had to add my custom Filter Target field to the Dependent Fields layout for it to work. Not sure why that's not mentioned here or in the Salesforce Help for adding Search Filters to Custom Actions. Lastly, you can totally use friendly names in the Target Field picklist (e.g. "Discontinued Product" or "Region", not "Discontinued_Product__c" or "Region__c") as long as you set the API name to match the picklist API name. But you can make the label a friendly name, with spaces or whatever you want.
@yashikaaggarwal5382
@yashikaaggarwal5382 3 года назад
First of all thank you for the wonderful session. I created the dynamic filter, added the product family on quote still my filter is not working. Any idea what is wrong
@apexhours
@apexhours 3 года назад
Thanks
@PrasadKulkarni-sf
@PrasadKulkarni-sf 3 месяца назад
@@apexhours Unable to direct answer to the original question. @yashikaaggarwal3282: You also have to update the Filter Field Dependencies on the object so that when Quote is selected, your field API is available.
@amymorris5084
@amymorris5084 11 месяцев назад
How do you add the Product Family picklist to the Quote object? I created one just by copying the values from the field on Product but for some reaso it is greyed out and I can't select a product family. Any idea why this would be?
@DineshGanta-xy3ef
@DineshGanta-xy3ef 10 месяцев назад
it is just custom field create it with name of product family and add some picklist fields values to the product and same value will be given in quote also. In search filter you need to add the value of your ustom field name: product_family__c to the Filter Source Field and include it in dependencies. Now it is working.
@navnmetts
@navnmetts Год назад
we have an action called "Reset Discounts" on quote line editor.=. But it clears all the discounts. Can we clear only "Additional Discount" with custom actions? Currently, I am calling a flow and in Flow and resetting the additional discount field. are there any other ways of doing this?
@theshiningstar22
@theshiningstar22 3 года назад
now in this you have filtered for one product family. But in case you want to show more than 1 product family, then do you have to create more than one Filters? or you can add the conditions entirely in the same filter. If the condition logic is something big, how to handle it. Thank you for these series.
@nimitbedi854
@nimitbedi854 3 года назад
Can we create a Custom Action on Order screen which can completely cancel the Order? The cancellation should mean that the subsequent proration and invoicing are also handled. Currently the process requires going via the complete Amendment process. Any way to have a single Custom Action button on the Order itself?
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
Nimit, to my knowledge that would not be achievable by just using Custom Action. As you mentioned, canceling an Order has multiple steps through the Amendment process (which includes CPQ creating an Amendment Opportunity and Amendment Quote) which allows CPQ to track the original and cancellation (amendment, in this case) separately to maintain history. There could be ways to bypass this and change the data but it would break the core value CPQ brings and it is not recommended.
@apexhours
@apexhours 3 года назад
Thanks Sudha & Prashant for all your help and support
@nimitbedi854
@nimitbedi854 3 года назад
@@salesforcecouple-sudhapras7930 Thanks for your response :)
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
@@nimitbedi854 Most Welcome!
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
@@apexhours Our pleasure!
@lakshmisaisarathbhusarapu762
@lakshmisaisarathbhusarapu762 3 года назад
Hi, I have a schenario, need to place a custom action on group , this action need to call lightining component. when clicking that custom action , it's throwing null pointer exception from package , how can handle this issue ?
@jesikajogi9936
@jesikajogi9936 Год назад
Can we add an OR condition to search filter?
@apexhours
@apexhours Год назад
I guess yes
@vamsikrishnaarkadu1666
@vamsikrishnaarkadu1666 3 года назад
@Salesforce Couple - Sudha @ Prashant , While creating the Dynamic filter for Product Family Search filter, I am not able to find the Product Family value for the Field "Filter Source Field". Could you please help me on this @Salesforce Apex Hours
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
Vamsi, You can include the Product Family field to the picklist value of the 'Filter Source Field'. Remember to use the field's API name when you include it as picklist value. Hope this helps!
@dileepm9444
@dileepm9444 3 года назад
@@salesforcecouple-sudhapras7930 I've tried adding picklist value to the 'Filter Source Field' - Product Family (Label: Product Family, Api Name: Family) as mentioned but doesn't seem to work. Any suggestions?
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
@@dileepm9444 What is the Field Source Object you are referring?
@dileepm9444
@dileepm9444 3 года назад
@@salesforcecouple-sudhapras7930 Standard Product object and the filed is Product Family(Api Name: Family).
@apexhours
@apexhours 3 года назад
I hope this helped
@sravanbaratam
@sravanbaratam 3 года назад
Whenever someone clicks the add product button on QLE only the product bundles should be visible. how to filter only product bundles?
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
Sravan Kumar, one option is to create a custom field (a checkbox to categorize a product as parent bundle), and use that in your search filter.
@apexhours
@apexhours 3 года назад
Thanks Salesforce Couple - Sudha & Prashant for your help
@salesforcecouple-sudhapras7930
@salesforcecouple-sudhapras7930 3 года назад
@@apexhours Our pleasure!
@sravanbaratam
@sravanbaratam 3 года назад
@@salesforcecouple-sudhapras7930 thank you for your help
@Sowmya238
@Sowmya238 3 года назад
Is it possible to disable the delete line button in Quote line editor based on certain conditions ?
@kushvanthm1918
@kushvanthm1918 Год назад
Can we create a custom action on account detail page?
@apexhours
@apexhours Год назад
Yes. you can
@EmailSupport-l2w
@EmailSupport-l2w Год назад
I created custom action but it is not visible on QLE.Pls help
@amymorris5084
@amymorris5084 11 месяцев назад
Did you use Quote Line Editor in the Page field on the Custom object record?
@shivaji856
@shivaji856 2 года назад
Prashant's presentation skills and knowledge is excellent where as Sudha's knowledge is good, Her forced accent is unbearable and kind of distracts me in understanding.
Далее
Guided Selling | EP5
21:34
Просмотров 40 тыс.
Quote Line Editor QLE Overview | EP3
35:59
Просмотров 75 тыс.
Меня знают уже все соседи😅
00:34
Salesforce CPQ Products | Ep6
20:03
Просмотров 40 тыс.
Salesforce CPQ Package Settings | EP2
29:16
Просмотров 89 тыс.
Salesforce CPQ Pricing Methods | EP7
28:59
Просмотров 44 тыс.
Price Rules & Lookup Queries | EP 14
31:52
Просмотров 35 тыс.
Salesforce CPQ Product Rules | EP13
1:02:42
Просмотров 43 тыс.
Salesforce CPQ Bundles | Ep8
21:45
Просмотров 33 тыс.
Salesforce CPQ Attributes | EP12
30:13
Просмотров 32 тыс.
CPQ Quote Documents | Document Generation | Ep18
1:02:11