Skip to main content
1-Visitor
October 13, 2022
Question

Two data utility for an attribute

  • October 13, 2022
  • 2 replies
  • 2052 views

can we have two Data Utility functions for the same attribute(datautility for making attribute multivalued and Picker datautiliy)?

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
October 13, 2022

Hi @DJ_10206604 

I don't think so that you could mix two dataultity separately that way as you think.. 

 

You would need to find a way how to achieve what you need with multivalue attribute in one datautility.

 

That's just my thoughts 

 

I've never tried it. 

 

PetrH

11-Garnet
October 18, 2022

Hi @DJ_10206604,

 

One attribute cannot be registered with two Datautilites.

Try to remove single valued constraint on attribute and register it with Datautility.

So, in that way it will be multi valued and picker.

Hope it works.

HelesicPetr
22-Sapphire II
22-Sapphire II
October 18, 2022

Hi @TT_9345405 

Good point to remove the constraint.

 

Additionally you need to process multivalued string in the data-utility. 

 

The values are usually separated by "@" I guess.

 

PetrH