Hi there,
We’ve developed a customization that includes a custom data provider responsible for exporting data to an external system. I’m currently exploring two aspects:
-
Mandatory Parameters: Is there a way to make certain
SYProviderParametervalues mandatory? I attempted to usePXStringState.CreateInstancewithIsRequiredset totrue, but it didn’t seem to have any effect. -
Conditional Parameter Visibility: Is it possible to dynamically show or hide parameters based on a dropdown selection? For example, if the user selects "AWSS3" as the
DataStoreoption, I’d like to display additional parameters specific to that selection and hide them otherwise.

