• cprakash
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hi,

 

I have created Two custom fileds Tech – Subtech as picklist on Case object.And there is a  mapping between  these Tech – Subtech dependent picklist.

 

When i open the poject into eclipse, we can see this mapping for these Tech – Subtech dependent picklist for case Object. 

Since the dependent mapping is something that can change very often in my project , is there a way using eclipse to export that into excel file so it can be verified.

 

Regards,

Chandra

 

Hi,

 

I am sending some email notification to admin and owner on case attachment.

 

This is working fine when a standard user does case attachment,but when a portal user does case attachment the following exception is throws:

 

AttachmentNotifier: execution of AfterInsert

caused by: System.EmailException: SendEmail failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, Portal user can't own an activity: []

 

I am not getting what i am missing.

 

Regards,

Chandra

Hi,

 

I am sending a outbound mail using Apex Mail class.

 

For  the Sender dispaly name i am setting 'sales force support'.

 

And the mail id of the user who is sending the email is xx@xx.com.

 

When the receiver receives this mail, receiver from information is displayed as sales force support[xx@xx.com].

 

In the receiver from address i want to display only name not the email id(xx@xx.com).

 

So how i can prevent this?

 

Regards,

Chandra

 

Hi,

 

Actually i am trying to edit a pagelayout and filling one of the section with VF page.

 

The VF page has <apex:pageBlock> elememt. Beacuse of this i am getting pageborder to this page.

 

So what is the css or solution to remove this pageborder without removing the <apex:pageblock> element from page.

 

Regards,

Chandra

Hi,

 

I have used the Apex Mail classe to send an email to a user using trigger.

 

when i see the received mail the from address is looks like:

mailTO:xxx@xxx.com.

 

but the actual sender email id is: xxx@xxx.com.

 

So i how to turn off this mailTo string from sender From address.

 

Regards,

Chandra

Hi,

 

I have used the Apex Mail classe to send an email to a user using trigger.

 

when i see the received mail the from address is looks like:

mailTO:xxx@xxx.com.

 

but the actual sender email id is: xxx@xxx.com.

 

So i how to turn off this mailTo string from sender From address.

 

Regards,

Chandra