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

How to get all the Options Registered in a Choice in Dynamics CRM Plugin Using C#

$
0
0

Hi,

I have a use case where i need all the options registered in a choice.

example : Choice     crm_Fruits

                 Options:    mango      510001

                                  Strawberry  510002

                                  Orange     510003

i need all the Options from the choice crm_Fruits

Please help me the Code Snippet or the Functions from which i can achieve this this.

Thanks.


Why web interactions of marketing insight are only visible for specific contact?

$
0
0

Hi everyone,

I found an issue that web interactions in Marketing insight are only visible for a specific contact.

But other contacts with the same web role and security role, nothing can be seen even if they click or visit the same web page.

What might be the reason?  Any advice will be appreciated.

Since I'm now trying to track login user info who visit our powerapps portal webpage, this function is required.

All the other contacts will be marked as "anonymous" even they are existing contacts in our Dynamics CRM and visited target web page.

Then I found that it's because web interactions can't be retrieved for these contacts.

How to get option set text using value in c# plugin dynamic 365

$
0
0

Hi,

I have a optionset value - 867400005


Now I want optionset lable or text of the option whose value is  867400005

Please help me to achive this

Thanks,

meta dependency

$
0
0

Project1 solution meta dependency is not in sync with

Project2.dependency dependency in dependency project

I'm working in Project 2. I get this after attempting to rebuild our dependency project. I've updated all of our packages correctly, ran the dev deployer, and exported back into our project.

Usually that does the trick but this time it does not. Any suggestions?

How to Enlarge the width of the Subgrid in Power app portals

$
0
0

How to Enlarge the width of the Subgrid in Power app portals webpage

Xrm.App.sidePanes

$
0
0

Is there a way to open specific form using Xrm.App.sidePanes example i want to open a particular form account form not the main form. We don't want to open in a modal using Xrm.navigate

Is it possible to remove the following button?

$
0
0

I would like to remove the new button in the window found by:

Going to Advanced Find 
Create a new view > Save As > Save
Go to Saved Views > Select your created view > Share > Add a user or team > See the User pop up
I am not sure if this is possible since the window is out of the box from CRM.

GEO maintenance by Microsoft

$
0
0

Hi,

We are using below on cloud

Microsoft Dynamics 365
(2022 release wave 1 enabled)

Server version: 9.2.22064.00196
Client version: 1.4.4429-2206.4

Recently there was a GEO maintenance performed by Microsoft which cause outage to our healthcare system which create downtime and impact our services to our patient.

Question:

-May I know if there's any website which we can check or even read any outcoming maintenance and possible what type of maintenance will be perform in future?

-Is there any setting/configuration where we can set as sys admin to get email notification on this as well ?

Appreciate any info and advise for this matter so that I can report any preventive action for this matter.


Find Non-sandboxed plugins

$
0
0

Hello experts,

I need your help. I have an on-prem dynamics CRM 2016. I am trying to find our how many non-sandboxed plugins in my CRM 2016. There are more than 2k plugins and can’t check one by one using plugin registration tool. I checked sdkmessageprocessingstep entity, but I don’t see any such field/properties (in DB + advanced find) to find out IsolationMode. Please can you guide me.

 Thank you in advance!

 Regards,

Chandan

Find SQL based reports in CRM 2016

$
0
0

Hello experts,

I need your help. I have an on-prem dynamics CRM 2016. I am trying to find out how many SQL based reports in my CRM 2016 so that it can be replaced with fetxhXML report. I don’t see any option in UI to identify SQL reports, however in DB side in bodytext I can see the contents of the RDL file which may help in searching with SQL query tags. Please let me know if any option to find SQL based report in my CRM 2016.  

Thank you in advance!

 

Regards,

Chandan

How to prevent a contact from registering multiple times on the same event registration form

$
0
0

Hi,

The marketing team is sending out event registration forms on a marketing page, where the contact can register for an event. But we have noticed that some contacts registered more than once using the same registration form (for whatever reason) causing that when the confirmation email to the event is sent to the contact who registered multiple times including the 'Add to Calendar' button, the contact receives the confirmation email and the 'Add to Calendar' button is added as many times as the contact got registered.

Are you facing a similar problem?
How do you avoid the contact getting registered on the same form more than once?
Or how to solve that the 'Add to Calendar' button is shown only once regardless of the times the contact registered using the same form?

Sorry for all the questions, thank you in advance

KR

CM

translation for InvalidPluginExecutionException message

$
0
0

Hello,

