Salesforce Mobile App Navigation Item Customization - components

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.

Related

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.

How can we remove / customize Azure AD B2C authentication webview page title bar in Xamarin forms?

A title bar is displayed in the web view activity when using Azure AD B2C authentication service with MSAL in Xamarin forms. I have attached a screen shot of it running on an android phone below. I have the following questions :
1) How do I remove it? Is it even possible?
2) Also Is it possible to customize the top bar? Change the colors, font size etc. If so how?
3) How do I change the text of the top bar? Is localization possible for the text in the top bar based on user's language settings in the app?
Thanks a ton in advance!!
I finally used a custom web view instead of MSAL and checked the web view's URL whenever it changed using PropertyChanged(). If the web view contains the redirection URL then I hide the web view and parse the token that is provided along with it to get the result of the user's action in ADB2C.

How to add website icon in gmail google apps?

It is possible to add the custom website icon in google app of gmail account?
I have to create the custom website icon in my gmail google apps like 'google drive','YouTube','Calendar' etc. If I click on that icon the custom website will be open in new tab with login authentication/after login dashboard i.e don't need to login again on custom website.
There is no Gmail button like Save to Drive button from Drive API. However, given your use case, it seems that the Google Sign-in button can work for you. It works just like you describe, there's a button and when you click it, it will handle the process of sign-in for you.
To integrate Google Sign-in button:
You must include the Google Platform Library on your web pages that integrate Google Sign-In.
Specify your app's client ID
Specify the client ID you created for your app in the Google Developers Console with the google-signin-client_id meta element.
<meta name="google-signin-client_id" content="YOUR_CLIENT_ID.apps.googleusercontent.com">
Add a Google Sign-In button
< div class="g-signin2" data-onsuccess="onSignIn">
Add a Google Sign-In button
< div class="g-signin2" data-onsuccess="onSignIn">

Is it possible to add content to Orchard 1.8 directly in the frontend to logged users?

I have created a custom user role to allow logged users to submit content into a specific section in the site. The problem is that I don't want the users enter into the dashboard (even when the role restricts any other function in the admin menu because the site is used for people old than 50 years and they get confused because they cannot see the frontend menu when they are in the backend). So is it possible to add an access to upload a "New content item" from the frontend?
You could use Dynamic Forms or create your own module that fully abstracts all the functionality you need.
The new dynamic forms in conjunction with workflows could be very useful here. i would just create my own module so rather than do it all over the Admin UI or a mixture or both.

SharePoint - Creating a Custom Search Results web Part Page

I have replaced the default Search Box in SharePoint using Delegate control.
Now my delegate control has a Text Box and a Button.
On Button Click it should take the users to a web part Page wich has all my Custom Web Parts added.
But this Web Part page should be accessible from every site in sharePoint as my Custom Delegate control can be added anywhere within the farm.
Ex: like OSSSearchResults.aspx but my custom web part page can be modified by users.
Can some one tell me how to do this?
You can put url of the custom results page in Search settings in site collection administration section.
Also You can customize the default search results page with out of the box webparts like SearchCoreResults webpart, refinement pane, search box etc.
But my question is can i add a custom webpart to this results.aspx.

Resources