I’ve also been trying to edit this snippet, to no avail. My use case:
Two different objects, both with a multipicklist that uses a global picklist
If I filter object A, I want object B to also filter
My code is below, where the two models in Skuid are named ‘Projects’ and ‘Focus_Area_Grouping’. The model is named "Focus_Area_Grouping’ in both objects.
var $ = skuid.$, Projects = skuid.$M(‘Projects’), Focus_Area_Grouping = skuid.$M(‘Focus_Area_Grouping’);