Forum Post: RE: AddUserToRecordTeamRequest/RemoveUserFromRecordTeamRequest...
This is On Premise solution and the logic is in synchronous workflow..im wordering if we could separate the logic out from workflow and process asynchronously.
View ArticleForum Post: RE: AddUserToRecordTeamRequest/RemoveUserFromRecordTeamRequest...
Yes, you should try to use the Asynchronous workflows/plugins as and when possible in this case as it definitely would show some improvement in performance. But also try if you can get down the number...
View ArticleForum Post: RE: Can I make appointments feed through to a shared calendar?
I'm looking to do something similar. Maybe a workflow or business rule that adds the shared calendar's email address to the appointment's "To" field?
View ArticleForum Post: RE: Getting Error on Registering a Plugin
Solved the problem. Thanks for all the responses.
View ArticleForum Post: RE: Custom Workflows or Reports?
This need custom development for sure. But you are giving limited space for solutions. You can do console app in C#, this can be scheduled in Task scheduler for recurrence. This has to use...
View ArticleForum Post: RE: Need help why this Js code is not working
Verify all the controls is intact in header. Debug & see the variables are populating as expected. Also check is it going through the desired code check conditions. Take the fetchxml result &...
View ArticleForum Post: RE: Extending audit functionality to include read access to Cases
Old thread, but have a quick question. If we audited using SQL, any idea how we would be able to indicate which CRM user was initiating the SELECT call? Wouldn't all calls be attributed to the...
View ArticleForum Post: Revoke Team Member's Access to Single Case When Case Owned By Team
Hey all, Our security model is set up such that Teams own Cases. Client has a requirement whereby they want to revoke access to a specific Case for a single user who is a member of the Team that...
View ArticleForum Post: RE: Revoke Team Member's Access to Single Case When Case Owned By...
Replicate the team without the user and make this new team the owner of that record ?
View ArticleForum Post: RE: Revoke Team Member's Access to Single Case When Case Owned By...
But say this happens 10 times with 10 different users over the course of a few years. You would now have 11 teams all trying to manage the same business area. Would be impossible to manage.
View ArticleForum Post: RE: SubscriptionTrackingDeletedObject and ActivityPartyBase...
If this is affecting your production instance, having high business impact - you can ask MS support to increase the ticket priority to High & get the resolution fast.
View ArticleForum Post: RE: MSCRMWorkflowUtilities import
Thanks for responding Radu, I went to the website you suggested but I'm not sure this is what I am looking for. I need the SetStatus cascading feature to deactivate a record and all of it's children....
View ArticleForum Post: RE: Revoke Team Member's Access to Single Case When Case Owned By...
With BU team or owning team this is impossible to address. You may have to switch to Access teams, where the members can be added/removed any point of time.
View ArticleForum Post: RE: 'LookupObjectsWithCallback' is undefined - show lookup dialog...
It’s totally supported, even introduced in v9 only. Check this with your code www.inogic.com/.../show-lookup-dialog-in-dynamics-365-v9-0 You can debug & see what’s wrong & where. Share the code...
View ArticleForum Post: RE: MSCRMWorkflowUtilities import
Ok, codeplex solution is not getting updates, archived solution only works for 2011/2013 versions. I see issues reported there for 2015. Github solution is latest & works in all latest versions...
View ArticleForum Post: RE: SPKL Task Runner Not working after cloning repo onto a new...
You can log an issue in SPKL github repo, Scott will be actively looking at it. github.com/.../spkl
View ArticleForum Post: RE: How to completely Deinstall/Delete D365 App for Outlook for...
Looks like you have to ask users themselves to do it. That’s what documented. docs.microsoft.com/.../dynamics-365-app-outlook-user-s-guide May be some poweshell or sccm package can do it in bulk for...
View ArticleForum Post: RE: Dynamics 365 app for outlook - Campaign lookup is disabled on...
Check the “Enable for mobile” & uncheck “Read-only in mobile” for campaign entity. I read somewhere Outlook app will be using IE as rendering engine & that’s why getting client as web. We...
View ArticleForum Post: RE: Dynamics 365 app for outlook - Campaign lookup is disabled on...
I raised a support ticket with MS on this one and found that this is a limitation with the Outlook Client, as it uses Unified Interface . There wasn't any work-around too for the issue. Here's the link...
View ArticleForum Post: RE: Need help why this Js code is not working
Hi Faisal, Did you move these fields from one stage to different stage on business process flow? When you load the form, the fields are on the active (visible) on BPF stage or some other stage. The...
View Article