• Chad Gerth
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 3
    Likes Given
  • 0
    Questions
  • 2
    Replies
I have to make it impossible to edit the Email field UNLESS the field is blank.

I tried the following Validation but it didn't work:
Email <> ""
&&
ISBLANK( Email )

Any suggestions as to why?
 
I have to make it impossible to edit the Email field UNLESS the field is blank.

I tried the following Validation but it didn't work:
Email <> ""
&&
ISBLANK( Email )

Any suggestions as to why?
 

Hi All,


I'm trying to find a solution for the following:

 

When the Campaign is set to Active it updates a custom field (CampaignField__c) in all Campaign Members for that Campaign.

 

I can't seem to find any examples when it comes to triggers with Campaigns.

 

I think the logic is:

  1. After Update
  2. Query CampaignMembers
  3. If Campaign ISActive = True
  4. Then CampaignField__c on CampaignMembers = True

Thanks

Kev 

I need to export a report as a CSV to an FTP site or email it on a daily or weekly basis.

 

I have a Report.  I need to get the report out of Salesforce somehow into CSV format.

 

Ideally, this would be scheduled.


I'm a developer so I can do developer stuff.  However, I don't know APEX and I don't know VisualForce.  I can get someone to do that stuff if we need to.


Thanks!

  • July 26, 2011
  • Like
  • 2