Custom Enterprise Field (conditional)

K

Koen Verwimp

Hello,

Can i simulate conditional Enterprise fields ?

For example:
Enterprise field 1 has choices A and B
Enterprise field 2 has choices 1,2,3 and 4

Now, if you choose B only 1 and 2 are valid choices and if you choose A all
choices are valid.

Is it possible to prevent users to choose B and 4 ?

Hopefully you understand my problem.

Thank you,
Koen
 
K

Kurt Verhaegen

Hi Koen,

OOB is this not possible. Project does not support, does not include this
feature of conditional fields. The only way I see this feasible is by using
COM add-in or VBA (VSTO future) and work with eg beforetaskupdate event to
detect the chosen value, and cancel the update if the value is not according
the value of the other field.

Grtz Kurt
[email protected]
 
K

Koen Verwimp

Hey Kurt,

Thanks for replying.

I understand you can write an eventhandler for checking this before updating
.... and cancel the operations if needed.

But what do you mean with the COM add-in and VBA ?

Greetz Koen
 
M

Mike Mahoney

Hey Kurt,

Thanks for replying.

I understand you can write an eventhandler for checking this before updating
... and cancel the operations if needed.

But what do you mean with the COM add-in and VBA ?

Greetz Koen








- Show quoted text -

Koen

Isn't this a hierarchical code?
A
--1
--2
--3
--4
B
--1
--2


regards

Mike
 
Top