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

MSCRM (log file and batches , backend)

$
0
0

hello friends,

I am new in crm , 

actually 2 batch running in backend that is SMS (birthday), SMS(renewal).

some one make these bath batch 2 year before, 

now issue is- some day no any sms going from front end, and I dnt have a idea how to resolve this, . after running my batch again from backend.

Please suggest.


LINQPAD CRM driver installation error "Invalid Driver file"

$
0
0

I m have installed Linqpad and now downloading its driver but while installation it is throwing error "Invalid Driver File".

Please help what I should do.

Error while editing in opportunity module (Error 404 not found

$
0
0

Error while editing in opportunity module  please find below screenshot

CRM 2013: After the version upgrade, the interface became half English

$
0
0

CRM 2013: After the version upgrade, the interface became half English

(rollback is not possible)

6.1.5.111 KB4018582 2017 October 11 CRM 2013 Service Pack 1 Update Rollup 5

Bulk email on CRM

$
0
0

Hi :)

i want to send Holiday greeting card using mailing list

the question is 

i understand there are some restriction on the email amount i can send in one batch 
is there a restriction on sending bulk emails directly from CRM ?
will the domain can be recognize as spammer or something like that ?
do i need to max bulk up to 100 emails or can i sent it to all my contacts in one batch ?

thanks,

Shani 

Generic SQL error while Assigning or Sharing a record

$
0
0

Hi Experts,

 CRM version 2016 (8.2), On Premise.

While sharing/assigning a record in CRM we are getting Generic SQL error.

from the MicrosoftDynamicsCRM\Trace, we find out the exception as below.

>Crm Exception: Message: Generic SQL error., ErrorCode: -2147204784, InnerException: System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'r'.
Invalid column name 's'.
An explicit value for the identity column in table '#CascadeCollect' can only be specified when a column list is used and IDENTITY_INSERT is ON.

Please suggest on this.

Modify Resource String using Liquid Template

$
0
0

Hi,

Is there a way where we can have a functionality similar to String.Format in Liquid? Basically I have a Resource string something like this.

{0} has records : {1}

I need to replace {0} and {1} with dynamic values using liquid tags.
So far, I have tried following things but I end up getting errors.
1) added an assign variable and then use it on the label.
{% assign my_secret_string = resx['resource Name'] | replace: '{0}', displayName | replace: '{1}', hitCount %}
here both displayname and hitcount are liquid tags. I even tried adding flower brackets around them but it still doesn't work

2)  added the liquid syntax directly to the html attribute "{%endraw%}{{ resx['resource Name'] |  replace: '{0}', 'displayName' | replace: '{1}', 'hitCount' }}{%raw%}". Even this doesn't work

Any idea on how can we work around resource strings using liquid template?

Thanks

Qualify Lead, does not want to create an account but create contact and associate lead with existing account

$
0
0

with the below code i am able to qualify the lead record and associate it with existing account but not able to create contact.

var qualifylead = new QualifyLeadRequest
{
OpportunityCurrencyId = currencyId,
CreateOpportunity = true,
OpportunityCustomerId = new EntityReference(Account.LogicalName, (Guid)a.Attributes["accountid"]),
LeadId = new EntityReference(Lead.LogicalName, guid),
Status = new OptionSetValue(3)
};

With the below code i am able to qualify the lead record and create the contact record but not able to associate it with existing account using OpportunityCustomerId.

var qualifylead = new QualifyLeadRequest
{
OpportunityCurrencyId = currencyId,
CreateOpportunity = true,
CreateContact = true,
OpportunityCustomerId = new EntityReference(Account.LogicalName, (Guid)a.Attributes["accountid"]),
LeadId = new EntityReference(Lead.LogicalName, guid),
Status = new OptionSetValue(3)
};

create contact and associate lead with existing account.


Add Image in annnouncement

$
0
0

Hi,

Is there a way I can attach images in announcement?

Calling the WebApi from a javascript webresource in Dynamics CRM 2016 on Premise

$
0
0

