• saran kumar 9
  • NEWBIE
  • 9 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 32
    Replies
I did exactly what was told in the trail yet i am unable to find the custom link( not a member?) in the login page .....check the images and help me ..stuck here for last two days User-added imageUser-added image
please explain me this

This approval process, called Approval for Package Deal, is available whenever the opportunity stage is Awaiting Approval, and it assigns approvals back to the opportunity owner. If the opportunity owner approves the discount, the opportunity record’s stage is set to Scheduled. Otherwise, set the stage to Negotiation Rejected.

i am stuck here for last 24hrs ...

here is what i understood
opportunity state is equal to   awaiting approval




 
hi ,i am trying the Lightning Experience Specialist

while i installed the  unmanaged LEX Superbadge package.
here comes the issue

"Install the unmanaged package from the pre-work if you haven’t already. Rename all of the standard objects in the schema as specified, and set the default page layouts for Adventure, Adventure Package, and Opportunity to the Relaxation Gauntlet custom layouts. Update the Opportunity stage values, create a sales path for sales reps (highlighting key fields and giving specific coaching guidance), and create an approval process as specified in the business requirements."

i am confused what i should do next .as i am unable to understand ....

help me
I am looking for intital experience in salesforce admin in india  .before going in for certification ,i would like to work for a while to get some experience in order to understand

Any help would be greatful

thank you

My Question is

Do India Have Oppuritinities For Freshers in Salesforce ?

I am looking for a job

where i am going wrong .......error i am getting  "

User-added image
here is the code


<apex:page docType="html-5.0" controller="sendbusinesscard">
<apex:includeScript value="/soap/ajax/24.0/connection.js"/>
<apex:includeScript value="/soap/ajax/24.0/apex.js"/>
    <style>
    .mypage {
        font-family: "ProximaNovaSoft-Regular", Calibri;
        font-size: 110%;
        padding-top: 12px;
        width: 100%;
    }
    .mypage input[type=text] {
        width: 100%;
        height: 35px;
        -webkit-appearance: none;
        padding: 0 8px;
        margin: 4px 0;
        line-height: 21px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        outline: none;
    }
    .mypage button {
        -webkit-appearance: button;
        border-radius: 3px;
        display: block;
        padding: 12px;
        margin: 4px 0;
        width: 100%;
        background: #eee;
        border: solid 1px #ccc;
    }
</style>
    <apex:remoteObjects >
        <apex:remoteObjectModel name="User" fields="Email,FirstName,LastName,Phone,Title"/>
    </apex:remoteObjects>
    
    <div class="mypage">
        Title: <apex:outputText value="{!$User.Title}" /><br></br>
        First Name: <apex:outputText value="{!$User.FirstName}"/><br></br>
        Last Name: <apex:outputText value="{!$User.LastName}"/><br></br>
        Phone: <apex:outputText value="{!$User.Phone}" /><br></br>
        Email: <apex:outputText value="{!$User.Email}" /><br></br>
        Enter email: <input type="email" id="enteremail" /><br></br>
        <button onclick="sendemail()">Send Email</button>


    </div>
    
    <script>
        function sendemail(){
         var enteremail = document.getElementById("enteremail").value;
         console.log('1',document.getElementById("enteremail"))
         sforce.connection.sessionId = "{!$Api.Session_ID}";

        var singleRequest = new sforce.SingleEmailMessage();
        singleRequest.replyTo = "jsmith@acme.com";
        singleRequest.subject = "sent through ajax test driver";
        var fName = "{!$User.FirstName}";
                var lName = "{!$User.LastName}";
        singleRequest.plainTextBody = "this test went through ajax - "+fName+' - '+lName;
        singleRequest.toAddresses = enteremail;
        console.log('1',singleRequest)
        console.log('2'+singleRequest)
        var sendMailRes = sforce.connection.sendEmail([singleRequest]);
        //alert(sendMailRes);
        }
    </script>
    
</apex:page>

this is when i clicked check challenge

Challenge Not yet complete... here's what's wrong:
The 'BusinessCard' page isn't using the $User global variable.
i have created
1.AnimalLocator User-added image



2.AnimalLocatorMock
User-added image

3.AnimalLocatorTest

User-added image


error i am getting

User-added image

please help me
can you please provide me step wise on how to complete this task .i am bit confused .....
here is the code i wrote




when i check the challenge ...i am getting this error

The page does not have a bound '{!save}' action for saving the contact record  






User-added image
can someone help me coding this page .... here is what i have written
User-added image
The element type "apex:pageblockbuttons" must be terminated by the matching end-tag "</apex:pageblockbuttons>".

help me
this is the error i am getting ........please help me



User-added image
please correct this code and help me earn this badge ...have completed all tasks ..except this one ....

