Forum Post: Dynamics CRM PSA
I would need to query related Projects to Projects, by Odata endpoint. Is possible as I cannot see relationship any where ?
View ArticleForum Post: RE: How to make redirect from web resource to another
Hi, if you dont wana have popup window..then only idea I can think is to have two panels one above another, and show hide as per requirement. Regards, Pranav
View ArticleForum Post: RE: how to round a number DOWN
Hi, a solution can be to use the modulus function which gives you the rest of a division. So you have RestOfDivision= DaysRemaining % 365 Then you have the years rounded down Years = (DaysRemaining -...
View ArticleForum Post: Add a new Group to Navigation on Forms (former Left NAV)
Hi, We have a complex data model and many navigation links on our contact form. 4 out of the box groups are not sufficient and we want to add new groups (like "Common" in the sceenshot), which does not...
View ArticleForum Post: RE: How to make redirect from web resource to another
is it possible to redirect via link button to webresource ? using href ?
View ArticleForum Post: RE: Decimal place precision, how can I change this globally?...
Thanks for trying to help. In the following link that you provided, scaleablesolutions.com/currency-precision-in-dynamics-crm I have already made the change here to my desired pricing decimal...
View ArticleForum Post: RE: [Field Service - CRM 365]. How to calculate Unit Cost
www.facebook.com/TeaAnyOne here you go.
View ArticleForum Post: RE: how to round a number DOWN
sorry i probably didn't explain properly, ive already tried that, it displays the result still rounded up. Also i didnt explain that my formula is only needed when DaysRemaining is below zero. So for...
View ArticleForum Post: RE: How to make redirect from web resource to another
yes... it is very much possible. Regards Pranav
View ArticleForum Post: RE: Decimal place precision, how can I change this globally?...
Hi, To edit the field properties, you can follow the below steps- 1. Make sure you have the System Administrator security role or equivalent permissions in Microsoft Dynamics 365. 2. Go to Settings...
View ArticleForum Post: Opportunity Close in Social Pane
Hi, When closing an Opportunity, the related Account record shows an Opportunity Close activity in the social pane: The problem is that they don't clearly state if the Opportunity was closed as Won or...
View ArticleForum Post: Imported Org - now original inaccessible
Hi, For testing Organisation import from a different server using Deployment Manager on that I used the same Organisation database(and server) that was being used to map to an Organisation on the...
View ArticleForum Post: just the default view can display in the mobile
hello, I login my account of microsoft crm in the mobile, but just the default view can display, other system view and my customized view are not available, is there anybody can help me to solve this...
View ArticleForum Post: RE: Send Encrypted Email From Dynamics CRM
Any other way for encrypted email from dynamics CRM?
View ArticleForum Post: Understanding RelationShip among Opportunity, Opportunity Line...
Hello, I am wondering about Same Opportunity line item can be linked to multiple Opportunities, see here - https://streamable.com/mihj2 This is normally not possible without N:N Relationship, but there...
View ArticleForum Post: RE: Set Default Home page for all users?
Hi Swava, How can i set these landing page option to dashboard on user creation itself in the CRM
View ArticleForum Post: RE: how to round a number DOWN
You need a little math here -1656 % 365 = 169 then (-1656 -169) = -5 so yes it is round down If you want to have -4 you need to do the following: 1. if (DaysRemaining <0) x= -1; else x=1; then...
View ArticleForum Post: RE: How to find which clients have contracts in CRM or which...
Thanks Prateek, but I am still having problems following the steps. I don't see a more actions area. So when I do an advanced fine, the Look for, I should select Marketing List, right? and then what?
View ArticleForum Post: RE: Send Encrypted Email From Dynamics CRM
Hi Ankit, two types of encryption 1. Data in rest: Dynamics 365 online, all new and upgraded organizations use data encryption by default. 2. Data in motion: (In your case) CASB: Cloud Access Security...
View Article