This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I'm not going to pretend to be an expert on this... cause I'm really not. :-)
But I did get a dialog working in on of my applications. I'm doing everything on a custom control. so no custom control for the actual dialogbox. I'm pretty sure I didn't even try that... so I don't know if there's an issue. I'm NOT doing a picklist either. I'm just basically displaying a window to show more details for a document.
If I remember right I think the key for me ended up being that I needed to call a partial refresh from CSJS before the dialogbox. Probably because I'm pulling in data for it and needed that data to be refreshed. Here's that little bit of code.