Skip to main content
1-Visitor
March 28, 2018
Question

how to hide an attribute when it is not end item ?

  • March 28, 2018
  • 4 replies
  • 2483 views

Hello guys ,

I want to hide Description attibute if it is not end item .it need to display only for end items .please suggest some approaches to achive it .

Thanks !

 

4 replies

17-Peridot
March 29, 2018

Since an End Item is not a subtype you won't be able to remove the attribute without customization. I would recommend a data utility which gets the dropdown menu of the end item and dependent on that, it will show the text box or not.

1-Visitor
April 3, 2018

Hi Rohit,

 

I have done something similar in the past. Do you need to hide attribute on Create Wizard?

 

Thanks,

WD

8-Gravel
January 23, 2023

when you flip the end item flag the attribute panel is getting refreshed.so apply a validator to hide the attributes.

8-Gravel
April 14, 2026

Any solution to this issue?