Skip to main content

#Opportunities2 debatiendo

Annmarie Baker preguntó en #CPQ

PLEASE ANSWER ONLY IF YOU ACTUALLY KNOW 

WHAT YOU ARE TALKING ABOUT.  ChatGPT and Google did not help. DO NOT PASTE THAT JUNK HERE. Get Answer Leaderboard "points" on someone else's time. 

 

I have the System Admin profile with View All Data and Modify All Data permission.  I cannot see the New Quote button in the header on Opportunity Lightning Pages.  I have a user with a Business profile who also cannot see the button.  I have a different user with a Sales profile who CAN see the button.  In my Sandbox, I switched the blocked user to the Sales profile, logged in as him, and still cannot see the button.  When I log in as the Sales user I can see the button.  I checked different record types in different apps.  The Sales user always sees the button the Business user and Sys Admin never see the button. 

 

All three profiles see the same page layout for each Opportunity Record type.  "New Quote" is a custom create record action on the Opportunity object.  It works for the Sales user with no issues or errors.   

 

"New Quote" is an Action on the Opportunity object.  It is not a Global Action.  I checked the fields on the Action Layout and the predefined fields in the Action.  All three profiles have View permissions on all fields and none of the fields are Read Only for anyone.  The Object of the Action is Opportunity and the target is Quote.  The Record Type is Master.  The Sales and Business profiles have Master as the default Record Type for Quotes.  Sys Admin has Standard as the default Record Type.

 

All three users are Flow users.  All three users are Marketing users.  We all have the Salesforce CPQ User (or Admin) permission set.  We all have the CPQ permission set license.  We all have the CRM permission set license. 

 

The Lightning Page we are seeing i the org default.  When I view the page in the Lightning Editor, I still don't see the "New Quote" button in the header.  There is no filter on the header component.  The same Compact Layout is assigned to all Record Types. 

 

The only CPQ plug in we have is a Product search.   We do not put Quotes in Queues.  We do not use Roles and Hierarchy.

 

What am I missing? 

 

#CPQ  #CPQGurus  #Quotes  #Opportunities  #Pagelayouts  #Lightning App Builder  #User Profiles  #Quick Actions

2 respuestas
  1. 11 sept, 06:48

    I added this to the original post as well, in case someone who knows how to do this reads it:  The Object of the Action is Opportunity and the target is Quote.  The Record Type is Master.  The Sales and Business profiles have Master as the default Record Type for Quotes.  Sys Admin has Standard as the default Record Type.

0/9000

We want to import hundreds of forecasted opportunities for 2022 but cannot figure out the best way to import the data. 

 

Should we use the data loader? Any tips?   #NSPS #Best Practices #Data Management #Data Import #Opportunities

1 respuesta
  1. 26 dic 2025, 12:30

    Yes, Data Loader is perfect for importing hundreds of Opportunities. 

     Key tips:

    • Include all required fields (Opportunity Name, Close Date, Stage, Amount).
    • Map CSV columns accurately to Salesforce fields.
    • Use Upsert with an External ID to prevent duplicates.
    • Test with a small batch first to catch errors.
    • Check success and error logs after import.
    • Automate repetitive imports via command-line if needed.

     

    This ensures a smooth, accurate, and efficient import.

0/9000
Hello - I enabled path settings for a custom object I created, but the chevrons are not appearing on the object. I only have one record type so I have already ruled that out as the problem. Any thoughts what it could be?

 

Thanks!
13 respuestas
  1. 20 ene 2018, 17:36
    Hi Danielle - did you add the path to your lightning page and enable that page for your org, app, and profiles you want to see that path? 

     

    You can click edit page from the setup, then on the lightning page screen, drag and drog the path component into place.  Click save and then activation - choose to either set it as the org default (everyone) or specificlaly for app(s), record type(s), and profile(s).   When you go back to your custom object, it should appear on the page. 

     

    Hi Danielle - did you add the path to your lightning page and enable that page for your org, app, and profiles you want to see that path?

     

    User-added image

     

    User-added image

     

    User-added image
0/9000

Hi my awesome Salesforce Trailblazers!

 

I’m trying to use a Flow that triggers off an Oppty when it is set to Stage = Closed Won and then use a loop to find additional Oppty Records that have the same Property, Account, and Close Date listed, then from there, I want the flow to uncheck a Checkbox Field called Send Welcome Email on any additional Records that match the triggering Record’s Fields (listed out above), so that an Email Alert only gets triggered to send once vs. multiple times to the same Account.  Please help!  I’m at my wits end!  

 

