• Vinay Banda
  • NEWBIE
  • 40 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 7
    Questions
  • 5
    Replies
Challenge#5: Create contact and hobby reports
Hi All,
 I facing dificulty in solving superbag 'Reports & Dashboards Specialist' step #5.
Am getting this error: The 'Contacts by Hobby and Rating' report is not configured correctly. Couild you all please help in resolve this. Here is my configuration:

User-added image
Challenge#5: Create contact and hobby reports
Hi All,
 I facing dificulty in solving superbag 'Reports & Dashboards Specialist' step #5.
Am getting this error: The 'Contacts by Hobby and Rating' report is not configured correctly. Couild you all please help in resolve this. Here is my configuration:

User-added image
Hi All,
 I've created simple page to show contact basic info. When I used preview and it is opening in context of Contact but I used record id to see values of specific recors. code not fetching any recors.

URL: https://c.ap2.visual.force.com/apex/ContactView?core.apexpages.request.devconsole=0032800000WyJgW

<apex:page title="Contact" standardController="Contact">
    <apex:pageBlock title="Contact Summary">
        <apex:pageBlockSection>
            Name: {! Contact.FirstName } <br/>
            Phone: {! Contact.LastName } <br/>
            Email: {! Contact.owner.email } <br/>
        </apex:pageBlockSection>
    </apex:pageBlock>
</apex:page>

Please let me know what could be the issue.
Hi All,
 I've created simple page to show contact basic info. When I used preview and it is opening in context of Contact but I used record id to see values of specific records. code not fetching any records.

URL: https://c.ap2.visual.force.com/apex/ContactView?core.apexpages.request.devconsole=0032800000WyJgW

<apex:page title="Contact" standardController="Contact">
    <apex:pageBlock title="Contact Summary">
        <apex:pageBlockSection>
            Name: {! Contact.FirstName } <br/>
            Phone: {! Contact.LastName } <br/>
            Email: {! Contact.owner.email } <br/>
        </apex:pageBlockSection>
    </apex:pageBlock>
</apex:page>

Please let me know what could be the issue.
Hi All,
 I've created simple page to show contact basic info. When I used preview and it is opening in context of Contact but I used record id to see values of specific recors. code not fetching any recors.

URL: https://c.ap2.visual.force.com/apex/ContactView?core.apexpages.request.devconsole=0032800000WyJgW

<apex:page title="Contact" standardController="Contact">
    <apex:pageBlock title="Contact Summary">
        <apex:pageBlockSection>
            Name: {! Contact.FirstName } <br/>
            Phone: {! Contact.LastName } <br/>
            Email: {! Contact.owner.email } <br/>
        </apex:pageBlockSection>
    </apex:pageBlock>
</apex:page>


Please let me know what could be the issue.
 
Hi buddies..
  I just created one workflow action and deleted. Now when I am trying to crete with same name it is not allowing and getting below error.  I am aware the i can change the name of action but how to overcome this issue of re using the name of deleted action and from where this is still referening. Can some help on this. :)

Error: This Unique Name already exists or has been previously used. Please choose a different name.
Hi buddies..
  I just created one workflow action and deleted. Now when I am trying to crete with same name it is not allowing and getting below error.  I am aware the i can change the name of action but how to overcome this issue of re using the name of deleted action and from where this is still referening. Can some help on this. :)

Error: This Unique Name already exists or has been previously used. Please choose a different name.
Challenge#5: Create contact and hobby reports
Hi All,
 I facing dificulty in solving superbag 'Reports & Dashboards Specialist' step #5.
Am getting this error: The 'Contacts by Hobby and Rating' report is not configured correctly. Couild you all please help in resolve this. Here is my configuration:

User-added image
Hi All,
 I've created simple page to show contact basic info. When I used preview and it is opening in context of Contact but I used record id to see values of specific recors. code not fetching any recors.

URL: https://c.ap2.visual.force.com/apex/ContactView?core.apexpages.request.devconsole=0032800000WyJgW

<apex:page title="Contact" standardController="Contact">
    <apex:pageBlock title="Contact Summary">
        <apex:pageBlockSection>
            Name: {! Contact.FirstName } <br/>
            Phone: {! Contact.LastName } <br/>
            Email: {! Contact.owner.email } <br/>
        </apex:pageBlockSection>
    </apex:pageBlock>
</apex:page>

Please let me know what could be the issue.
Hi buddies..
  I just created one workflow action and deleted. Now when I am trying to crete with same name it is not allowing and getting below error.  I am aware the i can change the name of action but how to overcome this issue of re using the name of deleted action and from where this is still referening. Can some help on this. :)

Error: This Unique Name already exists or has been previously used. Please choose a different name.
Hi buddies..
  I just created one workflow action and deleted. Now when I am trying to crete with same name it is not allowing and getting below error.  I am aware the i can change the name of action but how to overcome this issue of re using the name of deleted action and from where this is still referening. Can some help on this. :)

Error: This Unique Name already exists or has been previously used. Please choose a different name.
Hi all,

How to Update Converted Leads in Spring 16, please help me.


Thank you,