Smart Client
I need assistance/guidance...nothing I do seems to work. Also, I am open (actually, prefer) to use the In-Memory Datasources new to 8.2.1, if possible.
What is the best way to show the array results aClients in a form grid in Smart Client? We want to expose certain client manager data to admins (not regular users)...view only mode.
- Code: Select all
var aClients = plugins.clientmanager.getConnectedClients()
Thank you.