Right now when I throw InvalidPluginExecutionException errors I supply it with messages, e.g.: Deactivation is not allowed , so error looks like this: throw new InvalidPluginExecutionException("Deactivation is not allowed");

This error is displayed on any language, in crm.

Is there a possibility to translate this message, without plugin ?

I mean, can I treat this message as a key which will be added in the translations excel file and which will have different language options ?

Or is passing the correct language string the only solution ?

Thanks

Sequence (Automated Email) - User Unable to Send Automated Emails

$
0
0

Hello! 

We have a user that is unable to send automated emails as part of sequence. Other users are able to fire off the automated email without any errors. 

Is there a personal email setting that we are overlooking that would enable the user to send automated emails through sequences? 

Thank you!

crm report server - error occured while fetching the list of data extensions installed on report server

$
0
0

we have on-premise CRM and we have problem with reports in our test enviroment. When i want create reports I always get error :

 

Report service is running on crm server. configuration of report server configuration manager should be correct.

I noticed that reports page dont show data sources, just show only number of data sources. (i attach imagine )

Do you have any idea what problem we have?

Is it possible that can able to host webapi in ISV folder

$
0
0

Hi ,

Microsoft crm can able to host restful service in ISV folder?


Dynamic Permissions to Users named on a form

$
0
0

I have a model driven app where I need to use row level security to lock down the permissions. 

A user (A) will create a record in the form (owner) and they should have access. The user will also name 2 other users via a lookup on the form in custom fields (B and C)

Is it possible to set permissions so that all users named on the record will have access to the row? (A, B and C) 

Note that A could create another row and instead name users B and D and E so for this row only A, B, D and E should have permissions)

Any help would be appreciated on this. 

Change image contact record based on option set field

$
0
0

Hello , 

is there a way to change the icon record based on option set field 

I mean :i

f Option set field = VALUE 1 ==> 

display this icon  ==> 

if option set field = VALUE 2 

display this icon ==> 

Creating a N:N Relationship from Task Entity

$
0
0

Hello,


I am trying to do the incredibly complex task of making a multiselect field for Tasks and putting those on a chart. For some reason, this has proven to be more difficult for D365 to handle than putting a man on the moon. Since multiselect option sets have negative support in the CRM, that is impossible.

- Tried to build a chart with the multiselect field, but not supported.

- I tried using a Flow to pull the information of the multiselect field (stored as an array) and figure something out with that, but the "Microsoft Dataverse" trigger doesn't support Multiselect fields and can't pull anything of use from it. When I try to Compose it in the Flow, instead of getting an array I get a link saying "Click here to download" which just opens a blank tab. The old CRM trigger supported it just fine but that functionality is now gone it appears. 

- Now I am trying to use a Solution called AdvancedMultiSelect which was going great, up until I tried to make an N:N relationship from the Task entity to Accounts. The button was missing under Tasks to create a New N:N Relationship, and after Googling I found this notice (Create N:N relationships):

I tried making the relationship under Accounts and I get an error saying I can't create a N:N relationship between these two entities. Without this relationship I cannot use the Solution that I am trying to setup. 

I have been pulling my hair out trying to do this INCREDIBLY SIMPLE task and D365 is actively making it impossible. Does anyone know of anyway to graph MultiSelect Optionsets? Is there a good way I can use multiple fields to capture the information and then build a graph out of it? Or am I just out of options and have to figure out something else entirely? 

I appreciate any help/ideas that people have, thank you!

Best,

Steven

Build Complex Products Structure

$
0
0

Hi,

Any one can help in define complex product structure in dynamics 365, the products are in root/parent/childs/sub childs design. Example as in bellow:

1 >>Telephony Service       -- its the root product and its distinguished by a service Id like phone number,   and its mapped to one contract Id in billing system

     1.1>> ADSL Access 16 Mbps

     1.2>> Internet Bandwidth 

     1.3>> Voice Package

            1.3.1 >> Caller ID

            1.3.2 >> Voice Mail

            1.3.3 >> Conference Call

If no solution in dynamics, what's suggested here to handle the business products design?

Thanks

Search File content for file data type

$
0
0

Hi, 

I have a custom entity in which i have a feild for file data type . I want to enable relevance search on the content of the file. I tried to configure relevance search but in quick view there is no option to add file data type column

Below docs say this is possible but could not find any way to implement it. 

docs.microsoft.com/.../dataverse-search-search-through-file-data-type

Viewing all 46379 articles
Browse latest View live


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