How to Bind Skuid Picklist Ui field from snippet

Hi,

I have created apex class which returns list object( consist of Id and Name ).
I wanted to bind these data to my Skuid UI Picklist field



Thanks in Advance
Joyson

Joyson,

You may not need your Apex class. You can bind a UI Picklist field to a model. Here is a sample built on a Task model with a second model to lookup Contacts whose Mailing State is Maryland. Make sure you change the condition on the ContactLookup model to return some rows from your data.

Thanks,

Bill

row.updated ContactLookup