Skip to main content
12-Amethyst
October 20, 2023
Question

Data Utility not working for Common Attributes in allNonSchemaNonClassificationMinusClassificationRe

  • October 20, 2023
  • 1 reply
  • 2714 views

Hi All, Hi @HelesicPetr 

 

I have a Data Utility were I process the attribute values using the gatDataValue(). But the data utility does not get called for Common Attributes(allNonSchemaNonClassificationMinusClassificationRefIbas) in a WTPart.  If the attributes are listed maybe I can assign the selector in the Layout attribute properties but for Common Attributes the attributes are not listed but I see just one cell with value "allNonSchemaNonClassificationMinusClassificationRefIbas". Can anybody help me know why?

 

 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
October 23, 2023

Hi @MV_10441462 

What do you mean Common Attributes?

 

Have you set the service,properties with DataUtility configuration?

I usually use internal name of parameter as a selector and add it to the service.properties

then the DataUtility is called almost everywhere the attribute is shown. 

 

PetrH

12-Amethyst
October 23, 2023

MV_10441462_0-1698049317819.png

The Common Attributes group in the WTPart Layout. The method getDataValue() in the Data Utility is not getting called for the specified attribute in this "allNonSchemaNonClassificationMinusClassificationRefIbas". And yes I have set the configuration in xconf file still no luck. The data utility gets called for the same attribute if its added separately in the grid for a different group like General.

HelesicPetr
22-Sapphire II
22-Sapphire II
October 23, 2023

Hi @MV_10441462 

That is common, the allNonSchemaNonClassificationMinusClassificationRefIbas is just group of non defined attributes on the WTPart.

You need to add the attribute to the WTpart type . So yes the attribute needs to be added separately. 

PetrH