Google Smart Home Action not visible in Home Control section - google-smart-home

I made some changes to Authorization URL and Token URL in Accounting Linking. After that when I enable Test l, the action with [test] prefix didn't appear under Home Control section in Google Home app. The app is logged in with the same account as the account which I used to create the action. To add up, the action is already being deployed in production. I'm facing this issue when I updated the Account Linking settings and enabled it for Testing. I've also tried undeploying the previous version of the action. But still it didn't appear in the Home Control. Due to this I can't submit my action for review.
Help me out to fix this . Thanks in advance.

Once your Action is deployed to production, the project will no longer reflect console changes to the test agent until those changes are submitted and reviewed. The recommended way to work around this constraint is to create a second project in the Actions console that you can use to test/validate your change.
When you're ready to submit the updates to production, you can follow the steps outlined to updating your existing production project in Launching your smart home Action.

Related

Opening new default browser window in plain React on a Mobile while using Facebook browser

Folks,
We are in a unique situation here. Our React site integrates with Signicat for identity solution. Most of our user base comes from Facebook i.e. they use the Facebook app, look at our posts and click on links we post which redirect to certain sections in our website which require identification.
So an example link posted on Facebook group https://example.com/en/startpage-in-english/ is converted into https://l.facebook.com/l.php?u=https%3A%2F%2Fexample.com%2Fen%2Fstartpage-in-english%2F%3Ffbclid%3DIwAR3loYqYOvom5k8_mOww89p5tun5H9HqIIKE1ebwwCcB3PD4jzxpTVyZGCk&h=AT1E3p1ejYWH9l2KhUo8D_RVjl_EzKBat4woeMHgRv7yXpT9Y-EZoBcK26sQtjjBBwAQt7Pt83a-i_k5JCGuvOBWfgB9pZ7Uv8LnDlyphNKc1Og0nl6QIqWd_nFEAva3OWN-PZ3byqsU7K0I5A&__tn__=-UK-R&c[0]=AT0-5n51iPMlSYghORXW8qxYXJQEejQTAhfiDQ3P3DK_ZTZM3GWbN4zXYKf-nyD_hWJdxQccenDp-5VgphfWuD6ZQ0ikeXq4lv4bjLbSJVFP9k4IxeMBT5mDa9jNdYnYlNs-DkXOM-LiPhhl-Obra9CAbtvihe-G7-8. When users click on the link, Facebook by default opens the link in its own Facebook browser. The subsequent steps in our portal need the user to identify himself and when the identification is completed and in the final step the request to Signicat hangs forever.
We identified that this issue is only happening with Facebook browser and hence one of the workarounds was to Open the default browser with the link to our website.
Note that:
a. this is not a React-Native app, our website is built using plain React hence the WebView solution does not work.
b. Facebook browser suppresses "window.open" with "newwindow" call and simply displays the site in the same Facebook browser instance.
So bottom line is, we need a way to Open the default OS Browser from Facebook App/Browser with the link to our site. Hope somebody can help!
Thanks in advance...
SG

Oracle ADF - Redirect link is not working

I am developing a simple application using ADF comes with basic CRUD operations (create, read, update, delete). In this case, as you can see, I have dragged a link to the 1st column which is highlighted in yellow.
So whenever I deploy it and click that, it is supposed to redirect me to the Edit page where client will allow to make commit:
I did make sure the Action of link is associated with the Edit page (as highlighted in yellow above). However, the link wouldn't redirect me anywhere, no response.This is the unbounded task flow:
Okay so I have found out the solution. Due to the default setting, the application will be deployed on IE and this message will prompt out. As you can see, the message is mentioning about browser's compatibility. My IE is version 11.6, I'm not sure what's the issue here since my IE is kinda latest version but this message still pops out and affects the redirect link from working. However, simply copy the application URL to Google Chrome and run should fix this issue. Hope this helps in future.
If the two pages in the Unbounded Task Flow, then Add WildCard Control Flow Rule
and connect the two pages with the WildCard.
Or you can use the Popup instead of opening a new page for edit

logic apps - how to link to a run

