• Mit Patel
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 8
    Replies

Hi All,

 

In Lead pagelayout when i double click on name field. popup box open. this box contains

 

FirstName : [male/female] [firstnamevalue]

LastName : [lastnamevalue]

 

i need to change like

 

Gender : [Male/female]

FirstNam : [fristnameValue]

LastName : [lastNamevalue]

 

is this possible ?

 

Hi All,

 

I have more than 2 attachment file in Custom object in Notes and Attachment.

 

I want to send those multiple file as a single attachment to the email.

 

First of all i would like to know. how to merge multiple attachment in to singl file.

 

 

 

 

Hi All,

I am trying to insert lead record through salesforce Email-services
for example class method:

Global Messaging.InboundEmailResult handleInboundEmail(Messaging.InboundEmail email, Messaging.InboundEnvelope envelope) {

Lead newLead = new Lead();
newLead.Name ='test';
insert newLead;
system.debug('----newLead----'+newLead);
}

Now,On Lead Object before insert - update trigger will execute.
After finishing trigger lead record should get created but it doesn't create record and doesn't show debug.
When i make trigger In-Active then it's working fine.

Hiii everyone.

 

I have 2 input date and time field. 

for ex.

 

Startdate 1/4/2013 abd time is 1:30pm this is input i will convet date time field and store one datetime field so my new startdatetime field is now like : 1/4/2013 1:30. same as i create enddatetiem.

 

Now i need to write query on evetn object and in where condition i need to comper this 2 startedate and enddate field with standared startdate and enddate field.

 

my doubt is.

 

my input startdatetime is 1/4/2013 : 1.30

              enddatetime is  5/4/2013 : 2.30

 

so i need those record in event object where every day  satrtdate and enddate beetween 1:30 to 2:30 time related rocord.

 

i mean in there is one record is 1/4/2013 : 1:31 so this is i want but 1/4/2013 2:35 related recoed i dont want.

same as 2/4/2013 : 1:30 to  2/4/2013 2:30 related recoed only i  want.

             3/4/2013 : 1:30 to  3/4/2013 2:30 related recoed only i  want. upto 5/4/2013.

 

plz reply quick. its urgent.

 

Thnaks.

 

Hiii All,

   

   I am using Client Enterprice edition. i need to send minimum 10.000 and more mail in par day. 

 

i am trying to use mass email service.

 

public void sendmail(){

 

    Messaging.MassEmailMessage mail = new Messaging.MassEmailMessage();
    mail.setTargetObjectIds(contactList);  here contact list size is 100.
    mail.setTemplateID('XXXXXXXXXXXXXXX');
    Messaging.sendEmail(new Messaging.MassEmailMessage[] {mail});

}

 

when i call this method that time 100 mail is seding.  so mass email is counting 100 send mail or 1.

 

I'm trying to make it so a field appears only when another field is answered a certain way.

For example:
I have a picklist that the user will choose  "Yes / No". Field name "Pan card "
If they choose Yes, then I want a text field to appear so they can provide Pan card Number.
If they choose No, then I don't want the field to appear.
Please Let Me Know either of possibilities (Configuration / Development).

Either Through VF,APex, or Customization.

Please let me know if this is possible, and how I would go about doing this. Thanks!

Hi,

 

I am creating an application and i am getting "Maximum view state size limit (135KB) exceeded" error. Actually i am displaying record in tabular form and i am getting more 10,000 record from database. I have mentioned variables as a transient and but still i am facing same problem. Can you please tell me is there any other option to recover from that problem.

 

Plz reply......

 

Thanks,

Mitul

 

Hi,

 

I am creating an application and i am getting "Maximum view state size limit (135KB) exceeded" error. Actually i am displaying record in tabular form and i am getting more 10,000 record from database. I have mentioned variables as a transient and but still i am facing same problem. Can you please tell me is there any other option to recover from that problem.

 

Thanks,

Mitul


Hi all,

          I am created one custom conroller for report.In the page i am using this attribute <apex:page Controller="SpaceInquiryReport" sideBar="false" contentType="application/vnd.ms-excel"> </apex:page>. It is working fine.But when ever click on filter(presented in excel) it is showing the filter button for first and last columns,i want  the filter button for all columns.How can i impliment this?Please let me know the possibility of this problem.

 

 

Thanks & Regards

 

Mitul

Hi All,

 

In Lead pagelayout when i double click on name field. popup box open. this box contains

 

FirstName : [male/female] [firstnamevalue]

LastName : [lastnamevalue]

 

i need to change like

 

Gender : [Male/female]

FirstNam : [fristnameValue]

LastName : [lastNamevalue]

 

is this possible ?

 

Hi All,

 

I have more than 2 attachment file in Custom object in Notes and Attachment.

 

I want to send those multiple file as a single attachment to the email.

 

First of all i would like to know. how to merge multiple attachment in to singl file.

 

 

 

 

Hi All,

I am trying to insert lead record through salesforce Email-services
for example class method:

Global Messaging.InboundEmailResult handleInboundEmail(Messaging.InboundEmail email, Messaging.InboundEnvelope envelope) {

Lead newLead = new Lead();
newLead.Name ='test';
insert newLead;
system.debug('----newLead----'+newLead);
}

Now,On Lead Object before insert - update trigger will execute.
After finishing trigger lead record should get created but it doesn't create record and doesn't show debug.
When i make trigger In-Active then it's working fine.

Hiii All,

   

   I am using Client Enterprice edition. i need to send minimum 10.000 and more mail in par day. 

 

i am trying to use mass email service.

 

public void sendmail(){

 

    Messaging.MassEmailMessage mail = new Messaging.MassEmailMessage();
    mail.setTargetObjectIds(contactList);  here contact list size is 100.
    mail.setTemplateID('XXXXXXXXXXXXXXX');
    Messaging.sendEmail(new Messaging.MassEmailMessage[] {mail});

}

 

when i call this method that time 100 mail is seding.  so mass email is counting 100 send mail or 1.

 

Hi,

 

I am creating an application and i am getting "Maximum view state size limit (135KB) exceeded" error. Actually i am displaying record in tabular form and i am getting more 10,000 record from database. I have mentioned variables as a transient and but still i am facing same problem. Can you please tell me is there any other option to recover from that problem.

 

Thanks,

Mitul