03/06/2023 05:19 AM - edited 03/06/2023 05:20 AM
Hey Team,
We have a requirement where the parent-child dynamic attributes are configured and as the documents in doc.saviyntcloud.com specify, these attributes cannot be used in Action String if 'Hide on Create' or 'Hide on Update' checkboxes are selected while creating the parent or child dynamic attributes.
Thus, when a user opens the Request form, both the parent and child attributes are visible by default. We have the following Action String saved: SHOW###SabaTrainingStatus###ORCA___HIDE###SabaTrainingStatus###Scout, where SabaTrainingStatus is the child attribute. This child attribute is only hidden when 'Scout' value is selected for the Parent attribute, but is displayed by default when the Request Form is just opened before the selection is done.
Is it possible to hide the child attribute which being displayed on Request Page by default when the page is just opened?
03/06/2023 10:11 AM
Can you please add this to your Action string as well
HIDE###SabaTrainingStatus###Please select the application for which you require access
where SabaTrainingStatus is your child dynamic attribute name and Please select the application for which you require access is the default value of your parent attribute.
03/07/2023 04:54 AM
Hey,
Thanks for the response, but this also does not work when tried.
I have also tried using HIDE###SabaTrainingStatus###___ but it's the same case.
04/10/2023 10:53 AM
Can you please provide the entire Action String that you tried with and the default values as well?