• cruiserDan
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hello, until now I've found ways to use workflow rules to update fields but for this scenario I think I need to build a trigger. I'm new to Apex code too.

 

I have a survey form from a third party app that creates new survey results in a survey object.  One of the fields captured is an order ID from an Order object that the survey relates to. I'd like to record when a survey is completed in the order record, mainly to display or filter it in a view. I've created a date/time field in the order object and want to trigger the current time to be entered when a new survey is created where the order ID's are the same. Can anyone please help with the apex code or trigger code here. Thanks in advance.

Hello, our call center users work 10-20 leads each day. We're trying to figure out the best way for them to distinguish between leads they've commenced from those yet to be worked. Is there a good way to update the Stage field based on the lead activity? One way we were thinking of using is to have them log a call related to a lead as a way to indicate it's in progress. But we haven't figured out how to trigger a field update around this. Look forward to any ideas here...

Hello,

 

We're trying to setup email stationary that includes a small profile photo of each user in the signature. Because the body must be editable I understand HTML templates that use the Letterhead are the only option, rather than Custom HTML templates. I've tried setting up a user field called "Photo URL" as a text field with sample data as...

 

<img src="http://content.cleancruising.com.au/images/team/anna.jpg" width="128" height="119" /><bR />

 

However this just embeds this line as text within the email rather than as HTML. Any ideas on how to achieve this would be terrific.

 

--Dan

Hello,

 

We're trying to setup email stationary that includes a small profile photo of each user in the signature. Because the body must be editable I understand HTML templates that use the Letterhead are the only option, rather than Custom HTML templates. I've tried setting up a user field called "Photo URL" as a text field with sample data as...

 

<img src="http://content.cleancruising.com.au/images/team/anna.jpg" width="128" height="119" /><bR />

 

However this just embeds this line as text within the email rather than as HTML. Any ideas on how to achieve this would be terrific.

 

--Dan