Is there a way to include a Kanban view in a SKUID page?

My client recently played with and found the new Lightning Kanban List Views very useful for some of their processes and asked me to integrate something similar into their SKUID application.

The best I have been able to do so far is to include a button that opens a new tab on the browser to the Salesforce Kanban page but that is disjointed looking.

Does anyone know of a Kanban component that works on the SKUID platform and/or a clever way to embed the Salesforce Kanban List View page into a SKUID page?

Yup. There is a sample page in the Skuid repository for this. It uses the queue component.

https://bitbucket.org/skuid/samplepages/src/18feee0a720d42413487172524fd46df52db1a2a/pages/Drag%20and%20Drop%20Opportunity%20Wall.xml?at=master&fileviewer=file-view-default

Based on your suggestion I took a look and before I begin experimenting was the example you were referring to?

https://github.com/skuidify/SamplePages/blob/master/pages/Drag%20and%20Drop%20Opportunity%20Wall.xml

Correct. It can be adapted to any object with a picklist field on it.

I have implemented the skuid page in my org, but it’s doesn’t support drag and drop opportunity from one stage to other.

Is it that page will support drag and drop functionality of Kanban view also?

@Pat Never mind. Now it working fine. I have just need to drop in correct area of dropzone.


where is the “correct area” of drop zone?  I’m having trouble if there are no records already in a queue that i’m moving an item to. i feel like it must be my own user error though.

Can you create a Kanban at the record page level to aid the management of child records.

@pat
We would like to implement the KanBan on a Drawer component.  What changes would we need to the javascript to make this work?

Thanks!