On the Lookup record, I can’t select Contact entity as it is missing from the drop down.
Sorry for the brief question my boss has provided only this much information and my CRM user is not setup for email etc so cannot test it out on outlook myself.
If you guys need more details let me know, I will try to get it.
Just want to know why Contact is not showing up for selection.
Once the users outlook was re-installed(office re-install). this problem went away. Don't know why
Related
I submitted our company Outlook add-in and received a review email asking for corrections. I saved the URL of the submission page https://partner.microsoft.com/en-us/dashboard/office/products/ce33a138-e74c-4db2-a241-47f05ef4f9c7/packages before submitting the add-on. This is that page:
If I log in now to I can no longer open this page and see the default page instead https://partner.microsoft.com/en-US/dashboard/directory
It is hard to believe that Microsoft requires a brand new add-on submission with all icons and screenshots to be added again. I definitely use the same Microsoft account - we have one company account associated with an email group in our company.
Both links in the Microsoft review email lead to https://partner.microsoft.com/en-US/dashboard/support where I see
"You don’t have access.
You don’t have permission to view this page. Contact your account
admin for access. Learn how to manage permissions."
The submission process was way easier and way friendlier compared to doing the same with submitting Google add-in until this point where I literally lost access to all hard work already done and can not move forward.
Any help will be greatly appreciated!
I think you should be contacting the support team for Partner Center and they can help you here. Please start from here https://partner.microsoft.com/en-US/support/v2/?stage=1
I hope you will be getting the answer what you are looking for.
Thanks,
Jeevan Desarda
Even though I am sure I used account type (1) to submit the application for a review I finally tried to use (2) and was able to access my application submission again. I was able to resubmit it with corrections being made based on the MSFT team feedback.
[![Microsoft account type selector][1]][1]
[1]: https://i.stack.imgur.com/iSaLb.png
Is there a way to share my outlook calendar with somebody outside of my organization without them seeing the details of my meetings?
I'd prefer to just black them out and do a Snipit but whatever works...
Something like this:
enter image description here
Thank you
The Outlook object model doesn't provide anything for that.
But you may configure this on the Exchange server-side or in Outlook manually. Take a look at the following articles:
Share an Outlook calendar with other people
Share your calendar in Outlook on the web
I need to add more detail information from Custom Channel Activity on the Interaction timeline.
for example, in this insight from the Contact entity.
Does anybody know the solution to this problem?
As of today we cannot do much in Custom Channel activity. Looks like this feature request is in Microsoft Product group backlog, please follow that thread for latest updates & any workaround for the same.
I have a flow that is triggered when a form is submitted. As part of this flow, it takes the "Respondent's Email" and uses the flow action "Get User Profile V2" to extract the "Given Name" property from email address. This name is then used to send custom emails.
This flow had been working fine for during our trial and development phase. I tried it yesterday with a real user and it has just stopped at this step; "Get User Profile V2". I am getting the "Access Denied" error even if I submit the form myself. I am not aware of anything that has changed. I have done some digging and others who came across similar issues have mentioned an issue with Sharepoint site collection.
Here is a link to another post with similar issue. But my flow is not connected to any Sharepoint site etc.
I am no expert in flow or sharepoint. Could someone please explain what could possibly be the reason for it to suddenly fall on its back.
Kind regards
Did you try recreating the Office 365 Users connection? Definitely it's worth a try. Then you will be asked for choosing it in your flow by all Office 365 Users actions
When comes to possible SharePoint conflict/influence - our MS Flow creator account does not even have an access to main site collection so maybe this is not applicable to each case.
I have similiar issue, for me worked using "Search for user" instead of "get user profile".
I know that deleting users in Dynamics CRM is unsupported. However, this is just a test environment that we have put up and now it needs to be 'formated'. I have managed to delete all the cases, appointments ect...
Just want to know if there is a way of deleting the users as these users have address then the address that they have is being used on a 'User Locations' dashboard, so even if I disable the users they still appear on this dashboard. Is there a way to stop that?
After a little investigation i found two ways that got around the problem of the address being displayed on the dashboard for disabled users.
Sticking to guidelines I did not DELETE the users from dynamics.
SOLUTION 1 - Good Fix
I amended the oData query that the JavaScript file used to get the data from dynamics. This then filtered the data that I was getting back from dynamics by using the isDisabled schema field name.
SOLUTION 2 - Bad Fix
I went to into each of the users that had an address and replaced the current address with the value of 'null' for each field as this is not picked up by Bing Maps when making a geoCode request.
Hope that helped if anybody reads this.