• Sourabh Tayal
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi

 

I  have created custom field on Account of Lookup(User) Type.  now i want to write workflow rule and in rule i want to create task which will be assigned to account manager. but when i assign task then only Users, role and Account Owner show.  how is it Possible?

Hi

 

I  have created custom field on Account of Lookup(User) Type.  now i want to write workflow rule and in rule i want to create task which will be assigned to account manager. but when i assign task then only Users, role and Account Owner show.  how is it Possible?

Hi

 

i have created a trigger which send a pdf on client mail id.  i have add image in static resources and i have also set image path in src in img tag. but the problem is that ehsn send pdf then generate trigger:     so please provide ma correct syntax for sending image.

 

Thanks

 

Sourabh

Hi

 

i have created a trigger which send a pdf on client mail id.  i have add image in static resources and i have also set image path in src in img tag. but the problem is that ehsn send pdf then generate trigger:     so please provide ma correct syntax for sending image.

 

Thanks

 

Sourabh

Hi

 

I use Ubantu Operationg System on my Laptop. When i use Mail Merge Button in Salesforce on Ubantu Platform then error  Mail Merge features does not work and it generates Error:   " This feature requires Internet Explorer for Windows 6.0 or higher on Microsoft Windows 2000 or Windows XP. ".

 

Please tell me that How can i use Mail Merge Features on Ubantu Platform.

 

Sourabh

 

Pensa Media

Hi

 

I use Ubantu Operationg System on my Laptop. When i use Mail Merge Button in Salesforce on Ubantu Platform then error  Mail Merge features does not work and it generates Error:   " This feature requires Internet Explorer for Windows 6.0 or higher on Microsoft Windows 2000 or Windows XP. ".

 

Please tell me that How can i use Mail Merge Features on Ubantu Platform.

 

Sourabh

 

Pensa Media

Hi

 

i have report which i schedule for future runs.  but problem is that   same report is to be sent on email to many users so each users can see the data of another user on email reports so i want that  when run report is to be sent on mail for schedule run then each users will see only those records which has been created by itself and not show to another users records.

 

Thanks

Hi

 

i have report which i schedule for future runs.  but problem is that   same report is to be sent on email to many users so each users can see the data of another user on email reports so i want that  when run report is to be sent on mail for schedule run then each users will see only those records which has been created by itself and not show to another users records.

 

Thanks

 

Sourabh

Pensa Media

Hi

 

i have report which i schedule for future runs.  but problem is that   same report is to be sent on email to many users so each users can see the data of another user on email reports so i want that  when run report is to be sent on mail for schedule run then each users will see only those records which has been created by itself and not show to another users records.

 

Thanks

Hi

 

i have created a custom objects and in custom objects i have created one custom field Domain Date of Date types.  here i write a workflow rules on custom objects on which rule crietaria is " Domain date not equal to null".  in workfolw action i select time dependent actions in which i select  the " task create on before 3 from Domain Date".

 

now when i create a record in which fill the domain date value with 25 July 2013.  now the task should be create immediately but the task  creates after 20 or 25 minutes.

 

What's the problem.

 

Thanks

 

Sourabh

Pensa Media

Hi

 

i have created a custom objects and in custom objects i have created one custom field Domain Date of Date types.  here i write a workflow rules on custom objects on which rule crietaria is " Domain date not equal to null".  in workfolw action i select time dependent actions in which i select  the " task create on before 3 from Domain Date".

 

now when i create a record in which fill the domain date value with 25 July 2013.  now the task should be create immediately but the task  creates after 20 or 25 minutes.

 

What's the problem.

 

Thanks

 

Sourabh

Pensa Media

Hi

 

Please tell me about Force.com Lite Edition in Details?

 

Please dicuss it's Benefits, Purpose and It's Limitations?

 

Thanks

 

Sourabh Tayal

 

Pensa Media

Hi

 

Please tell me about Force.com Lite Edition in Details?

 

Please dicuss it's Benefits, Purpose and It's Limitations?

 

Thanks

 

Sourabh Tayal

 

Pensa Media

Hi

 

Please tell me about Force.com Lite Edition in Details?

 

Please dicuss it's Benefits, Purpose and It's Limitations?

 

Thanks

 

Sourabh Tayal

 

Pensa Media

Hi

 

Please tell me about Force.com Lite Edition in Details?

 

Please dicuss it's Benefits, Purpose and It's Limitations?

 

Thanks

 

Sourabh Tayal

 

Pensa Media

Hi

 

I  have created custom field on Account of Lookup(User) Type.  now i want to write workflow rule and in rule i want to create task which will be assigned to account manager. but when i assign task then only Users, role and Account Owner show.  how is it Possible?

Hi

 

i have created a trigger which send a pdf on client mail id.  i have add image in static resources and i have also set image path in src in img tag. but the problem is that ehsn send pdf then generate trigger:     so please provide ma correct syntax for sending image.

 

Thanks

 

Sourabh

Hi

 

i have report which i schedule for future runs.  but problem is that   same report is to be sent on email to many users so each users can see the data of another user on email reports so i want that  when run report is to be sent on mail for schedule run then each users will see only those records which has been created by itself and not show to another users records.

 

Thanks

 

Sourabh

Pensa Media

Hi

 

Please tell me about Force.com Lite Edition in Details?

 

Please dicuss it's Benefits, Purpose and It's Limitations?

 

Thanks

 

Sourabh Tayal

 

Pensa Media

Hi guys

 

i have three lists of different objects in my controller and i have to retrieve values from that lists and display it in VF page which is rendered as pdf.

 

but when i try to use dataTable or PageBlockSection it doesnot show anyvalue and when i use <apex:repeat> then it displays value but for two times i know because repeat works like for loop for display records but how i can display the field values can anyone please tell me exact sytnax? i am using the following code now but its not showing

<apex:dataTable value="{!accounts}" var="a">

<tr>
<td>ROC No. <span class="wrapper" style="padding: -1px 0 0 90px; border:solid #000 1px;"><input type="text" style="height:20px;" size="10" />{!a.ROC_No__c}</span>JKKP Reg. No.<span class="wrapper" style="padding: 4px 0 0 72px; border:solid #000 1px;"><input type="text" style="height:15px;" size="20"/></span></td>
<td style="background-color:#cecece;"></td>
<td rowspan="4"></td>
</tr>

</apex:dataTable>

 

Please Help!