Quantcast
Channel: Microsoft Dynamics CRM
Viewing all 137182 articles
Browse latest View live

Forum Post: Related Lookup field disabled in editable grid?

$
0
0
This seems to be a straight forward arrangement but I just cannot make it work... I have three entities - Skill Areas, Skill Groups and Staff Skills - preparing to setup a hierarchical arrangement so that when users create a Staff Skill record, user can first select a specific Skill Area and when user tab to the Skill Group field, only Skill Groups related to the selected Skill Area will be displayed for selection. This setup runs fine on the Staff Skills main form. But when I adapt this arrangement to an editable grid, the Skill Area field works fine... Yet the Skill Group field not - the magnifying glass icon looks like disabled / grayed out... Once I uncheck "Only show records where" setting for the Skill Group Lookup field, the field immediately work - but showing all Skill Groups not related to the selected Skill Area of course. I wonder if there is some restriction for this OOB editable grid. Has anyone experienced such situation before? Can anyone share some thought on how to work on this? Thanks

Forum Post: RE: Issue with HTTP WEB API Request

$
0
0
Hi shabazz you can use the retrievemultiple method to retrivve account related opportunity. Pls refer the below sample code which gets all the contact info for an account. Xrm.WebApi.retrieveMultipleRecords("account", "?$select=name&$top=3&$expand=primarycontactid($select=contactid,fullname)", 3).then( function success(result) { for (var i = 0; i < result.entities.length; i++) { console.log(result.entities[i]); } // perform additional operations on retrieved records }, function (error) { console.log(error.message); // handle error conditions } ); //Refer below for more info. docs.microsoft.com/.../retrievemultiplerecords Hope this helps. Pls mark it as Answered/Verified to close the thread if suggestion resolved your query

Forum Post: RE: Is it possible to write back the data into CRM from a custom grid on the MS Portal?

$
0
0
That is true. The problem by jquery ajax call is also authorization, because dynamics crm portal is seperate application. I think ajax call is terminated, because portal user is not authorized to do CRUD operations over CRM data. Am I right? We would be very thankful if you could suggest us different approach to save changes made on portal back to CRM. I know it is possible to create .aspx site that is hosted in Azure and include it to our portal. But we are trying to find different way to postback data (without Azure hosting).

Forum Post: Business Process Flows - Active For field

$
0
0
Hi All, I have a requirement to access the Active For field of business process flow in one of public view. is it possible to access this field in OOB view? Thanks in Advance.

Forum Post: RE: Export Solution from CRM version 9 and import in CRM version 8

$
0
0
Hi, as written on your link it is known bug. You should open a MS support ticket. They maybe have a fix for your case. You should hurry because probably some part of your customizations aren't supported or have not the same behaviour on 8.2 => you should retest it all before going live.

Forum Post: Error when trying to enable languages for your organization

$
0
0
Hi, I'm trying to enbale languages ​​to my organization(english 1033), but I'm getting an error. It says that the property does not exist. I am a system administrator. Is it possible to enable languages ​​via PowerShell or some programmatically way. Thanks in advance!

Forum Post: RE: MB2-715 Exam material

$
0
0
Hi Raed! If you do not have access to Imagine Academy, the only option you have is to take Abhay's mastery program for CRM 2016, skip the deployment part, and follow the rest, while keeping in mind the differences between the two versions. If I was you, I would inbox Abhay on Udemy! I know it is super unfortunate and I get a lot of complaints from people just like you about the lack of resources to get started.

Forum Post: RE: ApiOriginalExceptionKey workflow failure.

$
0
0
Hi Khoa - Thank you for your suggestion. I have just stumbled upon the issue. In the customer's solution, Status transitioning had been activated with no rules. This is the reason it would not allow the Incident Status to change from the workflow. Interesting that this rule was applied via the SDK and not only client side. Cheers for now. Jarrod

Forum Post: RE: Opportunity business process flow - going back a stage

$
0
0
Hi, this could be one of the reason that stop you from moving to previous stage, give a try. alexmscrm.blogspot.my/.../dynamics-365-hit-error-when-trying-to.html

Forum Post: Is it possible to show Form Notification only when BPF is finished ?

$
0
0
Hello, Is there any possibility to show "formNotification" only after user clicks on Finish Process in BPF ? Thanks in advance ! Poojan Bhayani

Forum Post: Real time workflows, child workflows and actions

$
0
0
Hi All, I've got an interesting symptom where I have a real time workflow which calls another RT child workflow, which updates a record, and the parent step immediately after the return from the child workflow tests and fails to see the update. In fact this challenges my understanding of RT workflows so much I can hardly believe I haven't made some obscure mistake. The update is however displayed via the UI, obviously after a delay many orders of magnitude greater than the time it takes to start executing that next step test in the parent workflow....?? Both workflows have the same record as their context - the child is really just a "subroutine" with some common "code" in it - perfect situation to use an Action really, but a child workflow requires less fiddling. In order to resolve the problem quickly I intended to re-enter the child steps in the main workflow to avoid the workflow failure this symptom causes (they do work there), but was deterred by the tedium of retyping all the steps a number of times over - there are two or more other places needing this set of steps. So I retyped the child workflow as an Action (first time ever actually, have never found a need), and guess what, the Action does exactly the same, it updates the record but the calling workflow does not see the result, which does subsequently appear in the UI as expected. In this test I passed the record as an entity reference input, but tested using the calling workflow record context after the Action executed. Finally to cover all bases, I then created an output entity reference in the Action, and compared results in the calling workflow after the Action had executed, and now the calling workflow can see the changes....not in the calling workflow record context, but in the output reference record. Is this a bug or a misunderstanding on my part? Anyone care to comment? Cheers, Mike

Forum Post: RE: CRM 2013: Base Language not showing

$
0
0
All, Good news! MS has decided to work on this issue, but there is currently no ETA as to when a fix will be available. Bjorn

Forum Post: RE: How to hide add new + button in a sub grid

$
0
0
+ button on the sub grid ribbon as follows. Thanks.

Forum Post: Generate Document templates using C# batch job

$
0
0
We have some word document templates uploaded in CRM,but we have requirement to generate data in these document templates and save that documents in Shared folder Is there any way to achieve this functionality.

Blog Post: Visual Studio Error Solved:The property could not be read/written because the language service returned an unknown error

$
0
0
One of my products has been acting “funny” for a while and I have not been able to figure out what exactly the problem was, until this past weekend. I display the application version number on the status bar and after an update (unknown as to what, Windows, VS, or what), it started showing 0.0.0.0.  […]

Forum Post: RE: An unsecured or incorrectly secured fault was received from the other party. Random error while creating service object.

$
0
0
Hi, have you found any solution? I am struggling with the same error...

Forum Post: RE: How to hide add new + button in a sub grid

$
0
0
Hi Dineth, You may want to try hiding ADD NEW {0}, and two ADD EXISTING {0} if it is N:N relationship.

Forum Post: RE: How can I add more than 6 Widgets in a Dashboard?

$
0
0
Hi. If you're using CRM Online, it's not possible. If you're using CRM On-premise, refer this post: msdynamicscrmblog.wordpress.com/.../how-to-change-the-dashboardsettings-of-maximum-controls-limit-in-dynamics-crm20112013

Forum Post: RE: How do we assign the Customer Lookup value to Another Customer Lookup In Plugin(D365)

$
0
0
Hi , For the above mentioned code. when the Value is coming from Contact entity to the Customer field in (new_Employee) (Entity) it was getting assigned to the customer filed of (new_department)(Entity) But when the Value is coming form Account Entity the to the customer field in (new_Employee)(Entity ) it is throwing the below mentioned error in the (new_department) (Entity) Contact With Id = 25b223365-cqac-e811-80d6-885056ae98be Does Not Exist Regards, Krishna.

Forum Post: Dynamic Excel Export Risk

$
0
0
Hi friends i am Dynamics CRM 2011 Administrator many users use dynamic worksheet for querying data in CRM, and some industries have even created "systems" within excel. I wonder if the constant query might overturn my database. My fear is when they start conducting queries they can topple my bank. Is there any method to block the dynamic query? Right of access etc Thanks
Viewing all 137182 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>