Forum Post: RE: Editable Subgrid showing lock symbol for all fields
Hi Troy, Full Name is a composite field and can't be edited in an editable grid. Reference: community.dynamics.com/.../configuring-editable-grids-in-dynamics-365
View ArticleForum Post: RE: How to Delete all the Related child records from all the...
Hi, I would suggest you to go with Out of box Bulk delete job to delete parent entity and it will delete all child entity records. Another approach would be, 1) Create bulk delete jobs for different...
View ArticleForum Post: RE: Get Associated Record Member
You just have to run the following query from JS and if it returns record, then the user is associated. in your script you just have to replace both Account GUID and user GUID int the fetch query You...
View ArticleForum Post: RE: Stream on Interactive Dashboard gives an error (Dynamics 365...
It is indeed a Fetch XML problem, but when I select any other Queue, I get the error. Pretty strange..
View ArticleForum Post: RE: Auto Refresh The Dashboards
You will have to create new HTML Web-resource and paste the above code in it and save and publish and then drop the web-resource in the dashboard Please see below Click on Text Editor, and in the modal...
View ArticleForum Post: XrmServiceToolkit.Rest.RetrieveMultiple Store result locally
Hello community , I have doubt I need your confirmation please Actually i am tring to retrieves record using XRMSERVICETOOLKIT (javascript ) this is my query...
View ArticleForum Post: RE: Stream on Interactive Dashboard gives an error (Dynamics 365...
And if you change the Queue Item View? Is the Queue Item View "Items available to work on" modified"? FetchXml of the view should be like this:
View ArticleForum Post: RE: Is it possible to have the Account get pre-populated on the...
Hi, I hope Account lookup data is populated on Accumulator record and name of lookup is "new_client". From which line of code it is coming. Can you debug the code....
View ArticleForum Post: RE: Is it possible to have the Account get pre-populated on the...
Yes, on the Accumulator record, there is an account field that is populated already. This field is called, "new_client" What specific info do you want me to capture for you? When I go from Accumulator...
View ArticleForum Post: RE: XrmServiceToolkit.Rest.RetrieveMultiple Store result locally
You can very well pass it to other function in the same event i.e as in when you call the function----- > NewFunction(new_CategoryId ) and do something with it in the function. what is your...
View ArticleForum Post: RE: Getting Data from lookup field from another entity
It's Working Thank You !
View ArticleForum Post: RE: Getting Data from lookup field from another entity
One another question : contact added on for parents should be visible for child too, but contact added to child should not be visible for other childs. please help
View ArticleForum Post: RE: Retrieving Users from Access team template from an entity record
Hi Rawish, Since i need this at the client side, i am trying to use Xrm.WebApi.retrieveMultipleRecords by passing the same query i.e. the fetchxml from the above mentioned Urls. Still No luck. Did you...
View ArticleForum Post: this issue is related plugin while creating and update appointment
Plugin written for appointment for N number of Opportunities with same account and in Account Entity – Dealer is YES A Plugin is written for Appointment entity to create appointment and Update...
View ArticleForum Post: RE: Not able to find email designer in marketing module
Hi, Please find below screen-shot, I can't find marketing module to install. Kindly check whether I am in correct form.
View ArticleForum Post: RE: How to automatically Finish a workflow
I'm not referring to moving to the last stage, I'm referring on how to trigger the FINISH button on the last stage of my BPF.
View ArticleForum Post: Customize chart
Is it possible to apply a filter during the vertical and horizontal selection of field value in customer chart properties?
View ArticleForum Post: RE: Retrieving Users from Access team template from an entity record
I was able to do it using web API as well. Please find below the steps: 1. Open the CRM REST Builder solution, you will find the option "Predefined Query". 2. Select the option of fetch xml from the...
View ArticleForum Post: RE: Retrieving Users from Access team template from an entity record
Hi Rawish, I was able to do that using web Api as well. Please check below the steps along with snapshots. Hope that helps!!
View Article