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

Customization project does not delete files

$
0
0

Hi.

Why after import solution from CRM (picture) customization project does not delete unnecessary files (after a change solution in CRM)? Extracted structure in the project remains the same.



For example, in CrmSolution i have two entities (en_one, en_two). Then i deleted en_two from CrmSolution and 'Import from CRM'. But customization project didn't delete en_two .xml files.
What am i doing wrong? Or so it should be?


Dynamics 365 App - There was an error with this fields' customized events

$
0
0

This error appears on the list view no matter what is chosen except Dashboard.  It appears when Activities, Accounts, Contacts, Leads/Prospects, Opportunities, Competitors, Quotes, Products, Cases.

When you click on the menu, the error appears, you can click Ok, then it takes you to a screen that says My Accounts/Contacts, based on the entity you select.

There was an error with this field's customized event.

Field:Window

Event:Command

Error:Right hand side of instanceof is not an object if you conactt support please provide the technical details.

Everything I have found online refers to fields or JS on the entity forms.  This error is happening before opening any forms.  And does not appear when any entity form is opened. 

Any help would be appreciated.

Unit quantitiy problem

$
0
0

hi

its my very first question here

i have annoying problem with Unit's quantity 

i added a new Unit Group and then added a unit

but the quantity field show me 1.00000 but our products needs no decimal 

Plugin to assign owner on create

$
0
0

hello everyone, i need some help. 

i have been tasked with creating a plugin that will assign ownership of an account based on the accounts zip code when an account is created. 

i figured the easiest way to do this would be to use a plug-in that fires when an account is created. 

i created a new entity called new_FSMUpdate, which contains 3 fields

new_FSM: Lookup field 

new_zip: single line of text

below is the code i have so far, im kind of stuck here as ive never developed a plugin before and not sure where to go from here

using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Query;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace SET_MSA_Plugin
{
public class setdefaultcredit : IPlugin
{
public void Execute(IServiceProvider serviceProvider)
{
//get plugin execution context
//check to make sure in right stage
//check message name
//check primary entity
var context = serviceProvider.GetService(typeof(IPluginExecutionContext)) as IPluginExecutionContext;
if (context.Stage != 20)
throw new InvalidPluginExecutionException("Must run as pre operation stage 20");
if (context.MessageName != "Create")
throw new InvalidPluginExecutionException("registered for " + context.MessageName + " Only create is supported");
if (context.PrimaryEntityName != "account")
throw new InvalidPluginExecutionException("Registered for " + context.PrimaryEntityName + "entity and only account is supported");

//call the tracing service
var tracingService = serviceProvider.GetService(typeof(ITracingService)) as ITracingService;
tracingService.Trace("HEllo from the plug-in");

//plugin execution context
Entity account = context.InputParameters["Target"] as Entity;
//call tracing service
tracingService.Trace("Get zip code form account");

//get the zipcode from account
string zipCode = string.Empty;
if (account.Contains("address1_postalcode"))
zipCode = account.GetAttributeValue<string>("address1_postalcode");

//use service factory
IOrganizationServiceFactory serviceFactory =
serviceProvider.GetService(typeof(IOrganizationServiceFactory))
as IOrganizationServiceFactory;

//call to createorganizationservice
IOrganizationService service = serviceFactory.CreateOrganizationService(null);

}
}
}

i know i need to find the GUID of the owner from the FSMUpdate entity and set it to the owner for the account, but i am not sure how to retrieve or set a lookup field.

any help would be greatly appreciated. 

Refresh quote form when quote product form closes

$
0
0

Hello,

I am not using inline grid in the quote form.When the user wants to add product to a quote,the quote product window opens.i want to refresh the quote form when the quote product form closes.I have some plugins written on create and update to the quote product form and based on this code I toggle the ribbon of the quote form.My problem is that the ribbon is not rendering correctly unless the user refresh the quote form manually.

Any help :)

App Switcher Missing

$
0
0

Hi,

We have a Dynamics CRM 365 on-premise environment version 8.2. We don't see the App Switcher visible in a fresh Org that we created. 

Is there a setting that needs to be enabled for on-premise?

Thanks,

Bob

Report to Summarize Activities converted to Opportunities

$
0
0

Good morning. Using CRM 2016 OnPremise I would like to create a report to show how many activities have been converted to Opportunities. Some of those activities are related to Marketing Campaigns but others don't. I understand the concept behind filtered views but I could not figure out how to link them in order to get the results I want. I am open to use Fetch XML too, if possible. Any guidance would be much appreciated.

Xavier

Dynamics CRM 2011 Marketing Lists - How to change the email address being SENT FROM

$
0
0

