Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos 22 hours ago22 hr
Posted May 13, 20223 yr I created a custom report link on a database page and would like to have it open a specific report type (ID=3) when pressed. <div class="ipsButton ipsButton_importantRed"><a class="link_importantRed" href='{$record->url('report')}' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title="{lang="content_record_report" sprintf="$record::database()->recordWord( 1, TRUE )"}" data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="report_submit_success"}" title="{lang="content_record_report" sprintf="$record::database()->recordWord( 1, TRUE )"}">{lang="content_record_report" sprintf="$record::database()->recordWord( 1, TRUE )"}</a></div> Any idea to achieve this would be highly appreciated. Thanks.