Based on my researches so far, most of the approaches through zimlets, where the ones that created a new tab, and made their own forms in XformView. But I wonder if it is possible to access the existing forms and modify them (Add a new form there in my case) using a zimlet. If there is a way, how can I access the XFormObject that I want?
To be more specified with the code, I want to add this checkbox:
setupGroup.items.push({ref:ZaAccount.A_zimbraIsAdminAccount, type:_CHECKBOX_,
msgName:ZaMsg.NAD_IsSystemAdminAccount,label:ZaMsg.NAD_IsSystemAdminAccount,
bmolsnr:true, trueValue:"TRUE", falseValue:"FALSE"
});
to Zimbra/js/ZimbraAdmin/View/ZaAccountXFormView directory. To account setup group there! Thanks in advanced.