• Brennan Butler
  • NEWBIE
  • 75 Points
  • Member since 2015
  • Salesforce Administrator
  • Echo Engineering


  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 18
    Questions
  • 14
    Replies
I keep getting the "Challenge Not yet Complete......... Here's whats wrong"
Lightning page named 'New Account Page' does not appear to have the correct components on it.

The new record page must use the 'Header and Two Columns' template, be called 'New Account Page', and be assigned to the Account object. (Check this is done)
The page must have the Highlights Panel and Twitter components, and a Tabs component with these tabs containing these components: (Check this is done)
Activity Tab contains the Activities Component - Complete
Collaborate Tab contains the Feed Component - Complete
Related Tab contains the Related Lists Component - Complete
Details Tab contains the Record Detail Component - Compelte

Here is a screen shot, I believe I have all the items I am supposed to as well as what goes inside the components.
User-added image
This is a newbie question, but I live in fear of deleting all my hard work so here it goes.

I have refreshed the sanbox so that we can start a conversion with a new app. I have since made changed in the production area that are not in the sandbox, also, it does not seem to have anything we have in production in it like our profiles and hierarchies. When I deploy changes from the sandbox, will this over write everything in Production.

My main thing is, do I need to rebuild our live database in the sandbox to ensure nothing gets broken?

Thank you,
Brennan
Here is my delima,

We have the below 4 description fields
General Description
OEM 
Protection
Masking

We have these on our lead layouts, now if I just need to map them to the Contact, that would be simple, however, I need to map them to the Account, the problem I see with this is that if another lead is converted, then instead of just adding the new comments, it will over wright the old ones. We want to be able to keep a list of these items. I was thinking of maybe a related list that would show each comment, like on Cases where we can see Case Comments.

Does anyone have any suggestions on this?

Thank you,
Brennan
Here is the delema, I have a workflow that works great except for one thing, it checks the box when the first email comes in, below is a picture of my criteria, what I need to do is create this in a formula format, so that I can add this logic.

(Date/Time_Opened < Message_Date)

The above needs to be true as well as the Filtered Criteria, I am jut unsure of how to write this up in a Formula format.
User-added image
the filter logic on this which has been cropped is 1 AND (2 OR 3) AND 4 AND 5 

Ignore 6 that was just me trying to figure this out.

If anyone can help me that would be great.
This is probably going to make me look like an idiot but I am done scouring the internet. I am unable to find the workbench, I have the permissions I double checked that. But all I am finding is the translation workbench, is this the same thing, or am I completely off the mark. I have a free developer edition. Please help me.
The error I keep recieving is this:
Challenge not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Process failed. First exception on row 0; first error: NO_APPLICABLE_PROCESS, No applicable approval process was found.:

My screen shot is below along with a diagram:
User-added image
User-added image
I have searched all the answers, but have yet to find the error I am getting. Can someone please explain to me what this means.

Challenge not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Process failed. First exception on row 0; first error: NO_APPLICABLE_PROCESS, No applicable approval process was found.:
I am not even sure if this is possible, I am slightly new to the coding world, but I have a validation rule as follows:
AND( 
ISNEW(), 
Name = UPPER(Name) 
)
I need to place an IF statment to allow Lettered companies to be added with all caps. Such as we have a company called TRG, so it will not allow us to add this as all caps with the above rule. Is there way to make it allow all caps for companies that need it.

Thank you in advance for your help.
Hi Experts,
I am trying to solve this challenge but not able to solve because of salesfore license issue. Salesforce only allows 2 'Salesfoce' license for DE. Is there a way to solve this challenge? Please help.

Create a Profile and Permission Set to properly handle field access
The Marketing Coordinator and Account Manager both require access to view and update Account Records, but only the Account Manager should be able to see and edit certain fields. Specifically, only the Account Manager should be able to see and edit the Rating field. The Marketing Coordinator should not be able to see or edit the Rating field. Create one profile and one permission set with the appropriate field-level security to solve for this use case.The profile must be named 'Basic Account User' and result in an API name of 'Basic_Account_User'. It should use the 'Salesforce' user license type.
The permission set must be named ‘Account Rating’ and result in an API name of 'Account_Rating'.