• salesforce_dever
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hello all,

 

Hopefully this is an easy question.

 

Is it possible to conditionally show elements based on a user's permission sets?

 

Basically, I need a way to say... "Hey visualforce page, if the current user has this permission set then they can view this section of this page. Groovy visualforce. You're actually doing it. Bangarang VisualForce. Bangarang."

 

Is there a way to do this without using a controller?

 

Any help would be greatly appreciated.

 

Thanks!

Hello all,

 

Hopefully this is an easy question.

 

Is it possible to conditionally show elements based on a user's permission sets?

 

Basically, I need a way to say... "Hey visualforce page, if the current user has this permission set then they can view this section of this page. Groovy visualforce. You're actually doing it. Bangarang VisualForce. Bangarang."

 

Is there a way to do this without using a controller?

 

Any help would be greatly appreciated.

 

Thanks!

Hi All,

 

I was having a hard time figuring out what is the format that the Date/Time field should acccept. The format I am generating to another source code is 5/17/2011 11:00 or dd/mm/yyyy hh:mm. and Salesforce does not accept when I tried to insert. I also tried using the datetime.valueOf but it still does not work, it says invalid date.

 

Please advise.