hari.mallampati
Tuesday, 10 December 2013
Restrict Auto Save in MSCRM 2013
›
function stopAutoSave(context) { var saveEvent = context.getEventArgs(); if (saveEvent.getSaveMode() == 70) { //Form AutoSave Eve...
Sunday, 8 December 2013
Creste Email using CRM 2011 Plug In
›
private void SendEmail(IOrganizationService service, Guid recieverUserId, Guid senderUserId, Guid regardingObjectId, string emailBody, str...
Wednesday, 4 December 2013
how to refresh parent ms crm 2011 form on child aspx custom page close?
›
Issue: I have button custom button in contract entity ribbon area. (MS CRM 2011). In that button click I am opening an .aspx page through “...
Monday, 2 December 2013
MSCRM 2013 Actions
›
http://community.dynamics.com/crm/b/crminogic/archive/2013/09/27/introduction-to-actions-in-crm-2013.aspx
Sunday, 1 December 2013
CRM 2013 Custom Actions
›
CRM 2013 adds a new handy feature called Custom Actions. Custom Actions provide the ability for non-developer administrators to wri...
‹
›
Home
View web version