cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Key position indicator in the SOC

ArunimaGupta
Explorer
0 Kudos
355

Hi all,

I am using MDF-based nomination method. Here, we have made a picklist 'positionCriticality' for the MDF position object. According to this article, it is said that we use only picklist for MDF position nomination method. But, in my org chart XML, I can see 'boolean' as an indicator type(which should be used for legacy position nomination method).

The code is:

<keyPositionOption indicator="boolean" key="">

<label>Highlight Critical Positions</label>

<keypositionset></keypositionset>

</keyPositionOption>

<SMFormId>4</SMFormId>

Let us know the discrepancy.

 

Accepted Solutions (1)

Accepted Solutions (1)

Michael_Losty
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @ArunimaGupta ,

So long as your positionCriticality picklist is set up with the following values;

0 = Not Critical (False)
1 = Critical (True)

And you only wish to highlight the positions which have a value of 1, then the Boolean indicator code will work as expected. 

However if your configuration does not match this exactly, or you wish to add additional options (eg. Low Criticality, Medium Criticality, High Criticality), then you should use the picklist indicator code.

Thanks,

Michael

Answers (0)