Example: An Email went out and it sent 5x because there’s 5 different Opptys (bc it’s 5 separate Rooms), but it’s all for the same Account…  so it’s 1 trip for 1 person, but they booked multiple Rooms, so there’s multiple Opptys and I’m trying to solve for this with a Flow.

 

Thank you for your help in advance!

 

#Flow  #Loop Variable  

 

#Sales Cloud  #Flownatic

4 respuestas
  1. 30 sept 2024, 21:11

    Is your question about how to exclude the triggering record from the collection? If so, you can simply add another condition: id != $Record.id. Is your question about how to exclude the triggering record from the collection? If so, you can simply add another condition: id != $.

    This will ensure that the Opportunity which triggered the flow is excluded.

0/9000

🌟 Excited to join this User group! 🌟

Hello everyone, I'm Kevin, a Functional Consultant who recently relocated from New Zealand to Melbourne after working with Merkle Aotearoa. Currently seeking new opportunities to collaborate on projects and grow professionally. If you have any openings or projects where my skills could be valuable, feel free to message me directly. Looking forward to connecting at future User Group Meetups. Let's connect! #FunctionalConsultant #ProfessionalGrowth #Opportunities #Collaboration 🤝 

 

Email: kevinkaifoto@gmail.com

1 comentario
0/9000

Hello, 

 

I have a problem displaying an action on the opportunities layout. I created a "New project Hourly Rates" action which I assigned to the Opportunities page presentation. I paid attention to ensure that the assignments of pages to profiles were correct but the action is not visible even though I added it to the "Salesforce Mobile and Lightning Experience Actions" section of the layout opportunity yet I don't see the action. If the information can be useful: even when we modify the arrangement of actions it is not seen

 

Best Regards,

 

El Moumni Rayane

 

#Opportunities  #Salesforce  #Actions Buttons  #Lightning Experience

1 respuesta
  1. Michael Brown (Salesforce) Forum Ambassador
    21 jun 2024, 18:14

    Hi Rayane, I would check if you have Dynamic Actions enabled on the Lightning Page. If so, actions are inherited from the Lightning Page rather than the page layout, so you would need to add it there. 

0/9000

Has anyone encountered the requirement to change the label of opportunity stage names picklist values?

For instance, changing 'Qualification' stagename to 'Discovery'?

 

I'm considering two approaches:

 

1) Creating a new stage called 'Discovery' and using the 'Replace' function to switch existing 'Qualification' records. However, I'm concerned about the impact on reports, especially those tracking stage duration, and the effort of updating metadata across the org.

3) In ideaexchange article somone have suggested to use  Translation Workbench, but I'm unsure about the implications. The positive is that it doesn't require changing the API name, thus avoiding metadata changes and report issues. What potential negatives could this hold?

 

Any leads are appreciated!!

 

Thank you

@SalesCloud (情)システム管理者2

#Salesforce Admin

#Opportunities

1 respuesta
0/9000

Working on a Demo org focused on ticket sales for live events. within the org I would have multiple events. with each events having multiple tickets to be sold.

 

I want to set up a parent opportunity to represent the event which looks at the whole of the event. I then want to set up a child opportunities that represent the various transactions in the sales of those tickets.

 

my question is how do I do that? everything I have found in regard to this involves partner opportunities. I'm not sure if that's exactly what I am trying to do. really don't want to go to far down this road to find out what I am trying to do is somewhere else.

 

#Trailhead Challenges  #Opportunities

5 respuestas
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    26 mar 2024, 00:17

    @Ryan Breyer no, in standard you can only roll up only on master details relationships.

    However you can leverage DLRS application to be able to configure roll up on lookup relationships :

    Eric

0/9000
4 respuestas
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    28 feb 2024, 18:27

    A practice question, indeed, to practice.

    Imo, that would have been more profitable if you came up with a draft, to iterate on. Next time, please propose something as a discussion starter ; moreover that would help you get more feedbacks / propositions. Just my opinion. Éric

0/9000

So you know how the Last Modified Date field on the Opportunity record indicates the last modification made to either the Opportunity record itself or any related records. How do I get a field that indicates the last modification made to just the Opportunity record itself and ignoring any modifications made to the related records. Is there already a field like that? Or do I need to create a new field and create a flow that's triggered by an update to Opportunity and update that field there?

 

#Opportunities

3 respuestas
  1. Andrew Russo (BACA Systems) Forum Ambassador
    27 feb 2024, 20:07
    Do you have DLRS in your org or some other record triggered flow causing it?
0/9000