Context
Hey there! I am working on a custom code action definition and I am stuck on the inputFieldDependencies, specifically as it relates to the dependencyType CONDITIONAL_SINGLE_FIELD
As I understand it, SINGLE_FIELD will render the dependent fields, and CONDITIONAL_SINGLE_FIELD will prevent the dependent fields from rendering unless the conditions are met.
BUT! thats not the only difference
controllingFieldValue is a required property on the object if the dependencyType is CONDITIONAL_SINGLE_FIELD
Docs Request
My issue is that I am not sure what (if any) syntax can I use for the controllingFieldValue. In my current situation I really just need "any value" or "not null" but given the syntax from the docs I am not sure how that could possibly not be interpreted literally.
I tried * as a wildcard hoping that would work, and I am going to start trying some of the search syntax next, but also would be nice if you could just tell me the answers!
Context
Hey there! I am working on a custom code action definition and I am stuck on the
inputFieldDependencies, specifically as it relates to thedependencyTypeCONDITIONAL_SINGLE_FIELDAs I understand it,
SINGLE_FIELDwill render the dependent fields, andCONDITIONAL_SINGLE_FIELDwill prevent the dependent fields from rendering unless the conditions are met.BUT! thats not the only difference
controllingFieldValueis a required property on the object if thedependencyTypeisCONDITIONAL_SINGLE_FIELDDocs Request
My issue is that I am not sure what (if any) syntax can I use for the
controllingFieldValue. In my current situation I really just need "any value" or "not null" but given the syntax from the docs I am not sure how that could possibly not be interpreted literally.I tried
*as a wildcard hoping that would work, and I am going to start trying some of the search syntax next, but also would be nice if you could just tell me the answers!