hi, thanks for your quick respones. @Ridhima, there are no conditions in the Else statement. It's rather straight forward: (don't think readability is an issue, it's about the amount of conditions and actions) @T.I.A, the rule works with these 5 fields on both sides of the ELSE. As soon as I enter a 6th field, it stops processing immediately. Could the 6x2=12 really be an issue? Should I split it up into two rules?
↧
Forum Post: RE: Business Rule fails when extra field incorporated
↧
Forum Post: RE: Error while inserting record using SDK /API - "Invalid type for entity id value"
Hello, Please provide code you use.
↧
↧
Forum Post: RE: Date extension
Are both your personal settings and system settings the same?
↧
Forum Post: RE: Error while inserting record using SDK /API - "Invalid type for entity id value"
Hi, Please check the attached image Thanks, Ajay.
↧
Forum Post: Audit history is not showing "System" in Modfied by and "User" in Modified By(Delegate) when impersonation has done using plugin.
As CRM App pool user is changed from " Built in Account " to " Domain Account " due to security constraint it is behaving as " Modified By " shows " App pool user(Domain User) " instead of "System(Built in Account)". If i change CRM App pool back to "Network Service" the auditing on specific entity shows as expected. Case (1): When CRM App Pool user is Built in Account "Network Service" the behavior as follows on system fields. Modified By Modified By(Delegate) System (User who triggered action) Case (2): When CRM App Pool user is Built in Account "Network Service" the behavior as follows on system fields. Modified By Modified By(Delegate) DomainUser on App Pool ------- Please let me know what additional rights need to be given to " Domain User " on CRM App pool to update system fields as shown in Case(1)
↧
↧
Forum Post: RE: Can I set owner using OData inside my JavaScript Custom dashboard?
Hi Vaibhav, Web Api doesn't expose you Assign message so there are two ways of doing it docs.microsoft.com/.../actions 1)Create an action, pass parameter and handle the assignment in it. 2)Call the Soap Org service and handle the interaction via soap envelopes. -Shaminder
↧
Forum Post: RE: Add Secure Power BI Reports to Dynamics Client Portal
Hi, Please refer this - https://docs.microsoft.com/en-us/business-applications-release-notes/october18/service/dynamics365-portal/power-bi-embe d You can make it secure and then embed it in Portal using AAD option if you are using azure ad for authentication. -Shaminder
↧
Forum Post: Button getting hidden on ribbon
Hi Community, We are facing an issue in Dynamics 365 after update to v9.0 (current version is 9.1.0.648) from v8.2. After update to v9.0, buttons in the ribbon are getting hidden randomly (but if you click on it, they are working properly) and upon refreshing browser they are visible properly. Please see below given screenshot for more details: Is anyone facing same kind of issue in Dynamics 365 v9.0? If yes, please share the solution for it. Help is much appreciated! Thanks! Hardik Chauhan
↧
Forum Post: RE: coloring text in cell of subgrid
@Ridhima- Modifying the dom isn't supported and should be avoided. @Marina- The better way would be to add different color icons in front of your cell. Please refer - https://docs.microsoft.com/en-us/dynamics365/customer-engagement/customize/display-custom-icons-instead -Shaminder
↧
↧
Forum Post: RE: Pass executionContext from html to JS
Hi Guillermo Zopedro, Can you elaborate what you want to do with the passed context, are you going to use this to access certain fields on your parent page ? -Shaminder
↧
Forum Post: RE: Add Secure Power BI Reports to Dynamics Client Portal
many thanks for your response. Ah so my client is on Dynamics 2016 On-Premise with adxportals installed. So seems we won't be able to use it in this case until they upgrade to Dynamics 365 Online.
↧
Blog Post: Join Your Peers at User Group Focus North America for D365/CRM Deep-Dive Learning
You're invited to join your peers at User Group Focus North America, located in Houston, Texas, March 11-12, 2019 for concentrated Microsoft Dynamics 365 for Customer Engagement & Dynamics CRM education. Register here. User Group Focus is a can't miss, deep-dive training event . Attendees will be able to: Sharpen your skills and learn best practices to further your job role, career, and product investment. Network with peers who are in similar roles and face the same issues on a daily basis. Dig deeper into the topics most pertinent for success in your role. Each 90-minute session is taught by a technical or functional expert and features primarily intermediate-level content. Submit session ideas through December 14 As an event built by users for users, the programming committee relies on the volunteer efforts of the community to provide the most relevant and useful deep-dive session topics. This year's Dynamics 365/CRM tracks are: Advanced Functional - Use scenarios to help key users in an organization better utilize the application Customizer - Topics to enable Dynamics 365/CRM to work for an organization, such as no-code customization Deployment & Upgrades - How to plan, manage, and deploy your instance or upgrade scenario Developer - Advanced, custom extensibility and code-required modifications Submit Session Ideas SUBMIT You will also be able to attend Dynamics 365 for Unified Operations & Dynamics AX deep-dive sessions at no additional charge. Dive in deep and emerge the expert you always knew you could be! Save $100 on registration through January 15. Register Today REGISTER LEARN MORE
↧
Forum Post: RE: Search Entity Lists From Global Search
Hi, Unfortunately, only below entities can be configured for portal global search- Knowledge Article Notes and attachment of a knowledge article are searchable as well. Articles are searchable only if they are published and their Internal Only field is set to false. Blog Blog Post Blog Post Comment Forum Forum Post Forum Thread Idea Idea Comment Idea Forum Web File Attachment content of web files is searchable as well. Web Page Incident Refer the full article here- https://docs.microsoft.com/en-us/dynamics365/customer-engagement/portals/search -Shaminder
↧
↧
Forum Post: RE: Pass executionContext from html to JS
Hello Shaminder, yes of course! I have a "Xrm.Navigation.OpenWebResource" method that opens a new window form. Inside the new window runs some JS scripts with JQuery also. When users clicks on "Close" or "OK" button, I'm not able to close the window in the new User Interface. In current web client still works the "closeWindow(true);" Let me know if you need further info. Thanks in advance
↧
Forum Post: RE: Outlook 365 integration CRM2011 doesn't work
Hi Niraj, We are using COM add-in to connect, CRM version 2011 . We are using the same URL for office 2016 as we are using now. but it kept saying server might be unavailable.
↧
Forum Post: RE: coloring text in cell of subgrid
Hello Ridhima. Thank you for answer. When this function works ? Where you write the call of OfferStatus() function ? I need it works every time when open this subgrid.
↧
Forum Post: RE: How to wrap around legends in charts?
Hello, I'm not an expert in charts but if it's possible then take a look it in Chart Editing Plugin from XrmToolbox plugin.
↧
↧
Forum Post: RE: SSRS does not have Scroll bar in Dashboard
Hi, I'm facing the same issue on an on premise 8.2.1.176 version. Did Microsoft come back to you with a solution? Thanks!
↧
Forum Post: RE: how to restrict the response data size with MSCRM rest API URL
Hello, I don't believe you can restrict the size but you can use paging approach to limit the number of record returned and use paging for getting of all records. Check this post - docs.microsoft.com/.../query-data-web-api
↧
Forum Post: RE: Can I set owner using OData inside my JavaScript Custom dashboard?
//Assign Record //function AssignRecord(Assignee, Target, entityName) { // var request = " "; // request += " "; // request += " "; // request += " "; // request += " "; // request += " "; // request += " Target "; // request += " "; // request += " " + Target + " "; // request += " " + entityName + " "; // request += " "; // request += " "; // request += " "; // request += " "; // request += " Assignee "; // request += " "; // request += " " + Assignee + " "; // request += " systemuser "; // request += " "; // request += " "; // request += " "; // request += " "; // request += " "; // request += " Assign "; // request += " "; // request += " "; // request += " "; // request += " "; // // Get server URL // //var serverUrl = Xrm.Page.context.getClientUrl; // var req = new XMLHttpRequest(); // req.open("POST", encodeURI(window.parent.Xrm.Page.context.getClientUrl() + "/XRMServices/2011/OrganizationData.svc/new_meetingminutesSet"), true); // //req.open("POST", serverUrl, true) // // Responses will return XML. It isn’t possible to return JSON. // req.setRequestHeader("Accept", "application/xml, text/xml, */*"); // req.setRequestHeader("Content-Type", "text/xml; charset=utf-8"); // req.setRequestHeader("SOAPAction", " schemas.microsoft.com/.../Execute& ;"); // req.onreadystatechange = function () { assignResponse(req); }; // req.send(request); //} //function assignResponse(req) { // if (req.readyState == 4) { // if (req.status == 200) { // alert("Meeting is scheduled with Deputy Dean !!!"); // } // else { // alert("Error – " + req.responseXML); // } // } //} Are you able to find any issue with this SOAP call ,, I am not familiar with SOAP.. I am trying this but not succed
↧