• FComm
  • NEWBIE
  • 5 Points
  • Member since 2009

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

Besides Validation rule, is there any other way to validate a field?

 

I need to validate a field if it is empty, the field is visible for certain profile only.

E.g  hidden to Standard user profile

       visible to Marketing user profile

 

 

When a standard user login and create an account, even the field is hidden to them, validation rule is still check on the field if it is empty and return error.

 

Please advise. 

 

Thank you.

I have 2 date fields

- Start Date

- End Date

 

I want to extract data which End Date is earlier than Start Date, I try to use 'End Date < Start Date' but it return error on soql.

 

Would like to ask how to do date comparison in Salesforce, thank you.

Do workflows trigger when using import wizard?

 

I found that the workflow does not trigger when I import lead data.

 

Is there any settings to make the workflow trigger when using import wizard?

 

Thank you.