Hello Every one ,
I am working on report module .
I have created a relationship between Accounts And Report Module .
so From the accounts detail view page if i click on Report sub panel Create button .
i am redirecting to create page ( edit view page ) of report
and while redirecting i am setting up a default value for report name as in : Report in view.edit.php
like this
if($_POST['accounts_aor_reports_1_name']!=''){
$this->bean->chk_c='Accounts';
$this->bean->name = $_POST['accounts_aor_reports_1_name'].' Report';
}
and its working fine
i also want to setup defaults fields for Disaplay fields in FIELDS subpanel of report As show in 2 attachment
any suggestion how to do this ??
Thank You
For your Time