Questions tagged [dynamics-crm-365-v9]
60 questions
0
votes
1 answer
How to configure Calendar Rule in Dynamics CRM v9.0?
I wanted to know that how we can configure the Calendar Rule in Dynamics CRM v9.0?
I have added one Business Closure and I am getting that record in the collection of "Calendar Rule" in C# code. But with that record I am also getting one rule of…

Inkey Solutions
- 117
- 10
0
votes
1 answer
Set Pre and Post image about Field Date time to fields Text
I have Field in DateTime type and I want to set it's value in images in Plugins set the value in Pre image and after update set the updated value in Post image.
The mother form field type DateTime and the child form contains 2 fields (old value…

Tony Medhat
- 47
- 1
- 8
0
votes
1 answer
Disable "most recently used items" for Business Process Flow lookups
We are using Account to store multiple account-types: vendor, a distributor, a supplier, a partner. In some scenarios we only want to allow an operator to select a 'vendor' Account which we've achieved by setting a lookup filter.
However, the…

jasonscript
- 6,039
- 3
- 28
- 43
0
votes
1 answer
Dynamics 365, UCI - Can't find a way to edit new form behaviors
With the dynamics 365 version 9.1, Microsoft introduces a hybrid version. Current customers are trying the new interface and starting to encounter bugs with our connector.
I can't find myself a way to modify the behavior of forms in UCI.
Our…

Artefact
- 95
- 9
0
votes
2 answers
Create views accessible only to certain teams or territory in CRM Online 9.0
I want to create views that are only available to users that are part of a certain team or territory. I have tried creating a view and add in Edit filter criteria in the image below. I am a part of the team I chose but I do not see records there.

hkhan
- 843
- 2
- 19
- 45
0
votes
1 answer
Plugin Failing on D365 v9 Online when I just have tracers to test execution
I did a build for a custom wf assembly in VS 2017.
The following is my code. There is no red squigglies and registered without error:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using…

J.S. Orris
- 4,653
- 12
- 49
- 89
0
votes
1 answer
Expected '(' when testing js in console
The following is my javascript and receiving an
Expected '(' error
in console.
//GLOBALS
var _debug = false;
//
function tryParseInt(accountNumber) {
if (_debug) {
console.log("Entering tryParseInt: " + new Date().toTimeString());…

J.S. Orris
- 4,653
- 12
- 49
- 89
0
votes
1 answer
ManageEntitlementState workflow in Dynamics 365 version 9
Since Dynamics 365 version 9 upgrade, we have observed new workflows automatically created on CRM instance namely- ManageContractLineState, ManageContractState, ManageEntitlementState.
As I can see from the ManageEntitlementState workflow, it is to…

Aakarsh Dhawan
- 129
- 6
0
votes
1 answer
Displaying different modern icons in Ribbon Workbench for command bar or fly-out menu in UCI Dynamics 365 V9
Using Ribbon Workbench 2016 (3.1.177.1).
I'm fairly new to this, but I've successfully created a button for the unified interface which performs as expected.
However, the icon I've selected is white on a transparent background - as I believe it…

jrg999999
- 21
- 5
0
votes
1 answer
How to hide quick form from global navigation just on web client (CRM9.x)
I have a CRM solution using new unified client experience. I don't want to support legacy web client. When I create form of type "quick form create" inside our solution, the form itself is being shown also in legacy web client under the "+"…

Ondrej Svejdar
- 21,349
- 5
- 54
- 89
0
votes
2 answers
Can't disable field subgrid with javascript
I have 2 subgrid, one is selected mid-tid, and the other one is all-mid-tid. and i want to disable field on mysubgrid , so after some search on the internet i found this script
function setGridDisableWO(context)
{
…

Rida pangestu
- 21
- 4
0
votes
1 answer
Dynamics 365 V9 web resource get context
I used this article to open a popup window when clicking on a button in the Lead form. In the onclick event of a button in this popup window, I want to set the value of a field in the parent form. How can I do this in V9, since xrm.page is…

Sean
- 923
- 3
- 14
- 36
0
votes
1 answer
Dynamics 365(9.0) in Unified Client Interface - How to enable Grid above New button and editable Form?
In UCI not able see "New" button above grid and also editable Form for the same custom entity. I have given the required Security Roles. In classic form, I'm able to do all these things.

Vijendra Ram S
- 89
- 8
0
votes
1 answer
How can I create trial account for 30 days for MS Dynamics COMMON DATA SERVICE (CDS 2.0)?
I want to create trial account for MS Dynamics COMMON DATA SERVICE (CDS 2.0)?
If so, can anybody please provide link where I can create account or provide steps if I need to configure anything for that?

Nanji Mange
- 2,155
- 4
- 29
- 63
0
votes
1 answer
Issue while getting the GridContext on save event of a editable subgrid
I'm facing a problem to get gridContext on save event of a editable subgrid. I need to get the data from editable subgrid and do some operations on the form but while getting the grid from gridContext it shows the error message…

Jalak Raval
- 11
- 1
- 4