I have a dashboard in Power BI that shows me all the runs that have failed from Logic Apps, incl their runID. Currently I need to copy and paste that runID into the Logic App Runs UI to filter and then click on it to see the Run detail and find out where it failed.
When I click on a run, the runID is not added to the URL, it's loaded via some javascript. How do I generate a URL that will link to a specific run of a logic app instance?
A workaround for this is to add logging/tracked properties etc so that you will get which action failed directly with the runid, it's as close you will get for now I think.
[Edit] found a solution here:
https://toonvanhoutte.wordpress.com/2018/12/08/navigate-directly-to-the-logic-apps-run-details/
For Logic Apps (Standard) there is currently no deeplink available yet. Though Microsoft has added this to their backlog.
See: https://githubmemory.com/repo/Azure/logicapps/issues/358
Edit
Not official, but I figured a way to navigate directly to a Logic App (Standard) workflow. It is possible that a page refresh is needed after navigation though.
Url: https://portal.azure.com/#view/Microsoft_Azure_EMA/WorkflowMonitorBlade/id/%2Fsubscriptions%2F**subscription-id**%2FresourceGroups%2F**resource-group**%2Fproviders%2FMicrosoft.Web%2Fsites%2F**logic-app-name**%2Fworkflows%2F**workflow-name**/location/**location**/resourceId/%2Fworkflows%2F**workflow-name**%2Fruns%**run-id**/runProperties~/%7B%22waitEndTime%22%3A%22%22%2C%22startTime%22%3A%22%22%2C%22endTime%22%3A%22%22%2C%22status%22%3A%22%22%2C%22correlation%22%3A%7B%22clientTrackingId%22%3A%22%22%7D%2C%22workflow%22%3A%7B%22id%22%3A%22%22%2C%22name%22%3A%22%22%2C%22type%22%3A%22%22%7D%2C%22trigger%22%3A%7B%22name%22%3A%22%22%2C%22inputsLink%22%3A%7B%22uri%22%3A%22%22%2C%22contentSize%22%3A0%7D%2C%22outputsLink%22%3A%7B%22uri%22%3A%22%22%2C%22contentSize%22%3A0%7D%2C%22startTime%22%3A%22%22%2C%22endTime%22%3A%22%22%2C%22originHistoryName%22%3A%22%22%2C%22correlation%22%3A%7B%22clientTrackingId%22%3A%22%22%7D%2C%22status%22%3A%22%22%7D%2C%22outputs%22%3A%7B%7D%2C%22response%22%3A%7B%22name%22%3A%22%22%2C%22outputsLink%22%3A%7B%22uri%22%3A%22%22%2C%22contentSize%22%3A0%7D%2C%22startTime%22%3A%22%22%2C%22endTime%22%3A%22%22%2C%22correlation%22%3A%7B%22clientTrackingId%22%3A%22%22%7D%2C%22code%22%3A%22%22%2C%22status%22%3A%22%22%7D%7D/isReadOnly~/false

Redirect after registration in Dotnetnuke

DNN: 07.00.06
Using the standard DNN registration form, redirection does not take place. I have my registration page permission so that registered users cannot view it, so after a new user signs up, they're greeted with a "You do not have access to view this page within the website" message.
I turned off partial rendering and added javascript to search for this message and redirect to the homepage accordingly but it's a bit of a hack job.
I have set the redirect after registration to the home page specifically in the settings. Tried other pages, tried turning it off.
I do see this was a bug in the DNN tracker, but does anyone know of a cleaner workaround? I don't want to use a third party registration module for this purpose.
Thank you!
I seem to recall earlier versions of DNN7 had problems with redirect after registration. I would encourage you to try the latest DNN release.

how to set visual force page as default in salesforce

I have a requirement that there is a user with particular profile and if he logs into the salesforce account, I want that he should be directly shifted to a visual force page. I tried to replace home tab with visual force page. But in profile this option is not editable. What I can do to accomplish this.
You could create a new "app". Apps are pretty much just sets of tabs (with exception of special stuff such as Service Cloud Console). In app you can define that there should be no home page, instead your visualforce (as a tab) would be added and marked as default landing page. Then you'd share this app with his profile and revoke access to other apps?
People can still add/remove tabs they wish to see in each app though so somebody might override your configuration.

Resources