Only few Users are getting below error in CRM 2015. Those users are using custom role. Rest of the users can access cases using same custom Role. Any idea, if we are missing something.
↧
Forum Post: Insufficient Permissions -- in CRM 2015
↧
Forum Post: RE: Insufficient Permissions -- in CRM 2015
Can you assign system admin role to them once. After that remove it and give them the original custom role then try. Its a trick that worked for me.
↧
↧
Forum Post: RE: Insufficient Permissions -- in CRM 2015
Hi, When you are creating the Custom Role, I hope you did a Copy of Existing role, if not make sure you do that, This is a typical scenario when you create a Role from scratch and more chance of missing some permissions.
↧
Forum Post: RE: Add to marketing list using advanced find fails
Did Microsoft ever resolve this matter? We have tried the suggested global auditing setting suggestion and it does fix the bug but at what cost Charles? Thanks
↧
Forum Post: RE: Insufficient Permissions -- in CRM 2015
hi Prashant, Yes I tried, it works for me also. we have almost 700 Users and we did for almost half of User Accounts. it worked well. but next day, server was restarted due to regular maintenance. After that it comes again for some Users. can't figure out what went wrong.
↧
↧
Forum Post: RE: Insufficient Permissions -- in CRM 2015
I would suggest try it again. After that try clearing the cache.
↧
Forum Post: RE: Insufficient Permissions -- in CRM 2015
hi, these roles were created in CRM 2011 versions. we have upgraded the system to CRM 2015. but this custom role is working for some Users but not for some.
↧
Forum Post: RE: Insufficient Permissions -- in CRM 2015
we tried 3rd time yesterday. we can't do everyday for big number of Users. i really want to know a root cause.
↧
Forum Post: RE: Business rule execution in CRM Portal
hi guido, rules i created are for locking fields and setting field values on selection of an optionset. it does not work. i also tried setting the scope to the specific custom form i am using for the portal but it did not work as well.
↧
↧
Forum Post: RE: i am getting this error given key is not found
if(context.InputParameters.Contains("Target") && context.InputParameters["Target"] is Entity) { if (context.MessageName.ToLower() == "update") { Entity contact = context.InputParameters["Target"] as Entity; //Entity PreImagecontact = context.PreEntityImages["Preimage"] as Entity; Entity PreImage = (Entity)context.PreEntityImages["PreUpdateImage"]; if (contact.Attributes.Contains("fullname")) { if (contact.Attributes["fullname"].ToString() == PreImage.Attributes["fullname"].ToString()) { throw new InvalidPluginExecutionException("jobtitle is not changed"); } } else if (contact.Attributes["fullname"].ToString() != PreImage.Attributes["fullname"].ToString()) { throw new InvalidPluginExecutionException("jobtitle is changed"); } } i am getting error at entity Preimage, i have registered correct one
↧
Forum Post: RE: Dynamic CRM 2011 Website "This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It’s possible that the webpage is temporarily unavailable. "
I am having the same problem and tried most/all of the suggestions. The deal is: mydomain.domain.com leads me to the login page, I login, then 404; if I add /main.aspx it opens up the desired app
↧
Forum Post: RE: Get current user login in portal
on my latest portal instance, it can now autopopulate with current user login
↧
Forum Post: How to create a custom product filter by Supplier report in Order Form
Dear all, I have the order form for which has been generated by closing a customer quote for processing. Then next steps is to process this order in order to send order to different suppliers. In my quote, I have a list of product from the quote which has been inserted and can belongs to different supplier. What I am trying to accomplish is to produce a PO report by supplier. As the order data from my form are all what I need, I simply need to create a customer report from that Order form in order to generate different PO for different supplier. For that I nee to be able from my report template to select from a list box a list of supliers which can bee identified by the product owner. Then user will select the correct supplier from the filter parameter on the report and then the product report data will only extract product to be order for selected suppllier provided by the report paramters Any idea how to do that stuff ? regards serge
↧
↧
Forum Post: CRM Context.Depth issue
have this scenario which is causing the Depth issue in CRM I have a Entity (EntityA) which has 3 Boolen flags (A1, A2, A3). There are 3 workflows mapped to the entity (WorkflowA1,WorkflowA2,WorkflowA3) I have another Entity (EntityB) which has one Boolean Flag (B1). There is 1 workflow attached to this entity (WorkflowB1) The data is in this mapping. For a record in EntityA there will be multiple records in EntityB (Parent - Child data). Here is the flow. On Setting of the Flag A1, the WorkflowA1 starts. This workflow (WorkflowA1) just gets the corresponding records in EntityB for the current record of EntityA. After retreving it sets all the B1 flag to True. This gets the WorkflowB1 started on records of EntityB. On completition of WorkflowB1 it would set the flag B1 back to false. In the mean time the WorkflowA1 would monitor the flags to be changed back to false. One all flags are of corresponding records of entityB are false, this concludes the WorkFlowA1. On Completion of WorkFlowA1 it sets the flag A2 to true. The flag A2 = true kicks up WorkflowA2. After this completes, it sets the flag A3 to true. The flag A3 = true kicks up WorkflowA3. After this completes it indicates the completion of the whole process. The Workflow3 does the heavy work and during this process lot of plugins on other entities fire. I had a issue where i got the error "Pluginfailed" . On further looking at trace I found out it was complaining about depth. So I put in some logging. Here is what I found out : WorkflowA1 : Depth is 1 WorkflowB1 : Depth is 2 WorkflowA2 : Depth is 3 WorkflowA3 : Depth is 3 I am not sure why it is treating the WorkflowA2 as depth 3. I can understand WorkflowB1 running at depth 2. Because of this and some plugins, my process fails. I do not have an option to look at the plugin implementation. Is there anything I can do so that at least WorkflowA1,WorkflowA2,WorkflowA3 run at depth 1 only. Any pointers will help. Please let me know if any additional information is required. Thanks, Girija Shankar
↧
Forum Post: RE: New Developer Toolkit Available
Required valid US Work Authorization. Position Title(s) : MSCRM Developer Location : Columbus, GA & Washington DC. Type : Contract Job Roles/Responsibilites • Design & Development of new modules in MS CRM 2016 • Providing in-depth knowledge of the Microsoft Dynamics CRM platform and evaluate customer’s business processes against the standard CRM functionality • Configuring and customizing the Microsoft Dynamics CRM platform to achieve the customer’s business requirements • Oversight of data integration and data migration projects • Implementation of customization directives related to Dynamics CRM • Testing and troubleshooting • Consult with upper management on efficient project implementation • Hands on experience in configuration and customization of Dynamics CRM Best Regards, Ajay Joshi IT Recruiter
↧
Forum Post: RE: How to create a custom product filter by Supplier report in Order Form
Require valid US Work Authorization. Position Title(s) : MSCRM Developer Location : Columbus, GA & Washington DC. Type : Contract Job Roles/Responsibilites • Design & Development of new modules in MS CRM 2016 • Providing in-depth knowledge of the Microsoft Dynamics CRM platform and evaluate customer’s business processes against the standard CRM functionality • Configuring and customizing the Microsoft Dynamics CRM platform to achieve the customer’s business requirements • Oversight of data integration and data migration projects • Implementation of customization directives related to Dynamics CRM • Testing and troubleshooting • Consult with upper management on efficient project implementation • Hands on experience in configuration and customization of Dynamics CRM Best Regards, Ajay Joshi IT Recruiter
↧
Forum Post: RE: CRM 2013: Change the owner of Processes
Required valid US Work Authorization. Position Title(s) : MSCRM Developer Location : Columbus, GA & Washington DC. Type : Contract Job Roles/Responsibilites • Design & Development of new modules in MS CRM 2016 • Providing in-depth knowledge of the Microsoft Dynamics CRM platform and evaluate customer’s business processes against the standard CRM functionality • Configuring and customizing the Microsoft Dynamics CRM platform to achieve the customer’s business requirements • Oversight of data integration and data migration projects • Implementation of customization directives related to Dynamics CRM • Testing and troubleshooting • Consult with upper management on efficient project implementation • Hands on experience in configuration and customization of Dynamics CRM
↧
↧
Forum Post: RE: Workflow triggered by Change will not run for some users
The fix was that I had to give User level Read, Create, and Write access to the System Job entity for the Role the user was running with. If the process ran under almost any circumstance the workflow ran without issue, but for processes ran from the SDK using impersonation where I set the CallerID the workflow failed with missing Read and Create permissions to System Job. Adding these permissions to the role allowed it to run without issue. As to why there's a difference between processes running with Impersonation verses those without I'm still not sure. I've researched this, but I can't find anything saying why this would be so. If anyone knows I'd love to know, but just note any SDK call using Impersonation (setting CallerID) that could cause a workflow to fire it will need these permissions on System Job entity.
↧
Forum Post: RE: What's Your Preference On a CRM and Sharepoint Folder Structure?
Is this feature to auto create folders new with CRM 2016? I don't see this in any of our CRM 2013 or 2015 environments. Just curious. But as far as I know there's not a folder limit on what you can create but there is on what you can view. We have all our Account folders in one SharePoint folder, and I get this when browsing to it in SharePoint: This view cannot be displayed because it exceeds the list view threshold (12000 items) enforced by the administrator. To view items, try selecting another view or creating a new view. If you do not have sufficient permissions to create views for this list, ask your administrator to modify the view so that it conforms to the list view threshold. I think 5000 is default but I guess our admin changed it to 12000... at any rate we have all of our account folders in the same SharePoint site path, and it's well over this limit and works well.
↧
Forum Post: RE: What's Your Preference On a CRM and Sharepoint Folder Structure?
Think you might have misunderstood. Did you check out the link in that post? It isn't about necessarily viewing being a limitation, the limitation is around sorting columns when you have more than 5000 items. You can view all the items but you can't sort after 5000. I'm at a fairly small organization and am worried about quickly hitting the limit, I can't imagine what bigger organizations do. Again, circling back to my original question, does anybody do "nest under Account" or just don't nest period?
↧