Add custom field in Scheduler module.

Hi Sugar Developers,

I have requirement were, I want to add custom dropdown field in scheduler. In dropdown there are two option pdf and csv. when user select pdf option from dropdown scheduler will send report in pdf format. I know we don't get scheduler module in studio were we can add custom fields. There is any alternative way to add custom field in scheduler? 

  • HiJuned Rawoot,

    Since schedulers is still using #bwc, we can copy the studio.php file to modules/Schedulers/metadata/studio.php and in studio you can figure out the schedulers module where we can add fields/manipulate any view and i believe it is a standard code change, and once your field is in place, then you can remove the studio.php to avoid any malfunction on this admin module by other users.

    Also, if you want to use the file type (csv/pdf) with in only one scheduler, it is good that you manipulate it at code level in run() instead of vardef change

    Best Regards,
    Sravanthi B