• Saurabh Tyagi
  • NEWBIE
  • 147 Points
  • Member since 2018
  • Salesforce Admin/Developer
  • Miri Infotech


  • Chatter
    Feed
  • 4
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 28
    Replies
Hi,

I have craated a Clone the Standard User profile with the following settings:
    Use existing profile: Standard User
    Profile Name: Sales
Control access for the Sales profile:
Object Permissions: Accounts (Read, Create, Edit)
Object Permissions: Contacts (Read, Create, Edit)

And now I want change the Field Permissions and the Rating on the Account object (remove Read Access and Edit Access).
How can i this?  What is the menu path?

Thanks 
I am creating a Lightning Component Tab:
https://trailhead.salesforce.com/modules/lex_dev_lc_vf_fundamentals/units/lex_dev_lc_vf_fundamentals_process
i had create a  Lightning Component:
User-added image
But not exist when add Lightning Component Tab:
User-added image
Why component not display?
Hi, i'm trying to finish the challenge i already follow the steps but i got an error sales profile does not have the appropriate field-level security for the account Rating field. do you know how can i fix this ?
User-added image
User-added image
Hi, I am following the List controller trailhead, but the progress bar doesnt work the way it is supposed to. I reduced the no. of records pp to 5 and it still didnt activate the buttons nor page # - I followed the trail step by step; what could I be missing ? Thanks !

User-added image


Code:
<apex:page standardController="Contact" recordSetVar="contacts">
    <apex:form >
        <apex:pageBlock title="Contacts List" id="contacts_list">
            
            Filter: 
            <apex:selectList value="{! filterId }" size="1">
                <apex:selectOptions value="{! listViewOptions }"/>
                <apex:actionSupport event="onchange" reRender="contacts_list"/>
            </apex:selectList>
            <!-- Contacts List -->
            <apex:pageBlockTable value="{! contacts }" var="ct">
                <apex:column value="{! ct.FirstName }"/>
                <apex:column value="{! ct.LastName }"/>
                <apex:column value="{! ct.Email }"/>
                <apex:column value="{! ct.Account.Name }"/>
            </apex:pageBlockTable>
            
        </apex:pageBlock>
        <!-- Pagination -->
        <table style="width: 100%"><tr>
            <td>
                Page: <apex:outputText value=" {!PageNumber} of {! CEILING(ResultSize / PageSize) }"/>    </td>            
            <td align="center">
                <!-- Previous page -->
                <!-- active -->
                <apex:commandLink action="{! Previous }" value="« Previous"
                                  rendered="{! HasPrevious }"/>
                <!-- inactive (no earlier pages) -->
                <apex:outputText style="color: #ccc;" value="« Previous"
                                 rendered="{! NOT(HasPrevious) }"/>
                &nbsp;&nbsp;  
                <!-- Next page -->
                <!-- active -->
                <apex:commandLink action="{! Next }" value="Next »"
                                  rendered="{! HasNext }"/>
                <!-- inactive (no more pages) -->
                <apex:outputText style="color: #ccc;" value="Next »"
                                 rendered="{! NOT(HasNext) }"/>    </td>
            
            <td align="right">
                Records per page:
                <apex:selectList value="{! PageSize }" size="1">
                    <apex:selectOption itemValue="5" itemLabel="5"/>
                    <apex:selectOption itemValue="20" itemLabel="20"/>
                    <apex:actionSupport event="onchange" reRender="contacts_list"/>
                </apex:selectList>
            </td>
            </tr></table>
        
    </apex:form>
</apex:page>
Hi,

I have craated a Clone the Standard User profile with the following settings:
    Use existing profile: Standard User
    Profile Name: Sales
Control access for the Sales profile:
Object Permissions: Accounts (Read, Create, Edit)
Object Permissions: Contacts (Read, Create, Edit)

And now I want change the Field Permissions and the Rating on the Account object (remove Read Access and Edit Access).
How can i this?  What is the menu path?

Thanks 
Trailhead Project: Improve Data Quality for a Cleaning Supply App / (2) Create a Formula Field

Issue: Followed steps as per - Create a Formula but unable to complete the challenge
Error: Step not yet complete... here's what's wrong:
Formula in custom field 'Account Annual Revenue' is not correct. Check the instructions.

Any suggestions to fix this would be greatly appreciated.

Thanks
 
Hi when completing the "Work with Standard and Custom Fields" in "Customize a Salesforce Object" I get the error message We couldn't find a profile called 'Sales User'. Check your spelling.". 

I have followed the steps and I have a Sales User cloned from the standard user which the assigment specifies, I checked the user also and the name is spelled correctly. Has anyone else ran into this problem or does anyone know a potential fix? 

Best regards,
Victor
I'm doing a unit that requires I make a new playground.  I've followed the instructions for creating the new playground but when I try to launch it I get the error message that, "the server's IP address could not be found"
I am creating a Lightning Component Tab:
https://trailhead.salesforce.com/modules/lex_dev_lc_vf_fundamentals/units/lex_dev_lc_vf_fundamentals_process
i had create a  Lightning Component:
User-added image
But not exist when add Lightning Component Tab:
User-added image
Why component not display?
I seem to be the only one having difficulty with this portion of the Challenge 2.  In the video it asks that in the Account Object, if Type "Customer-Direct", or  "Customer-Channel", are selected that the "Account Name" can NOT be changed.  Below is the error message I received and the formula I used to try and complete the task.  I thought this was pretty straightforward, but I'm obviously missing something.  Any help is greatly appreciated!

Error Message:
Challenge Not yet complete... here's what's wrong:
A validation rule did not prevent an Account's name from being changed when Type is 'Customer - Direct'.

Validation Rule Detail
Rule Name Block_Account_Name_ChangeActive
Error Condition Formula
AND(
ISCHANGED( Name ) ,

OR(
ISPICKVAL( Type , "Customer-Direct"),
ISPICKVAL( Type , "Customer-Channel")))
Error MessageYou may not change the Account Name.Error LocationTop of Page
I have tried many times to complete this trail head and each time I am unable to login to the app exchange. I have deleted my cookies and history, still I get stopped trtying access the app exchange login so I can download the dashboards.
hi,

 when i installed the app, it is not showing the  Lightning Adoption Dashboard - Lightning dashboard. so many times i tried 
Hi, i'm trying to finish the challenge i already follow the steps but i got an error sales profile does not have the appropriate field-level security for the account Rating field. do you know how can i fix this ?
User-added image
User-added image
Hello,

Has anyone faced issues while completing the service cloud basic challenge to set up Specialist predefined case team and adding to case ?

I am following all steps and yet it complains that :

Challenge Not yet complete... here's what's wrong:
The case 'Broken Router' does not have a case team member

Can you help?
Hello All,

I have 3 questions.

1. In Pardot, the prospect shows as Never Actiive, and I have read that, only by opening a form, visiting webpages, clicking a link can make a prospect as active, Is that true...?

Is there a way apart from above to make a prospect active...?

2. If the prospect is shown as never active, can we not send emails using Automation rules..?

3. Say for ex: 5 prospects are matched to the automation rule criteria, and after I make the Automation rule to resume. Will the action associated with the Automation rule start performing for the 5 prospect or how ..?

Thank You
 
I'm trying to do the Challenge for "Discover Lightning Actions" and added the interfaces for Quick Action and Record, but when I try to save, I get this message:
Failed to save quickcontact.cmp: 0Ad41000001A0g4:2,53: Invalid attribute "controller": Source

the controller="QuickContactController", which is in the installed package for the Challenge

A programmer, I'm not!