• Kunlun li
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi All

 

I know we can wirte code as <apex:inputField required="true"/> to make this field required highlight and checking.

 

Can we make code same style for other component? such as <apex:selectList>, <apex: inputText>

 

I wrote as <apex:selectList required="true"/>, but no required highlight on visualforce page.

 

Anyone can help me?

 

Thanks

Kunlun

Hi All

 

I create a picklist field A withdependency to field B. A should only display 2 values in picklist when B is some value.

 

Then I write a visual force page as <apex:inputField value="X.A"/>, but field A can not follow the dependency rule, but display all values in picklist, no matter the value of field B.

 

Anyone can help me?

 

Thanks

Kunlun

We have "Customer Portal Manager" user lisence.

 

There are some custom objects which lookup to an account. Some portal users will be created from the contacts under this account. We want these portal user can see all custom object records which are related to this account.

 

I created a portal user and add custom object in portal, but can not see any records for this objects, which are under portal user's account.

 

Any one can help me how to share it?

 

Thanks

  • January 20, 2012
  • Like
  • 0