One good example is using this url in sharepoint sites and call when you need.
CRM Calendar
just need to add "http://[server]:Port/workplace/home_calendar.aspx" in the url and will show you just the calendar this links are very usefull if you want to integrate your asp.net pages with microsoft CRM.
DataGrid Lists
Accounts - http://[server]:Port/_root/homepage.aspx?etc=1
Contacts - http://[server]:Port/_root/homepage.aspx?etc=2
Opportunities - http://[server]:Port/_root/homepage.aspx?etc=3
Leads - http://[server]:Port/_root/homepage.aspx?etc=4
Marketing List - http://[server]:Port/_root/homepage.aspx?etc=4300
Reports - http://[server]:Port/CRMReports/home_reports.aspx
Activities - http://[server]:Port/workplace/home_activities.aspx
Calendar - http://[server]:Port/workplace/home_calendar.aspx
Articles - http://[server]:Port/workplace/home_answers.aspx
Queues - http://[server]:Port/workplace/home_workplace.aspx
Competitors - http://crm:5555/_root/homepage.aspx?etc=123
Products - http://[server]:Port/_root/homepage.aspx?etc=1024
Sales Literature - http://[server]:Port/_root/homepage.aspx?etc=1038
Quotes - http://[server]:Port/_root/homepage.aspx?etc=1084
Orders - http://[server]:Port/_root/homepage.aspx?etc=1088
Invoices - http://[server]:Port/_root/homepage.aspx?etc=1090
Quick Campaigns - http://[server]:Port/MA/home_minicamps.aspx
Campaigns - http://[server]:Port/MA/home_camps.aspx
Cases - http://[server]:Port/CS/home_cases.aspx
Contracts - http://[server]:Port/_root/homepage.aspx?etc=1010
Services - http://[server]:Port/_root/homepage.aspx?etc=4001
Custom Entities:
Custom: http://
Miscellaneous
Advanced Find - http://[server]:Port/AdvancedFind/AdvFind.aspx
CRM Help - http://[server]:Port/help/default.aspx
Settings Pages
Settings - http://[server]:Port/tools/home_tools.aspx?pid=0
Customisation Menu - http://[server]:Port/tools/systemcustomization/systemcustomization.aspx
Entity Customisation DataGrid - http://[server]:Port/tools/systemcustomization/systemcustomization.aspx?PID=01
Import Customisations - http://[server]:Port/tools/systemcustomization/systemcustomization.aspx?PID=03
Export Customisations - http://[server]:Port/tools/systemcustomization/systemcustomization.aspx?PID=03
Subjects (Taxomony for Knowledge Base) - http://c[server]:Port/tools/home_tools.aspx?pid=08
Advanced View of Settings - http://[server]:Port/tools/home_tools.aspx?vid=1
lookup, to create filterviews associated to a entity, 1- account, 2- Contact, 4 - Lead..........
Lookup - http://[server]:Port/_controls/lookup/lookupsingle.aspx?class=ParentLookup&objecttypes=1,2&browse=0&DefaultType=0
http://[server]:Port/_forms/readonly/readonly.aspx?objTypeCode="+ lookupItem[0].type +"&id="+lookupItem[0].id;
Read = 1
Write = 2
Append = 4
AppendTo = 16
Create = 16
Delete = 65536
Share = 262144
Assign = 524288
Iframe
document.all.IFRAME_Historico_Lead.src="/sfa/leads/areas.aspx?oid="+lookupItem[0].id+ "&oType=112&security=852023&tabSet=areaActivityHistory";
1 comment:
crm_server/_root/homepage.aspx?etc=type_code is the link to show the default view from the entity with typecode = type_code
whats the link to access to another view from the same entity?
Post a Comment