Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all 79901 articles
Browse latest View live

Question about Microsoft Dynamics 2015 and errors that are generated in event log

$
0
0

Hi

Trying to resolve this problem that we have in our test and production servers.

Although everything from the application side is working (for now), these errors are constantly generated in event log.

Log Name:      Application
Source:        MSCRMMonitoringTest
Date:          04/04/2018 10:52:53
Event ID:      18702
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      CRM.xyz
Description:
Monitoring test failed: Test Title: Verify active crm keys exist for the deployment.: Machine: CRM: ServerRole: AsyncService
Test Log:
Key 'CrmTicketKey' is not activeKey 'CrmWRPCTokenKey' is activeKey 'CrmEmailCredentialsKey' is activeKey 'CrmTicketKey' is not activeKey 'CrmStaticVersionScaleGroupKey' is activeKey 'CrmWRPCTokenKey' is active.

Log Name:      Application
Source:        MSCRMKeyGenerator
Date:          04/04/2018 10:52:53
Event ID:      18949
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      CRM.xyz
Description:
The current active key (KeyType : CrmTicketKey) is expired.  This may indicate that a key is not being regenerated correctly.  Current Active Key : CrmKey(Id:01234-, ScaleGroupId:00000000-0000-0000-0000-000000000000, KeyType:CrmTicketKey, Expired:True, ValidOn:03/23/2018 10:11:49, ExpiresOn:03/25/2018 10:11:49, CreatedOn:03/23/2018 10:11:49, CreatedBy:NT AUTHORITY\NETWORK SERVICE.  Key Setting : CrmKeySetting(Id:012345, KeyType:CrmTicketKey, KeyLength:128, KeyGenerationInterval:24, KeyTimeToLive:48, CryptoTimeToLive:24, Algorithm:HMACSHA256, ArchiveLength:1, Enabled:True, ActiveKeys:[ScaleGroupId=00000000-0000-0000-0000-000000000000,ActiveKeyId=012345])


After all of this, I've found some articles on the internet that I should:

1. Restart Async Services
2. Running Execute Microsoft.Crm.Tools.WRPCKeyRenewal.exe with parameter /R  and IISReset command. Also restarted the server afterwards.

 
I did so... and these events to not generate themselves for a day or two.
Afterwards, everything gets back as it was before. Any ideas or suggestions how to resolve these errors permanently?

Regards


MSCRMToolkit Executables for Workflow Execution Manager?

Security Based Form

$
0
0

I just created a new form for a specific security role to use. Problem is they have been using a different form and will no longer have access to that form. When i remove access to the original form and give access to the new form nothing opens because the original form is still being cached. How to i reset it so when users open up a record they don't get an error and the new form will open? We don't want them to have access to the old form. 

Business process flow multibranches

$
0
0

Hi,

I try to make my business process flow as below.


I'd like just to show the stage according to record on step 1
How can i do that. actually, i have added a condition in my business process to hide step3 and step4, and display only step2.

Call CRM Web API from Plain html

$
0
0

Hi,

I want to call CRM web api's from plain html, My request below works fine within CRM but when i pass the credentials i am getting unauthorized message in Fiddler.

<html>
<body>
<button onclick="myFunction()">Update CRM</button>
<script>
function myFunction(){
debugger;
var entity = {};
entity.edb_applicationcreationinelements = true;
var crmUrl = "https://aaaa.aaa.com";

var req = new XMLHttpRequest();
req.open("PATCH", crmUrl + "/api/data/v8.2/opportunities(fieldname='123456')", true);
req.setRequestHeader("OData-MaxVersion", "4.0");
req.setRequestHeader("OData-Version", "4.0");
req.setRequestHeader("Accept", "application/json");
req.setRequestHeader("Content-Type", "application/json; charset=utf-8");
req.setRequestHeader("If-Match", "*");
req.setRequestHeader("Authorization", "Basic " + btoa("username:password"));
req.onreadystatechange = function() {
if (this.readyState === 4) {
req.onreadystatechange = null;
if (this.status === 204) {
//Success - No Return Data - Do Something
} else {
alert(this.statusText);
}
}
};
req.send(JSON.stringify(entity));

}

</script>
</body>

</html>

Thanks,

Subramanya 

CRM Mobile, Quick View Form does not display

$
0
0

Hi,

I just want to put a quick view form, to show related records with a lookup field onto a form.

It is working on the desktop browser.

But when open in Mobile App, the quick view form just disappear.

I even tried with only text field in the quick view form, still not show.

Is Quick View Form not supported on the mobile?

Thanks for any suggestions.

Regards,

Zhenyu

Change "DateTime" format into "Date Only" from existing record.

$
0
0

I have a "DateTime" field and declared the format as Date and Time. But it saves the date as UTC format. when I fetch data in the plugin then it shows the one day back DateTime (UK DateTime).

After few months I changed it to "Date Only" format. Now it picks the local DateTime.

Problem is how to convert DateTime from all record which was created at that time.

Incoming Email set Activity Status as Sent

$
0
0

Hi,

I am working on a requirement where i m sending feedback from any page and thats coming as a CRM email.But that email should come as status "Received" but its coming as "Sent" and throwing error on load --> "Lookup Control error . Cannot add item=typename to the lookup control" 

Thanks for the help!


Web Page not displaying in Partner Portal

$
0
0

Hi All,

I have Lead View Web Page which is not rendering, when i click on it, it is showing Dashboard page.

Note : I have set Proper Entity View and Access control Rule to View Lead Web Page.Created Web Roles which is assigned to contact and i have added Entity Permission in it. I have compare my setting with Opportunity Web page which is working fine.

Please suggest me what i am missing.

Thanks,

Shahbaaz

Custom view

$
0
0

I want to see the records based on owner of the records...How can I do that??

Editable Grid option is not coming in Add Control in Trial Instance

$
0
0

Hi All,

Editable Grid option is not coming in Add Control in Trial Instance. Any idea on this.

I had a query "what will happen with existing Private Views in case we enable the Editable Grids for the entire entity".

Thanks

Amit Kumar Rath

Portals: Is it possible to allow certain users to import from the Excel file?

$
0
0

Hi Guys,

do you have any idea if this could be supported? E.g. if we allow dealers to upload the data instead that they send emails to CRM user who import it later on..

BR;

Miha

Word template: Is it possible to add QR code into Word template?

$
0
0

HI Guys,

has anyone any experience with QR codes and Word templates? I would like to put some CRM data into QR code and show it on Word template.

BR,

Miha

How to integrate whatsapp with mscrm for sending and receiving msgs?

$
0
0

Hi,

How to integrate whatsapp with mscrm for sending and receiving msgs?I tried the following code referring to a blog but I was unable to generate password(Highlighted in blue color)?Can anyone help me to  do so.

 WhatsApp wa = new WhatsApp("your number", "your password", "xyz", false, false);
    wa.OnConnectSuccess += () =>
    {
        Response.Write("connect");
        wa.OnLoginSuccess += (phno,data) =>
        {
            wa.SendMessage("to", "msg");
        };

        wa.OnLoginFailed += (data) =>
        {
            Response.Write("login failed"+data);
        };
        wa.Login();
    };
    wa.OnConnectFailed+= (ex)=>
    {
        Response.Write("connection failed");
    }

Editable Grid Feature

$
0
0

Hi,

What will happen with existing Private Views in case we enable the Editable Grids for the entire entity.

Thanks

Amit Kumar Rath


Topic as Lead Name

$
0
0

Hi Experts,

I want to change Lead Name as Topic and not as Fullname (Contact). Any supported customization I can do to change this  ?

I'm using Dynamics 365.

Launch page through standard windows command on custom ribbon button

$
0
0

Hi experts,

My client houses some some data internally which they refer to regularly on their network database server.

I would like to create a button which launches and opens the directory via a simple File Open Command and Network Share/UNC Path. 

Can I launch a command like below? Kindly explain the approach I can take for this.

Command:

  • ShellExecute(0, PChar('Open'), PChar(xHelpFile), '', '', SW_SHOWNORMAL) <= 32

Where

  • xHelpFile = ‘\\DSICRM\CtelWin\Online Help\SW Latest\DSISWHelp.chm’

Thanks,

Jon

Translation for "Enter a note"

$
0
0

I am looking for the translation for the text "Enter a note" that appears as the watermarktext when adding a Note in the Notes section of the social pane.

I have found where I can translate the tooltip, but it makes no sense to translate the tooltip without translating the watermarktext.

Exporting Solution From Sandbox Environment

$
0
0

Hi folks,

I'm trying to export a solution from my sandbox environment however I have getting the below error:

Failed to export Business Process definition because solution does not include corresponding Business Process entity. If this is a newly created Business Process in Draft state, activate it once to generate the Business Process entity and include it in the solution.

It looks as though all of our BPFs have been activated and that there are none in draft, I've tried the below:

  • Checked all BPF for errors
  • Removed all BPF that are in draft
  • Added any reliant BPF entities
  • Re-activated already active BPF
  • Checked any forms I’ve created for BPF (aren’t any)

Any help would be appreciated.

Thanks,

J

Remove content from portal

$
0
0

Hi All,

I want to remove below content, how can i remove it,

Note : View Lead has View lead details child web page. I am able to remove "IN THE SECTION" text but not able to remove the file icon before it and also View lead Details link


Viewing all 79901 articles
Browse latest View live