Display View in dialog list

Hi,

How do I display the list of Views in the Db in a dialog List.

Thanks in advance.

Cheers,

Murali

Subject: Display View in dialog list

you can use LS to get a list of the views and create a document in your database to hold the view names. Then call the document field in your dialog list by doing a lookup. You will run into an issue, though, if your list of view names exceeds the 32k limit. A better way might be to again use LS to gather the view names (maybe once per day) and create a document for each view to hold each view name. Now create a view to display the view names in the documents and use @Picklist to display the view entries instead of using a dialog list.

Subject: RE: Display View in dialog list

Do you have as sample code for the same.

Thanks in advance.

Regards,

Murali

Subject: Display View in dialog list

@Command( [ViewChange] )