Skip to main content
6-Contributor
June 29, 2023
Question

How to make Template field is mandatory for create Change Notice

  • June 29, 2023
  • 1 reply
  • 1448 views

Hi All,

I need to make Template attribute mandatory which is present on Create Change notice Wizard ? How I can do that.

PFA.

BA_10670508_0-1688034148919.png

 

1 reply

avillanueva
23-Emerald I
23-Emerald I
June 29, 2023

A Data Utility would be my guess. You would have to find the details on that UI element (jcaDebug) and they find the Data Utility it uses. You can either superclass it and tick off required to write your own. I do not think this is as easy as the Type Manager attribute definition.

HelesicPetr
22-Sapphire II
22-Sapphire II
June 29, 2023

Hi @BA_10670508 @avillanueva 

 

The template definition is more hardcoded. 

And yes DataUtility can help in this issue. 

 

I think more simple way is just set a default preselected template. 

HelesicPetr_0-1688039332087.png

 

 

PetrH

6-Contributor
June 29, 2023

Hi @HelesicPetr @avillanueva ,

What can be the selector for this template attribute(for data utility). Because it is not IBA attribute.

Thanks