Adding custom overlay data to Google street view - google-street-view

This link uses an indoor version of google street view.
If you move around, it displays information on various plants.
Has anyone had any experience in doing this? If you how is it done? I've been asked to do the same kind of thing.

i have done similar project. i may able to help you with your project, its kind of complicated, so i will just show a a demo
http://statefishandgame.com/v6209/
user name: audel6209
pass: audel6209
then click on "view all virtual tours" . then click 'edit' on one of the virtual tours.

Related

Salesforce: get link from account connected to projects

I have an object "Project" that has a lookup field "Account__c". In the Salesforce experience builder, I want to have a link in the Project Detail page to the connected Account.
Something like "Go back to your account".
But I tried various links like "https://our webite/s/account/{!recordId.Account__c}"
I know that this: "https://* our website"/s/project/{!recordId}" works so I feel that there is a solution to this. I hope someone can help me.
Thanks in advance
I assume you're using standard detail page components and are looking to build a formula field to expose the linked Account URL?
/s/account/{!Account__r.Id} should do the trick as a relative URL.

Add call with Teams button in React Web App with TypeScript (Multiple Numbers/Buttons)

I'm struggling by integrate a button which can open a Teams call to a specific person.
Would it be possible to add a phone number to my React TypeScript Web App, how would it be done?
Is it possible to get automatically a small contact card or something like that?
Probably you can give me an easy solution like clicking on a phone number and it asks to open Teams, something like that?
This one DID NOT helped me a lot: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links
Thanks for your help wish you all the best.
I solved my issue by using following code:
{ (Name of the person) }
This creates a clickable link and shows a popup with the question to open Teams in Edge/Chrome etc. as shown below:
Last thing to do is to click on open and you will get a popup in Teams:
Wish you all a great day!

Salesforce Knowledge Article Field - Not Visible to Guest User

I am very new to Salesforce, so apologies if my use of terms is not correct.
I am using Lightning Knowledge
I have enable and setup Knowledge Base and added FAQ articles and have added Question and Answerr fields to those articles.
I have setup the field visibilty so they are visible to all user including "Read Only" users (I could not find anything specific for Guests, should there be?)
So as far as I can tell the field permissions on the Question and Answer fields is correct.
I create articles and enter my values for my "Question and Answer fields" but when I go to my public site to view the FAQ, I only see the content of the Title and URL Name fields. I do not see my Question and Answer Fields.
If I login and view the articles via the public site, I do see the Question and Answer values.
I would very much appricaite it if anyone could point me in the right direction for trying to figure this out. I have googled but cannot seem to find anything that talks about guest users and field visibilty that has helped me.
Many Thanks
Derek
Yes, guest user is still an user. There's hidden user account (which acts as "created by" when you make new Case for example) and Profile which you might have to edit. It doesn't show up on normal list of profiles (but for example the Id can be queried and once you know Id you could construct the url yourself).
If you're using an Experience Cloud (aka Community) go to your site's Builder and the links will be at the bottom.
If you're using Sites - it should be in Site's config.
I had the exact same issue, but did see the solution documented in the previous comments.
In your community navigate to Settings
Select General
Click link under Guest User Profile
Scroll down to Field-Level Security
Click View for Knowledge
Click Edit
Check the Read Access box for the fields which are not displaying
Click Save

DNN "Welcome to your new website" Pop Up

"Welcome to your new website" popup in DNN 7.2 and above shows some dynamic content. Its visible only to host users and doesn't reappears if "don't show this again" checkbox is checked once.
I need to develop something on similar lines where a popup should appear every-time a user of specific role(and some business logic) logs in. I think about creating a custom module and add it to all pages which could this for me but it seems welcome to your new site popup already tackles this.
Now I need to know if its somehow feasible to alter or extend this popup as per my need. I googled for some time and went through quick search in DNN code but haven't found anything convincing on this. Please suggest if what I think with this popup is feasible or I am searching in wrong path and creating custom module is my only way.
Thanks,
Ravi
I would think the best way to handle this would be with a custom skin object, and a custom module to manage the announcements.

Dynamic Data Display

I can't load the Applications which are get it from this link. I am going to create a many charts in Wpf by the help of Dynamic Data Display and i have seen some samples on below link but can't able to load atleast any one of them. Can any body try this, plz help me if u knw.
https://d3future.codeplex.com/SourceControl/latest#Main/src/DynamicDataDisplay.Samples/Demos
It will be great help.
Regards:-
Rajanikanth
You just have to click on the Download button, as shown in the image:
UPDATE>>>>>>>>
Please note that this is just a library, there no Main application to launch it ! You have just to make a reference to it, and then use it in your own application.
Here is what I found in the readme file:
WPF Dynamic Data Display' is a library of WPF controls for dynamic data visualization.
Homepage - http://www.codeplex.com/dynamicdatadisplay/
Blog - http://microsoft.cs.msu.su/Blog/thecentury/default.aspx (mostly in Russian for now)
Twitter - http://twitter.com/DynamicDataDisp
If you have questions, bug reports or feature requests, you can post them at 'Discussions' page at our codeplex site or
e-mail them to d3#mslab.cs.msu.su

Resources