Forum Post: RE: Opening a popup/modal from an existing RB popup

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
O

Orchid Corpin

Guest
Hi Meryem, I don't see a current Rollbase functionality to do this. Well, this is a nice to have to the product maybe you can file an enhancement for this at our ideas page here https://community.progress.com/community_groups/products_enhancements/i/rollbase/default.aspx I created a simple workaround for this. 1. You create a formula field and return type is string 2. Specify this code below in the formula, you may change the depot in the {!#LINK.depot#edit} with your object name 3. Include the formula in the list view column var link = ' a href="#" onclick="var conf = confirm(\'Do you want to edit some fields?\');if (conf == true) { return window.open(\'{!#LINK.depot#edit}\'); }" Attach /a '; return link; Hope this may help. Regards, Orchid

Continue reading...
 
Status
Not open for further replies.
Back
Top