cancel
Showing results for 
Search instead for 
Did you mean: 

tree with only one single select action

Former Member
0 Kudos

I am Investigating of how can I have a tree with only one single select action and disabling the u201Cdeselectu201D from being performed? Can any one of you all help me how to deal with that?

Thanks in Advanced

Lily

Accepted Solutions (0)

Answers (2)

Answers (2)

ChrisPaine
Active Contributor
0 Kudos

Hi Lily,

would you want the user to be able to change their selection?

I think it would probably be easier to just handle intercept any further navigation that the user attempts and give them an error "please select a doofer from the tree before proceeding".

The FPM GAF would be excellent for this - with your tree selection in one perspective/step/UIBB and the logic handled in the process event method.

Cheers,

Chris

Former Member
0 Kudos

Hi,

After selecting the any node make the Tree in Read only mode by binding to context node property.

Regards

Vikranth