• svidyan
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 18
    Questions
  • 6
    Replies

Hi,

 

In the default  'Contacts' tab, there is a 'Send an Email'  button in the Activity History section.

Clicking on the 'Send an Email' button brings up a nice VF page to send email.

 

I want a similar functionality in my app. How do I access the same VF page to send email?

 

thanks

svidyan

Hi,

 

I am new to creating webservices using Apex

Hi,

 

I want to override the Edit|Del link in the related list table row.

How do I get access to the data of the corresponding child record? what is VF method to get the values of the corresponding child row so that I can use it in the override?

 

{!object } will give the current parent record, right? How do I get the correct child record ?

 

thanks

svidyan

Hi,

 

I was wondering if there is a way to see how the default view of an object along with its related lists is rendered.

I see the XML representation of it in the .layout file of the object.

But is it possible to see the actual visualforce page of the default view?

This will help in my learning of creating VF pages.

 

thanks, svidyan

Hi,

 

I am trying to display the relatedchild list by  <apex:relatedList list="Credit_Cards" />

I keep getting the error "'Credit_Cards' is not a valid child relationship name for entity Person".

 When I checked on the custom field relationship info for the master-detail relationship, it showed the the Child Relationship Name as "Credit_Cards".

I'm not  sure why the error. Is there an API name for the relationship which I should be using?

 

Thanks.

Hi,

 

I am following the book "Developement with the Force.com platform" by JasonOuelette.

When creating the Custom Objects, I did not check the box to be visible in a tab, and so I could not add this object to the Custom App I was creating. Now I have a created fields and relationships in the custom object. How do I add this Object to the Custom App?

 

thanks

Svidya