Forum Post: IPad App for CRM 2015
Dears I installed and configured Microsoft CRM 2015 server on premise, I configured claim based authentication and IFD to using IPad App but each time I tried to connect, it’s open white page with...
View ArticleForum Post: Trigger Plugin On create of a relationship record
Hi, I have a custom entity X that has a N:N relationship with Account entity, it's displayed in the Account form as a sub-grid. I need to run a plugin when the user adds a new X record into an account....
View ArticleForum Post: RE: Stuck in deleting Managed solution due to dependencies
Hi, I faced same kind of situation and I removed all the fields on the form and relationships. But, it prompts to delete web resource ( java script file) which is part of managed solution (deleting)...
View ArticleForum Post: RE: document.getElementById('XXX').parentElement.style.display =...
Hi Ashwin, if you are hiding field on entity than below is the supported way for hiding any field Xrm.Page.ui.tabs.get('XXXX').setVisible(false);...
View ArticleForum Post: RE: Quick create button lable in wrong language
Hi Rickard. You can take a look at the Ribbon Workbench ( ribbonworkbench.uservoice.com/.../80806-download-ribbon-workbench-for-crm-2011-2013-2015 ). The Ribbon workbench is a CRM solution that needs...
View ArticleForum Post: RE: Integrate more than one online CRM instance with SharePoint...
You're welcome :) You just made my day... Bas
View ArticleForum Post: RE: How validate entity before sending email ?
I would not recommend to perform the following code for every single entity, as the RetrieveEntityRequest is not the fastest. Perhaps it would be sensible to pre-set your system and set expected...
View ArticleForum Post: Setting default view on the sitemap editor
Hi! I need to have same entity with the diffrent default view on each one. So I figured out that i'll put the same entity with the XrmToolBox Sitemap Editor but I don't know how to set the default view...
View ArticleForum Post: Office 365 Calendar to > CRM 2015 On-Premise Sync
Team, I have a customer requirement to Synch Calendar from Office 365 to CRM 2015 on-Premise. Office 365 user will be creating calendar events in Office 365, via Desktop, Mobile App, Or other Devices....
View ArticleForum Post: RE: How validate entity before sending email ?
Correction: .. LogicalName = currentEntity.LogicalName ..
View ArticleForum Post: Outlook Client installation failed - only upgrade option offered
Hello everybody. Since the last days I tried to install a Dynamics CRM 2015 Outlook Client on a laptop. But it failed all the time. There was a corrupt installation on the laptop before. I cleaned all...
View ArticleForum Post: RE: Unified Service Desk Version issues
Hi When you said extended feature, Do you mean Custom USD Components? If yes, Have you included your custom components in Customization entity of USD ? AFAIK, it is must to have this record from 2.0...
View ArticleForum Post: RE: How to odata query to view 'All Activities' of a Company...
Try below odata query https:// orgname .crm5.dynamics.com/XRMServices/2011/OrganizationData.svc/AccountSet(guid' Account Guid ')/Account_ActivityPointers?$select=Subject Thanks
View ArticleForum Post: Web App Integration with CRM 2015
Hi House, , The above Screenshot front end of my App. I desperately need to send the fields records to CRM 2015, Using OData Service as used in Autopopulating entity field in CRM.Bellow is the...
View ArticleForum Post: RE: How validate entity before sending email ?
I will have unpleasant switch statement instead of this String emailAddress = currentEntity.GetAttributeValue ("emailaddress"); because each entity has his own email attribute with different name ......
View ArticleForum Post: RE: Web App Integration with CRM 2015
Hi Please see the following link it will give you more idea about submitting data from web app to CRM...
View ArticleForum Post: RE: Web App Integration with CRM 2015
Hi Hiram, accessing CRM 2015 from an external web application is a real pain. The difficulty is authentication. What you can do to overcome this problem, is by adding a .NET webapi controller to your...
View ArticleForum Post: RE: How validate entity before sending email ?
"emailaddress" is an email name for an entities that has an email ability added during customisation. What exactly is your scenario? Could you please include the brief description?
View ArticleForum Post: RE: Quick create button lable in wrong language
Hi Bas, I have tried using Ribbon Workbench but its only possible to change entity ribbon definitions and not the Mscrm.template. I'm actually not sure if the "Create" text inside the span with id...
View ArticleForum Post: RE: SharePoint site Validation causing errors
Hi, the SharePoint url you specified is in a local IP range (192.168.x.x). You'll need to hookup your local SharePoint to the internet (by adding alternate access mappings and by altering the local...
View Article