Open new tab in Unified Service Desk from Standard Web Application - dynamics-crm-2011

I have a Standard Web Application hosted control in USD. In that web app, I have javascript that is doing a window.open("http://event/?eventname=[MyEventName]"). The event has an action to navigate, but it is only navigating in the current tab; it doesn't create a new tab. Any ideas as to what I'm missing?

In response to the Event, it is necessary for your Action Call to call the Navigate Action on the desired Hosted Control, or "tab." Based on your description, it seems as though your Action Call is calling the Navigate Action on the Standard Web Application that is raising the Event. Instead, call the Navigate Action on some other Hosted Control, the one that you want to actually perform the navigation. If no Hosted Control exists for this purpose, it will be necessary to create one.

Related

Salesforce Mobile App Navigation Item Customization

Is it possible to develop a custom aura/lwc component that helps each user to set up his salesforce app main page when he first open the app?
I know that it is possible to do that through the app edit but unfortunately our client need to do it through a custom component so he can select among drop down list one page and when he click save it will shows him the selected page as a main page when he opens the salesforce mobile app.

How to add a DialogFlow Agent as a Google Action?

In the Actions Console, I click on the Add Action Button and the browser sends me to the Dialog Flow Essentials page. There, I've created an agent what works. However, in the Actions Console, no action seems to be created.
How can I use my google home device to interact with the DialogFlow agent? Am I missing some step in the Actions Console UI?
On the integrations window in dialog flow, click on the google assistant integration
You will receive the above pop-up window where you can configure the action that will be triggered and if you want to make some changes to the integration you will need to click the manage assistant app option and the follow window will open.
Here, you can specify how the action will work and when you are done configuring it. You will be able to deploy it . You will need to introduce a few more things, so with this, your action will be totally personalizable.

Can we use logic apps to get click count on Sharepoint online site

Can we use logic apps or Power Automate (Flow) to get a click count on our Sharepoint online site. We want to record the name of the person who has clicked on a page.
We have a request based flow, but that is triggered by adding Javascript to the webpart.
No, go through all of the actions for SharePoint, I think we can not implement this requirement in logic app. We can just do it as you mentioned triggered by javascript.

Only one option: Connect to an existing user store in the cloud

I want to build a web api to deploy to Azure so that I can call it from a few separate web apps to collect user input.
The users wont be logged in, but I want to ensure that only the web applications can call the api. Thus I need some kind of authentication, and I am trying to understand my options.
In Visual Studio 15.5.4 I selected New Project-> Web-> Asp.Net Core Web Application->Web API
I am wondering how ensure that only my web applications can call the web api.
I tried clicking Individual User Accounts and was surprised to find a combo box with only one option/
Have I missed a setting somewhere for there to be a combo with only one option?
If I choose Work or School Accounts instead then there is another single option combo
The combo population for the Domain combo depends on my being logged in to Microsoft, and consequently the Active Directory domains that Azure can find associated with me.
Then using the Web Application template and work or school accounts then there is a choice of Cloud-Single Organization and Cloud-Multiple Organizations.
If I am using the Web Api template then only Cloud-Single Organization is available.

Buildfire - Is there a way to direct people to another tab within the admin dashboard?

In my admin dashboard I have a custom tab that is used for displaying access requests made by users within the widget. I give the admin some options in this custom tab. One of these options is to grant the request. When the admin grants the requests however, they must then assign the user that requested access to a plugin so they can be redirected in the future.
I have this functionality set up in another tab and don't really want to replicate it in this custom tab if I don't have to. Is there anyway to, on clicking of the grant access button, send the admin to the other tab with some data from previous tab?
Unfortunately There is no navigate to Tab feature. However you can actually navigate to other page directly which will take you there under the same tab (not ideal but will get the job done)
Or a much cleaner solution would be building a SPA architecture like the People or Places plugin with virtual tabs and breadcrumbs
https://github.com/BuildFire/sdk/wiki/How-to-use-Breadcrumbs
ref:
https://github.com/BuildFire/peoplePlugin
https://github.com/BuildFire/placesPlugin
Hope this helps

Resources