• Johnny #5
  • NEWBIE
  • 0 Points
  • Member since 2011

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

I am fairly new to the all visualforce/apex coding and need some guidance for the question below....

 

I have two things: a visualforce page and an extension class to go w/ it...

 

In the visualforce page, I have this line to allow user to select a parent case....

 

<apex:inputField id="ParentId_Prop" value="{!Case.ParentId}" />

 

The question is how do I access the value that user inputs here, so I can do some validation check.

 

Any help is appreciated...  Happy New Year!

I have two things: a visualforce page and an extension class to go w/ it...

 

In the visualforce page, I have this line to allow user to select a parent case....

 

<apex:inputField id="ParentId_Prop" value="{!Case.ParentId}" />

 

The question is how do I access the value that user inputs here, so I can do some validation check.

 

Any help is appreciated...  Happy New Year!

I have two things: a visualforce page and an extension class to go w/ it...

 

In the visualforce page, I have this line to allow user to select a parent case....

 

<apex:inputField id="ParentId_Prop" value="{!Case.ParentId}" />

 

The question is how do I access the value that user inputs here, so I can do some validation check.

 

Any help is appreciated...  Happy New Year!

 

 

I have two things: a visualforce page and an extension class to go w/ it...

 

In the visualforce page, I have this line to allow user to select a parent case....

 

<apex:inputField id="ParentId_Prop" value="{!Case.ParentId}" />

 

The question is how do I access the value that user inputs here, so I can do some validation check.

 

Any help is appreciated...  Happy New Year!

hi
 
 is there any code/object example for queue lookup element, i only found user lookup element. how can i do this.
For custom object i want to create a Queue Lookup.
if i select User Lookup, how can i display all the Queues in that LookUp(User).
 
Please help me.