Hi,
I’m trying to access the UI component rendering conditions via the API. something like this would allow me to look at all the soqls with the model names.
var model = skuid.model.getModelsList(); for(var i=0; i< model.length; i++){console.log(model[i].id);console.log(‘----------------’);console.log(model[i].soql);}
Does anyone know how I can access component rendering conditions. I cant seem to find the API for this.
Thank you very much!
Roy
Question
access component rendering conditions via the API
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

