Forum Post: RE: CRM SSRS Report Error
I did so, and published the solution also I created multiple records and a simple report using the Wizard for those entity and all seem to work just fine. That's part of the Fetch XML. Here attribute...
View ArticleForum Post: RE: Business process flow Javascript query...
I think activeStage.getName should be activeStage.getName() ..... it might be your if statements are never true. Also, is the optionset only in your business process flow and not on the form? If so,...
View ArticleForum Post: RE: Automatically Create a Folder in SharePoint when a new...
Hi Lund, “Automatically create folder” setting is available on 2016 online environment under Document Management Settings. However you can also create folder programmatically on your SharePoint site,...
View ArticleForum Post: RE: Business process flow Javascript query...
Thanks Neil. I changed the code to this and it now works: Xrm.Page.data.process.addOnStageChange(StageSelected); function StageSelected() { var activeStage =...
View ArticleForum Post: Filter two subgrids
Hi Experts, can anyone provide me the steps (JS Code) to filter two subgrid. scenario : I have a vendor and contactvendor subgrid on opportunity form. i want to filter contactvendor on selection of...
View ArticleForum Post: RE: Mobile App issues - CRM Online 2016 Update1
Hello Mark, The entity is enabled for mobile access and i do have an Mobile - Express form. However, according to Technet these Mobile - Express forms only apply for the Dynamics CRM for Phones Express...
View ArticleForum Post: Get Org Id in Package Deployer
I'm attempting to use the package deployer to link together a couple of solutions and some data. During the import I need to run some code that contains the organisation's guid. But I can't find a way...
View ArticleForum Post: 2007 Dynamics Excel Reports Not Refreshing For CRM 2016
We have been using CRM 2013 Online and we had set up our dynamics reporting excel sheets with office 2007 and now we have upgraded to CRM 2016 Dynamic reports wont refresh anymore. we then upgrade our...
View ArticleForum Post: RE: CRM 2016 System View using teams
Hi , Try with below options, hope this helps for you. You need to create two separate Advance Find Queries one for which Manager of the Record owner is provided user and another one is for which...
View ArticleForum Post: RE: Product Description or Properties in Quote Report (PDF)
Hello Brad, Appreciate your quick response. Here is what I'm doing. I've added a list of Products in the Product Catalog. Also created the price list item for the products. For Products, I've also...
View ArticleForum Post: RE: Can't delete personal views
I think you will find .... If someone else has shared the view with you and not granted delete privilege you will not be able to remove them. You need to speak to the person who owns the view and ask...
View ArticleForum Post: RE: Workflows triggered for unknown reason???
Hi Mark, Thank you so much for that. I can't find anything for the letter record(unless I'm not looking in the right place). The Audit is not enabled for letters and there's no process to automatically...
View ArticleForum Post: RE: Object doesn't support property or method 'addOnKeyPress' event
The problem is resolved. I just set the legacy form rendering to no and it worked. Not sure how form rendering effects the AutoComplete Feature.
View ArticleForum Post: RE: Automation for exporting MSD CRM Solution in Dev environment...
Have a look at the xRM CI Framework. It has a powershell cmdlet where you can export a solution and a cmdlet to publish the customizations before you export the solution. xrmciframework.codeplex.com
View ArticleForum Post: RE: Dynamics CRM Portal Addon Trial very slow
I've experienced the same issues with two trials. It does help a little to warm up the site so that caching can do it's job. But even after that, the experience wasn't very good.
View ArticleForum Post: RE: Not able to set option set field value dynamically using...
Hi Tinus, Is it feasible to right a code for only 1 field out of say 50 fields for same requirement?If, i am getting values dynamically for other fields including other custom Option Sets using...
View ArticleForum Post: RE: Unable create User in crm 2016
are you using crm online or on-premisis,
View ArticleForum Post: RE: Unable create User in crm 2016
Hello. Two things are possible... 1. You've problems with the AD-Account of this user. 2. The login-name is wrong. Please have a look hier: https://community.dynamics.com/crm/f/117/t/121020 Kind...
View ArticleForum Post: RE: Offline mode for outllok doesn't work
Hello Renaud. Please have a look here: stackoverflow.com/.../upgrade-on-premise-ms-dynamics-crm-2013-to-on-premise-ms-dynamics-crm-2015 Kind regards¨, Karsten
View ArticleForum Post: RE: How can one access the SQL database in CRM 2015 on-prem?
Hi, The SQL database will be on some server, but the database itself will typically be [org name]_mscrm. Working with sql directly isn't supported though. If you need a complex report that you can only...
View Article