• varunkaushish
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hi

I'm currently using salesforce free licence.

I created a user and provided the user with profile as "Some custome profile". Now the problem being that whenever this user try to login, system doesnt allow it to get in. But if i change the user profile to system administrator, USer can get in.

 

I'm not sure what i'm missing.

Thanks

Help

Varun

Hi

I'm currently using salesforce free licence.

I created a user and provided the user with profile as "Some custome profile". Now the problem being that whenever this user try to login, system doesnt allow it to get in. But if i change the user profile to system administrator, USer can get in.

 

I'm not sure what i'm missing.

Thanks

Help

Varun

Hi,

 

I was wondering if it is possible to pass parameters to our controller method while in a VF page.

 

For example, normally, say we have a controller called "MyController" and inside it we have a method call "Method" which take a string parameter.

 

Is it possible to call this method and pass a value to it from our VF page? If so how?

 

Would this work?

 

<apex:commandButton action="{!Method('stringvalue'}"/>

 

Thanks in advance.