• srikanth challa
  • NEWBIE
  • 85 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 4
    Likes Given
  • 24
    Questions
  • 10
    Replies
How to convert the below line into HTML for Salesforce1 VF page
<apex:commandbutton style="float:centre" value="Save" action="{!saveRecord}" />
Hi Guys, Is it possible to set Email services Email address as Organization wide Email address by any chance?
Hi Guys, Is it possible to change a picklist value in a custom object when a user sends an email to a particular email address something like that instead of logging into salesforce and change the status?
Hi Guys Is there any way to write a trigger to notify the user regarding the duplicate records list when uploaded via .csv file from customer community portal?
 
Presently I am using the following syntax but I am getting a blank pdf page with this. Can anyone please help me

<apex:page standardController="Report" renderAs="pdf">
  <apex:iframe src="/00OK0000000TZ2u"/>  
</apex:page>
Hi all,
    How to get Latitude and Longitude Values dynamically to update while inserting Records into Object




Thanks in Advance.
Hi,
There are two objects Contact and Custom Object. When ever we send Email from Email Services Email address along with Resume.


In Salesforce objects when the resume is parsing object the Picklist value will be New. In between the Picklist value will be In Process. When the Picklist Value changes to 'Done' the Contact gets created.

For this resume processing it will take around 5 minutes.
So would like to know if there is a workaround where the Trigger waits until the picklist values changes to done using time delay logic.

Thanks in advance!!
Chaitanya
 
Hi
We have installed Service Max managed package.
We are getting trigger error on WorkOrder object while creating a record
on WorkOrder Object.We need a help or workaround to solve this issue.


Trigger Error below:

SVMXC.WORD_Trigger1:execution of BeforeInsert caused by: System.NullPointerException:
Attempt to de-reference a null object:(SVMXC)