this is my snippet of code. when I try to test it shows me a Popup asking for credentials. while debuging it seems access is denied to that Url (I(Xrm.Page.context.getClientUrl() + "/api/data/v8.1/salesorders(" + nameauftrag + "))

---------------------------------------------------

var nameauftrag  = Xrm.Page.data.entity.getId().replace(/[&\/\\#,+()$~%.'":*?<>{}]/g, '');

quntity = 0;

var req = new XMLHttpRequest();
req.open("GET", encodeURI(Xrm.Page.context.getClientUrl() + "/api/data/v8.1/salesorders(" + nameauftrag + ")?$expand=order_details($select=quantity)"), false);
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("Prefer", "odata.include-annotations=\"*\"");
req.onreadystatechange = function ()
{
if (this.readyState === 4)
{
req.onreadystatechange = null;
if (this.status === 200)
{
var result = JSON.parse(this.response);
for (var i = 0; i < result.value.length; i++)
{
quantity= quantity + result[i].value.order_details["quantity"];
}
}
else
{
//alert("An error occurs: Status code: " + this.statusText);
}
}
};
req.send();

How to upgrade to outlook Addin.

$
0
0

Hello All Experts,

While trying to run the msi file on the machine we are getting the below error.

Dynamics 365 for outlook is not installed on this computer or the update is incompatible with the current installtion of Dynamics 365 for Outlook.

 

Previous version installed is 

  • Microsoft Dynamics CRM 2016 for Microsoft Office Outlook version 8.0.000.1088 
    New version to be installed is below.

    Version 8.2.2.137 Update for Dynamics 365 for Microsoft Outlook

    machine is 64 bit and outlook is 2016.

    Reference url for getting the msi file is below.

    https://www.microsoft.com/en-us/download/details.aspx?id=56327.

    can anyone help me in understanding or resolving this one.


What is the logic behind attributes saved in target

$
0
0

I am using phoneCall entity, first I used my logic in phoneCallSetState and got all the data I needed, for exampeI have a costume field which called category, and I changed it when I created a new record and then I could get the category value (in c# code side) but later I took the same code  and added it to my phoneCallPostUpdate and after I changed the same field - category (but now under postupdate msg) I got NULL from the same field. I used postImage to get the data eventually but I need an explanation why I could get the data from the same field I changed in SetState but got NULL in PostUpdate?

Thanks

Show more records in advanced find

$
0
0

Hi experts,

do you have any ideas to achieve this? Must be supported.

Bulk edit users personal option.

$
0
0

Hi,

from this post i learned how to show more records in advanced find, is there any way to bulk edit for all users?

Thanks

Mark WBS task complete through workflow

$
0
0

Hi all,

Can I mark a specific WBS task as "complete" based upon a change on the project record field?

If so, can I accomplish this by using workflows?

Thanks,

Jon


Access team Vs Owner Team??

$
0
0

Your organization has a custom entity that contains 25 records. A specific group of users needs access to the records. You need to ensure that only specified users can access the records and that you can manage access from one place. What should you do?

A. Add the users to access teams. Grant the teams read and write access for each of the custom entity records.

B. Ask the owner of the custom entity records to grant specific users read and write access to the records.

C. Create an owner team that includes the users. Assign the team a new security role which can access only the custom entity.

D. Modify an existing security role that is common to the users. Grant the role access to the custom entity.

Problem with view-sorting on lookup field

$
0
0

Hi everyone

I have a problem regarding a lookup field, where the view on the field isn't getting correctly sorted, regarding to the configured sorting i have on the view.
My lookup field is default set to use "Search Course for look up", and this view and sorting works just fine when I click "Look Up More Records", but the first 10 results does not sort regarding to the sorting of the view - It "Kind of"-does, but not quite.

    

Is it even possible to configure some kind of sorting on the first 10 results when searching in a lookup field, or is there just something wrong with the one i am using maybe?

Thanks!

[KingsWaySoft] 1 column gets randomly merged with another column

$
0
0

I have a strange occuring where a column gets merged with another column.

Here you can see that data in new_categoryname gets merged with new_legalname.

This is the exact moment where I can see that these columns get merged, it happens after the optionset mapping.

Getting CRM session timeout after 15-20 minutes even if we are using CRM at that time

$
0
0

We are getting session timeout after 15-20 minutes for CRM. If we are using CRM,still we are getting the same error. We have already set ADFS token timeout to 480 minutes. Still we are getting error. We have also restarted ADFS server after setting ADFS timeout. Is there any specific setting we need to check?

Dump View data in a table

$
0
0

Hi,

I have a view with some fields and i want to dump the whole data of all those fields from a view in a SQL table for the fields correspondingly mapped to it.How to start with it using C#?

Thanks for any help!

Viewing all 46379 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>