Skip to main content

#Product Code0 utenti parlano di questo argomento

Hello, everyone! My goal is to create and update a field in the Account object according to the Opportunity Product. I've created a lookup field in Opportunity Line Item (Opportunity Product) with Account relationship. After that, I've created the text field "Won Products" in the Account. For updating this field (collect Won Products) I created the Flow. As a result field updates but with one Product Code value. I need to get the all values of Won Products in this field. Maybe I chose not the correct type for the field, does anybody have any ideas?

0/9000

I need to create custom product code and product description to keep up with a standard that has been used in our engineering and finance platforms (Netsuite.) The standard Configured Product Code/Description would work great EXCEPT - there is a single calculation that happens in the middle of the Pattern. It's based on the Quantity x Drive Type (Product Name) in the Description, and Quantity x Drive Size (which is available on the Product.)

 

Is there a way to mimic the functionality of the existing items but with the addition of a formula that takes the quote configuration in to account?   

4 commenti
  1. 12 dic 2020, 04:28
    You likely will need to use a net new formula field, with some complex-ish logic. Without a QCP you shouldn't attempt to overwrite the value of the standard field. What that formula looks like I can't say without a much better understanding of your specific code structure and the fields that make up its parts. It may be *very* complex and/or exceed the system's compilation limit--I just can't know with what information I've got.
0/9000

Hey Folks

 

i have this use-case - I want to sum up the quantity of a product code at a renewal quote level, only if it is a renewed subscription (i.e. customer had it on the recent contract being renewed).

 

if i use a summary variable for this product validation rule,  i don't have an option to filter based on both product code and renewed subscription <> null.

 

the prior quantity field on the quote line is blank.

 

also we currently don't explicitly de-activate older contracts, so creating a summary variable on subscription might not help, as it might include prior purchases across all contracts, not just the most recent one.

 

this is a bit urgent, so any help/insights are highly appreciated.

 

thanks

karthik

2 commenti
0/9000

Hello! 

 

I have a product that comes in 3 color, and 3 sizes. 9 possible product codes. How would I configure the product options to do so? 

 

The configured sku and the optional sku are the same product. I would like reps to have the ability to select multiple products from the 1 product. 

 

Parent Item : INT-EL-GL

White

Grey

Black

 

Medium

Large

Extra Large

 

I'd like all options to be listed as checkboxes and allow them to adjust the quantity in the configurator - but that's not a deal breaker.

 

Please see this link for further detail - https://success.salesforce.com/answersid=9063A000000tNWVQA2

11 commenti
  1. 29 giu 2020, 22:59
    @Katie Anderson-Crusen - should you ultimately be interested in the product code on the quote being what you want and skip the configurator, if you decided to simply add all the options to the Product2 object, pricebook entries, etc, the guided selling process of questions and filtering may be a good fit. Its a bit more work to setup to align the guided selling "promts" (i.e. process inputs) against answers on the Product2 record, but it may be worth a try.
0/9000

Challenge 2 for the day - When my users were in classic and wanted to find old opportunities associated with a product number, they would go search the product name, try to delete it and Salesforce would tell them that it could not be deleted because it was on several opportunities and it would list them.  

 

How can they do this in Lightning?  Essentially, they want to search a product code and have SF bring back all of the opportunities associated with that code.  Thanks 

2 commenti
  1. Eric Smith (Retired) Forum Ambassador
    20 set 2019, 12:21
    @Lisa Cassidy You could also create a Flow that would Lookup a Product, Get Records (Opportunity LineItems), Loop through the LineItems and Get Record (Opportunity) and save the Opportunity record to a SObject collection variable, then display a datatable with fields from the Opportunity SObject collection.
0/9000

Question regarding the Products Consumed screen?  What dictates the order of the products on the Products Consumed screen (see attached image).  Also - Why does the product code appear under the Product Name after you have clicked into the product itself? Does this tie into what data is primed in the app vs. what is pulled down from the server when viewing a record?

2 commenti
0/9000

Hi guys - I'm trying to create a price rule for a product using a summary variable.. I want to make it so that when Product A is included in a quote, product B's price needs to be $0.

 

My issue seems to come from my Price Condition using the summary variable.\

 

I also already double checked all of my api's were changed to their correct values.

 

I've spent ~15 hours on this seemingly simple price rule, but it's not working. If I delete this rule, my discount price rule works without any price conditions, so i assume this has to be the reason.

 

Here is what I have

Price Condition Details:

 

Object: Summary Variable

Field: None

Tested Variable: (Summary Var)

 

Operator: greater than

Filter Type: Value

Filter Value: 0

 

Summary Variable Details:

 

Target Object: Quote Line

Aggregate Function: Count

Aggregate Field: Quantity

 

Filter Field: Product Code

Operator: equals

Filter Value: Product A

 

Thanks!

25 commenti
  1. 19 lug 2018, 18:28
    That's Great Zach. I'm glad it is working for you now... Good luck on the rest of your configuration!
0/9000
jayasuriya janarthan ha postato nel feed di Daniel Khan

Hi Daniel Khan, I saw your post regarding 

How to create pdf on opportunity object ?

PDF should contain Opportunity details and Opp-Products Line Items (Product, Product Code, Quantity).I'm stuck up with the same use-case?Can you help me in doing this?

0/9000