Need to change the email the marketing list is being sent from.  Want to change from a generic email to a users email. 


CRM 2016 Setup Done Active

$
0
0

Hi,

We have successfully setup MS CRM 2016 

  • Active Customer List has been imported 
  • Customer Applications Imported 
  • Product List imported 

Please let us know how to proceed further in utilizing the workflow to create new PO and assign roles and responsibilities.

Appreciate advises and suggestions to progress further

Regards,

Hari

Create sub grid records in CRM using SSIS.

$
0
0

Hi Team-

The GUID mapping was already done through SSIS between parent to child, however the sub grids records do not appear automatically in the entity. Is this possible through SSIS to show the records in sub grid automatically for the manual lookup done in CRM through mouse? Or any customization required?

Thanks and Regards,

Deepak.

Gamification error when setup new games, keep loading.

$
0
0

Does anyone experience the error like this? it keeps loading when creating new game setup.

I also try clone game from the previous game, but the same thing happens.

Need your suggestion.

Budiman

Language Pack is not installed on this computer CRM 2011

$
0
0

Hi Expert,

I am trying to install rollup update 6 for dynamics crm 2011 but Error says "Microsoft Dynamics CRM English (United States) Language Pack is not installed on this computer"

I download and attempted to install the language pack, only to get this:

"You cannot proceed with the installation because the language of the Language Pack, English (United States), you are trying to install is the same language as the Microsoft Dynamics CRM Server."

So please advise......

Thank you in advance!

Dynamic 365 Online CRM Plugin Registration tool crash on connect to Organization.

$
0
0

HI Experts,

I try to connect Dynamic 365 online CRM plugin tool version (8.2.1) in windows 10 machine, login successfully and  retrieve organization. After I select any of the organization, the screen stay empty and the tool get crash back to login screen. Doesn't display any error logs.

When I've try to connect same tool other windows 10 machine organization connect successfully.

Is any problem in my machine ?

Any idea or suggestion will highly appreciated.

Thanks a lot.

portals source download

C# Objetom Oriented X Integration

$
0
0
Good evening,

I am developing a C # integration with a SQl Server database, 
I am wanting to create this integration in the Objetom Oriented pattern where
I have the Connection class and the other integration classes like Account, Contact,
Orders, however I do not know how to do All object code in C #, someone would have an
example of how I create the connection class and how do I instantiate it at the time of
calling the service for the crud? Thank you

Importing Security roles and Privileges

$
0
0

Hi,

I have modified  some system security roles in my development environment .When I move the solution into production environment(as unmanaged solution), will my system security roles also get imported and reflect in  production environment.

I am not able to try it in production because of lack of permissions..

Thanks in advance

Security Role import and assign to user

$
0
0

Hi Team,

I have made some changes in System Customizer role in DEV environment now i want to import to UAT and assign that role to user.

I imported the role but how can i assign that imported role to user.

Calculate Product Price based on the Selected Product Properties

$
0
0

Hello,

I have product which its price is vary based on the selected propitiates, for example:

  • Product price is 1200$
  • one of the properties is color
  • if the selected color is Red the price increases +50$ (Product total price become 1250$)
  • if the color is Gold: +100$ (1300$)
  • if green no increment (1200$)

also there are other properties that can affect the prices as well.

how to implement such scenario?

Thanks

Enable for SLA , missing in communication and collaboration section of entity

$
0
0

Hi,

We upgrade the MSCRM 2011 to 2016 and now wants to apply SLA on custom entities. But "Enable For SLA" option is missing.

Business Process Flow issue with Dynamics 365 on-premise

$
0
0

Hi,

Recently after I have upgraded the server to 8.2.1.176, I cannot go to next stage of an Process in one of my orders. The other ones are working properly.

This is the error message that I get. Record Is Unavailable

<ActivityId>a2b1f082-e242-474f-b3a0-b5674da8e766</ActivityId><ErrorCode>-2147220969</ErrorCode><ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" /><Message>new_bpf_0e1b2012a32f4e7cbac5faf370ec6433 With Id = 70a0bac9-fb15-43e6-9578-e2201490e485 Does Not Exist</Message><Timestamp>2017-07-02T10:22:46.4359677Z</Timestamp><ExceptionRetriable>false</ExceptionRetriable><ExceptionSource i:nil="true" /><InnerFault i:nil="true" /><OriginalException i:nil="true" /><TraceText>

[Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.GlobalActiveStagePlugin]
[bb48066e-f22f-412f-a530-91f72e4b859b: GlobalActiveStagePlugin]


</TraceText>


I was hoping someone could help me with this issue.

Viewing all 46379 articles
Browse latest View live


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