• Nicole Sackin
  • NEWBIE
  • 50 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 16
    Questions
  • 11
    Replies
Hello,

I am working on a flow and I am getting this error in the debugger but it does not give me enough information to be able to fix it.

Error ID: 71928002-14789 (-1819981014)

Can anyone tell me what this means?
Hello,

I am rolling out Lightning Experience to everyone in my organization and I am concerned about the lack of standard buttonds in the List View Search Layout for Leads.

One of the Standard buttons that is used very often in Classic is the "Change Owner" button.  Even though the checkbox is checked in this view, I am not seeing it on my Leads page in Lightning.

These are the buttons I have enabled in the Setup > Object manager > Leads > Search Layout > List View (you can see that "Change Owner" is checked.)

User-added image

And yet the Change Owner button does not appear on the Lightning page:
User-added image
I know it is possible because I have seen it in the release notes: https://trailhead.salesforce.com/en/winter_17/winter_17_sales
User-added image
What can I do to add the "Change Owner" feature back into the Leads List View?

Thanks.
Nicole
Hello,

There are three objects that are at play here:
Opportunities, Projects (a custom object I created), and Box files.
Opportuinities and Project have lookup relationships
Opportunities are tied to a specific Box folder.

I am trying to create a Page that shows the information from a newly created Project (Name, Date, Status, Related Opportunity) AND the Box folder from the Related Opportunity.

Is this possible?

Nicole
Hello,

I am trying to run a flow that will use a field in a Lead record (specifically, the Lead record that initiates the Process Builder that references this flow).  I have tried using a Lookup field and I've tried creating a variable, but nothing seems to work.

Basically, I am trying to check if the email address in a Lead matches the email address in any existing Contact.  If so, update a field on the Lead with that Contact ID

I am currently working with 
User-added imageUser-added image
I am new to VisualForce page creation and I would like to create a page based on a current page, is there a way to Clone a current page to use as a starting place?