Forum Post: RE: Plugin on Post Event update
plugin needs to trigger on Loyalty score update, account is a lookup field on Loyalty entity which contains loyalty score. Every time loyalty score gets updated it should trigger.
View ArticleForum Post: Product properties - my notes about Product Property connected...
Every time I have to work with product properties, I have to explore those entities from the beginning and i loose some time to remember how product properties works and how CRM stores and link them in...
View ArticleForum Post: RE: Is it possible to express this SQL command as a...
Hi Zeek, You need to write LINQ query based on your requirement and it may be complex using nested-select. Yes, further manipulations are required as LINQ query will give you Entity collection not...
View ArticleForum Post: RE: Issue when using Dynamics 365 JavaScript in Internet Explorer
Thanks a lot Ketan, it was an error with the syntaxis of the JS, it's missing a semicolon, so Chrome and Edge have the ability to run this type of syntaxis but IE not. The problem was solved by fixing...
View ArticleForum Post: Unable to see lookup fields on Portal - create related record
I am trying to use the 'create related record' button function to make a child record. However, only the 'Name' field is appearing in the form to create the child record. We have lookups to Contact on...
View ArticleForum Post: Dynamics 365 Online and OneLogin SSO
A very good afternoon to you all, I wondered whether anyone had any experience of setting up One Login to work with Dynamics 365 online. We're having some issues with the connector they have provided...
View ArticleBlog Post: Checking the status of the imports jobs
Today I tried to import the field service solution to my vanilla organization on an on premise system. I started the PackageDeployer and followed the instructions and then, the import started and the...
View ArticleForum Post: RE: Dynamics CRM 2016 Online how to execute Report, generate PDF...
Hi All, how can I run generate report for 10 records at a time to generate only one pdf for all. I m able to generate pdf for single record. Where should I do changes? Code: var selectedIds =...
View ArticleForum Post: RE: MSCRM -DASHBOARDS
Hi,Wei ji fun actualy my question was . Users are confusing with select options given during close opportunity as below Is it possible to add an empty option but that should not have an value how can...
View ArticleForum Post: RE: Plugin on Post Event update
Hi Ashwin, You need to create two steps both update, create message of the entity. In addition you need to register both pre-image and post image to check the differences whether Accounts lookup...
View ArticleForum Post: RE: Dynamics 365 Online and OneLogin SSO
https://community.dynamics.com/crm/f/117/t/208876 has a previous discussion regarding SAML2 support and...
View ArticleBlog Post: The new Microsoft Dynamics 365 release schedule is coming
You might have missed or ignored Microsoft’s post on the new update cadence because few people use the term update cadence. What update cadence refers to is the NEW MICROSOFT DYNAMICS RELEASE...
View ArticleForum Post: is there a way for me to setMin/setMax value dynamically in...
I have a customer who's requirement is to only allow their users to enter values between two values (min/max), based on the selection of another field (optionset). I need to dynamically change the min...
View ArticleForum Post: Acessing the records in the subgrid.
Hi Everyone, I have a requirement. the opportunity has a field called rides/day which is whole number and the user will manually enter the value. In the account i have another field which needs a total...
View ArticleBlog Post: Best Practice: Apply Labels to Deployment Version
When working with integration packages or any code we sometimes need to rollback all the changes. Using TFS Labels will let you take a snapshot of the files deployed which will help you to review,...
View ArticleForum Post: RE: Calculated field display on web form
I saw documentation that calculated fields are sql server calculated columns - are you saying they are actually normal columns and are set at save? Do you have documentation?
View ArticleForum Post: RE: Unable to see lookup fields on Portal - create related record
Is the lookup field set to be visible on the form? Got all your permissions set correctly? My understanding (which is far from full) is that the right permissions have to be on the web page, the entity...
View ArticleForum Post: RE: Acessing the records in the subgrid.
Why not using the OOB rollup functionality?
View ArticleForum Post: RE: is there a way for me to setMin/setMax value dynamically in...
You could use a Business rule to check the value or use the suggestion functionality in a business rule. The min max values cannot be set dynamically, these are the min max values for the specific...
View ArticleForum Post: RE: Unable to see lookup fields on Portal - create related record
Thank you, yes to visible and permissions. However, we are now realizing its all fields, not just lookups, on any custom entity.
View Article