السبت، 6 يوليو 2013
الخميس، 4 يوليو 2013
Refresh Subgrid in MS CRM 2011
function SubGridRefresh() {
var grid = document.getElementById("subgrid1");
if (!grid) {
setTimeout("SubGridRefresh();", 1000);
return;
}
else {
grid.control.add_onRefresh(AlertFun);
}
}
function AlertFun() {
alert('SubGrid has been Refreshed');
}
الأربعاء، 26 يونيو 2013
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents
Set default document for your home page or whatever your start page (Need to create Default.aspx Page)
http://www.iis.net/learn/web-hosting/web-server-for-shared-hosting/default-documents
http://www.iis.net/learn/web-hosting/web-server-for-shared-hosting/default-documents
السبت، 22 يونيو 2013
CRM 2011: The specified user is either disabled or is not a member of any business unit
Check whether the system administrator account was disabled in database. If yes, enable it in database.
- Backup the orgname_MSCRM and MSCRM_Config.
- Find the systemuserid for system admin in systemuserbase table.
- Find the system admin in systemuserbase and resourcebase, if isdisabled=True, set isdisabled=Flase.
- Find the Business Unit the user belongs to in businessunitbase table. if isdisabled=True, set isdisabled=Flase.
then Restart machine.
السبت، 15 يونيو 2013
الثلاثاء، 11 يونيو 2013
السبت، 8 يونيو 2013
الاشتراك في:
الرسائل (Atom)


