Skip to main content
March 24, 2024
Question

Why we use Hidden CDT ? where to use it?

  • March 24, 2024
  • 4 replies
  • 0 views

Hi Folks ,

When we create a CDT we get an option to hide it from pickers and auto complete , what's the use of it , in what scenarios can we use it ?

4 replies

mathieud0001
March 24, 2024

Typically, I would use the hide from pickers if it was a deprecated CDT that I wouldn't want other developers to include in their apps.

March 25, 2024

Is there any other scenario where we use it, which you have encountered?

davidj137213
Brainy
March 24, 2024

Another scenario if when you create the CDT from a schema imported in a WSDL. IN that case the CDT will be created as hidden

karthikk538
March 25, 2024

#1 Makes the data type available for use by other objects, for example, pickers and process variables.
#2 Data types created from WSDL are hidden by default. Data types created by any other method are visible by default.
#3 When using multiple application servers, the data type visibility is only updated in the cache of the application server you are logged into. The cache of any other application server is updated upon the next restart. To avoid restarting your application servers, log into each application server individually as this updates the data type visibility in each application server's cache.

More details can be found on docs.appian.com/.../Custom_Data_Types.html