Forum Post: RE: deactivating workflow using web api generates error
Can you provide more detail on how you were able to update StateCode and StatusCode on workflows ? I always get the following error : { "error": { "code": "0x80045002", "message": "Cannot update a...
View ArticleForum Post: RE: deactivating workflow using web api generates error
Hi, You may find this article helpful.
View ArticleForum Post: RE:...
Hi Ravi, Sorry Im using the webresource control not IFrame. I tried it by below code, it still errors out function showHidePostalAddressWebResource() { var SameAsAddressCheckbox =...
View ArticleForum Post: RE: Multiple Documents on Entity Navigation and SP Documents not...
What if you remove the other document link (i.e. second one), then also the documents stopped working? I haven't seen this before? Can you share some details on your sharepoint set up i.e. how many...
View ArticleForum Post: RE: Need to click OK twice in order to save activities
Hi, I have seen this behaviour and the workaround is to come out of the description field by clicking outside of the field (I know not a feasible workaround). Subject is a single line text where as...
View ArticleForum Post: RE: Inherited security roles were not renamed even though the...
Hi, I just tried it and it worked as expected i.e. name is updated for all security roles. I have tried both custom as well as system security roles and it worked fine. Can you double check if these...
View ArticleForum Post: RE: Last Activity Date of an account and its contacts should be...
Hi Varma, Do you want to cconsider the activity where the account or its related contact is added as regarding or added as activity party in to, cc, bcc field? If regarding, you can write a workflow on...
View ArticleForum Post: RE: doubt related my work
Hi, It appears that you have some other entity as well which stores these settings and from this setting plugin code is retrieving the prefix and setting it on the field "pcl_financialyear" and also...
View ArticleForum Post: RE: CalculatePrice Plugin does not triggerd on Version 1710...
Hi, Can you share more details on the registration properties of the plugin? Is it registered on create of quotedetail record? What makes you think that the plugin is not triggering, is there you are...
View ArticleForum Post: RE: Inherited security roles were not renamed even though the...
Hi Ravi! Thanks for the reply. What's strange was, we renamed the Security Roles in DEV environment. Put the security role renamed in a solution and deployed to our higher environments. In 2 of our...
View ArticleForum Post: RE: Inherited security roles were not renamed even though the...
Try renaming to something else and then see if it works ..possible that it didn't work just for that instance and may work again. Like the classic restart solves most of the problem :)
View ArticleForum Post: RE: Facility/Equipment entity ribbon uncustomizable
Hi Simone, It appears to be some issue with Ribbon Workbench tool wherein it is not considering the Facility/ Equipment entity for ribbon customization. However you can still customize ribbon using the...
View ArticleForum Post: RE: Inherited security roles were not renamed even though the...
Hi Ravi, I tried but same issue. NOT ALL of the inherited security roles were renamed. I guess I'll log a ticket to MS to know more about the issue. Thanks!
View ArticleForum Post: RE: Need to click OK twice in order to save activities
Hi Andrew, I tried the same operation in my environment(V9.1 Online) and I found that if I add tasks, I would meet the same issue but when I adding phone calls follow sequences(subject->...
View ArticleForum Post: RE: doubt related my work
Check your setting entity and paste your full code here for checking, this is depend on the setting entity and how you are using that configuration.
View ArticleForum Post: RE: Set resolution date for imported data
Hi Adrian Thanks for this, however I think i need to rephase the question. I am aware onhow to close a single case with current date. The issue is I have 5000 cases that ahave been imported into...
View ArticleForum Post: RE: Pass values between forms
Hi Goutam, Thank you so much for this great response. I have only one question here. If I open bank details form directly it will give me error. How can I handle this error? Is there any way to check...
View ArticleForum Post: RE: doubt related my work
Hi SIr, Here is code ... // Auto Numbering Plugin namespace PCL.AutoNumberingPlugin { using System; using System.Collections.Generic; using System.Configuration; using System.Globalization; using...
View ArticleForum Post: Liquid: How to handle null in result of fetchXML
{% fetchxml my_query %} ..... ..... I am using fetchXML with liquid in web template for ADX portal. The code below works fine when I provide valid ID {% if my_query.results.entities %} {{...
View Article