We can add the property hidden to the UI schema to hide that parameter from the UI. But these parameters should be added to the source XML. Currently only the hidden attributes in the Generic attribute group which are added as XML attributes in Inbound source XML can be found. If we add hidden to any parameter in other attribute groups these, it won't be added to the source XML.
In the following UI schema, class can be found in source XML. However inbound.behavior won't get added as a parameter in source XML.
Description:
We can add the property
hidden
to the UI schema to hide that parameter from the UI. But these parameters should be added to the source XML. Currently only the hidden attributes in theGeneric
attribute group which are added as XML attributes in Inbound source XML can be found. If we addhidden
to any parameter in other attribute groups these, it won't be added to the source XML.In the following UI schema,
class
can be found in source XML. Howeverinbound.behavior
won't get added as a parameter in source XML.