IF( MONTH( NOW() ) = 12,
  DATE( YEAR( NOW() ), 12, 31 ),
  DATE( YEAR( NOW() ), MONTH( NOW() ) + 1, 1) - 1
hi ,i am trying the Lightning Experience Specialist

while i installed the  unmanaged LEX Superbadge package.
here comes the issue

"Install the unmanaged package from the pre-work if you haven’t already. Rename all of the standard objects in the schema as specified, and set the default page layouts for Adventure, Adventure Package, and Opportunity to the Relaxation Gauntlet custom layouts. Update the Opportunity stage values, create a sales path for sales reps (highlighting key fields and giving specific coaching guidance), and create an approval process as specified in the business requirements."

i am confused what i should do next .as i am unable to understand ....

help me
please explain me this

This approval process, called Approval for Package Deal, is available whenever the opportunity stage is Awaiting Approval, and it assigns approvals back to the opportunity owner. If the opportunity owner approves the discount, the opportunity record’s stage is set to Scheduled. Otherwise, set the stage to Negotiation Rejected.

i am stuck here for last 24hrs ...

here is what i understood
opportunity state is equal to   awaiting approval




 
I have some assumptions for this trail that I’m hoping will lead to the right answer. However, after going over the instructions a number of times, I can’t verify that these are correct.
 
Record Types
 
I’m assuming that I need to create record types for cases and opportunities. I’m planning to name the record types for cases:
 
“Reported by a customer”
“Reported by an expedition leader”
 
I’m assuming that the check doesn’t care what these are called or the case of the characters.
 
For opportunities, I’m planning:
 
“Individual Opportunity”
 
I’m assuming that the data I need to upload will be “Individual_Opportunity” to match what will be the actual name of the type, not it’s label. I already have an “Individual Opportunity” sales process that I plan to tie this to.
 
User Profiles
 
I’m assuming I need to create new user profiles because the instructions say: “Enable this navigation for the sales, service, and fulfillment profiles (expedition leaders and fulfillment team members), system administrators, the custom support profile, and custom sales profile.” I see the following user profiles that match three of these:
 
Custom: Sales Profile
Custom: Support Profile
System Administrator
 
I believe these match the last three listed in the instructions, but I don’t see anything for the first three. It’s possible “Custom: Sales Profile” matches “sales” and “Custom: Support Profile” matches “service”, but that doesn’t seem likely. So, I’m planning to use the three I believe match plus these three new ones:
 
Sales
Service
Fulfillment
 
Presumably, expedition leaders and fulfillment team members will be assigned the Fulfillment profile. I’m not sure who will be assigned the other five profiles, although “System Administrator” doesn’t need to map into any of the business roles in Relaxation Gauntlet.
 
Opportunity Products
 
I’m using Data Loader to load data. It does not see any Opportunity Products table. Instead, it finds “Adventure Package (OpportunityLineItem)”. I’m assuming that the internal name for the Opportunity Products table is “OpportunityLineItem”. And, it thinks “Adventures” is “Product2”, so I’m guessing that the standard table is really named “Product2” rather than “Product”.
 
Explorers = Contacts
 
The entity diagram in the instructions does not directly relate the opportunity object to the explorer object (contacts). The explorer object is related to the Adventure Package (Opportunity Products/OpportunityLineItem) and to the fulfillment object. Challenge #8 says, “Import legacy data for opportunities, explorers, adventures, opportunity contact roles, and adventure packages.”
 
No opportunity contact roles are assigned in the source data for the import. There’s no instruction what to call the role. So, I’m assuming that I can create Opportunity Contact Role records with the ROLE field set to whatever I want (let’s say, “Explorer”) and fill the other fields with some appropriate data (like setting ISDELETED to False), and the check won’t care what I call it.
 
The instructions don’t say here to create the fulfillment records, so I’m assuming that the check won’t care that this data is missing. I’m also assuming that even though the source data doesn’t have any tab for the opportunity product (Adventure Package) records, I can make this up from the data on the “Opps w Adventure + Explorer” tab data.
 
Does anyone know if any of these assumptions are incorrect before I load up the data and go on?
 
Thanks!
 
Thanks in advance for your advice!
 
 
Has anyone completed this trail? I am stomped on challenge number 3, regarding created the process for fulfillment. Any pointers or guidance would be appreciated.
 

My Question is

Do India Have Oppuritinities For Freshers in Salesforce ?

I am looking for a job

where i am going wrong .......error i am getting  "

User-added image
here is the code


<apex:page docType="html-5.0" controller="sendbusinesscard">
<apex:includeScript value="/soap/ajax/24.0/connection.js"/>
<apex:includeScript value="/soap/ajax/24.0/apex.js"/>
    <style>
    .mypage {
        font-family: "ProximaNovaSoft-Regular", Calibri;
        font-size: 110%;
        padding-top: 12px;
        width: 100%;
    }
    .mypage input[type=text] {
        width: 100%;
        height: 35px;
        -webkit-appearance: none;
        padding: 0 8px;
        margin: 4px 0;
        line-height: 21px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        outline: none;
    }
    .mypage button {
        -webkit-appearance: button;
        border-radius: 3px;
        display: block;
        padding: 12px;
        margin: 4px 0;
        width: 100%;
        background: #eee;
        border: solid 1px #ccc;
    }
</style>
    <apex:remoteObjects >
        <apex:remoteObjectModel name="User" fields="Email,FirstName,LastName,Phone,Title"/>
    </apex:remoteObjects>
    
    <div class="mypage">
        Title: <apex:outputText value="{!$User.Title}" /><br></br>
        First Name: <apex:outputText value="{!$User.FirstName}"/><br></br>
        Last Name: <apex:outputText value="{!$User.LastName}"/><br></br>
        Phone: <apex:outputText value="{!$User.Phone}" /><br></br>
        Email: <apex:outputText value="{!$User.Email}" /><br></br>
        Enter email: <input type="email" id="enteremail" /><br></br>
        <button onclick="sendemail()">Send Email</button>


    </div>
    
    <script>
        function sendemail(){
         var enteremail = document.getElementById("enteremail").value;
         console.log('1',document.getElementById("enteremail"))
         sforce.connection.sessionId = "{!$Api.Session_ID}";

        var singleRequest = new sforce.SingleEmailMessage();
        singleRequest.replyTo = "jsmith@acme.com";
        singleRequest.subject = "sent through ajax test driver";
        var fName = "{!$User.FirstName}";
                var lName = "{!$User.LastName}";
        singleRequest.plainTextBody = "this test went through ajax - "+fName+' - '+lName;
        singleRequest.toAddresses = enteremail;
        console.log('1',singleRequest)
        console.log('2'+singleRequest)
        var sendMailRes = sforce.connection.sendEmail([singleRequest]);
        //alert(sendMailRes);
        }
    </script>
    
</apex:page>

this is when i clicked check challenge

Challenge Not yet complete... here's what's wrong:
The 'BusinessCard' page isn't using the $User global variable.
i have created
1.AnimalLocator User-added image



2.AnimalLocatorMock
User-added image

3.AnimalLocatorTest

User-added image


error i am getting

User-added image

please help me
can you please provide me step wise on how to complete this task .i am bit confused .....
here is the code i wrote




when i check the challenge ...i am getting this error

The page does not have a bound '{!save}' action for saving the contact record  






User-added image
Hi,

Im trying to complete the Rest Callout Challenge, for which i created a class called AnimalLocator which has exactly the method requested for "getAnimalNameById" as if in the below screen shot

Screen Shot of summary of class


But still I receive below error
Challenge Not yet complete... here's what's wrong: 
Executing the 'getAnimalNameById' method on 'AnimalLocator' failed. Make sure the method exists with the name 'getAnimalNameById', is public and static, accepts an Integer and returns a String.


 
Hello All
I am trying the exercise "Implementing Global Actions with Visualforce Pages" in the trailhead module module.  
The exercise mentioned "Your users have asked for a quick way to share information about themselves with their clients from their mobile phone. Create a global action in Salesforce1 to display information similar to a user's business card (first and last name, email, phone, and title).
The global action must be labeled 'My Business Card'.
The global action must reference a Visualforce page named 'BusinessCard'.
.................................."

I have created the global action and named with the label correctly as "My Business Card".  However, I am now getting an error as below
"Challenge Not yet complete... here's what's wrong: 
The 'My Business Card' global action wasn't found."

We cannot create an action with the name having spaces as in "My Business Card".   

What am I doing incorrectly.  Please suggest.
Thanks
Bhanu
Custom Tabs 
Help for this Page
You can create new custom tabs to extend Salesforce functionality or to build new application functionality. 

Custom Object Tabs look and behave like the standard tabs provided with Salesforce. Web Tabs allow you to embed external web applications and content within the Salesforce window. Visualforce Tabs allow you to embed Visualforce Pages. Lightning Component tabs allow you to add Lightning Components to the navigation menu in Salesforce1. Lightning Page tabs allow you to add Lightning Pages to the navigation menu in Salesforce1.


I want to create a Custom Lightning component tab .
But the feature is missing though it is described in the help section.User-added image
I keep getting the following error when trying to check my challenge on "Routing Records with Approvals" on Admin Trail - Intermediate.

Challenge not yet complete... here's what's wrong: 
The process did not set the correct Type value on submitting for approval

User-added image

I'm not sure why it isn't approving.  Please help!

User-added image
User-added image
User-added image
User-added image




 
Help please - I am trying to complete the Lightning Challenge here:

https://developer.salesforce.com/trailhead/lightning_components/lightning_components_creating

But when I submit I am told it is wrong:

The component does not include an H1 tag with a 'headline' CSS class

My component reads:

<!-- MyLightningComponent.cmp -->
<aura:component implements="force:appHostable"> 
    <div class="headline">
        <H1>Hello Lightning Component!</H1>
    </div>    
</aura:component>

and I have a Style:

.THIS {
    background-color: yellow;
    padding-top: 10px;
}

H1.THIS {
    font-size:24px;
}

.THIS H1{
    font-weight: bold;
    padding: 10px;
}

.THIS.headline {
    padding-top: 20px;
    font-size:24px;
}

.THIS .red {
    background-color: red;
    padding: 10px;
}

.THIS .blue {
    background-color: blue;
    padding: 10px;
}

.THIS .green {
    background-color: green;
    padding: 10px;
}

Can anyone describe what I have done wrong?