I am new to skuid and I am stuck in one issue.
As per requirement, I have to auto populate picklist value on basis of two other picklist values.
Example: Suppose we have three picklists A, B, C. If picklist A has a certain value and Picklist B has certain value then Picklist C should be auto populate with the specified value.
For this scenario, we can have two approaches
-
Run a snippet on change of picklist A and B.(but it is not good in the condition where I have to alter conditions and I have many conditions like that).
-
Query on Model(Salesforce Object).We will create a custom object in Salesforce and correspond that we have records.
Now I have to query those records in skuid dynamically.
please let me know what is suitable in the scenario?
Thanks in advance
