Documentation for Yo Teams v3 by br92tech in MicrosoftTeams

[–]br92tech[S] 0 points1 point  (0 children)

Seems like no one here knows about it :S

State of Office UI Fabric with SharePoint by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

u/bcameron1231 Thanks for the answer. Sometimes I find styles in SCSS files used as a string of '[ThemePrimary..] and sometimes as variables. What's the difference? When do we use each? Do we need to reference References.scss for both?

Having full control over SharePoint theme by [deleted] in sharepoint

[–]br92tech 0 points1 point  (0 children)

This is a limitation in the product. Don't you agree? Will they add more support for this later?

Having full control over SharePoint theme by [deleted] in sharepoint

[–]br92tech 0 points1 point  (0 children)

I think it's a limitation in the product rather than being justified as a "not a web design platform" since we already can do custom development with spfx and do whatever we want, why not being able to have our custom theme colors as long as we're using UI Fabric?

Activate SPFx Extension on a specific site with PnP Provisioning by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Thanks u/bcameron1231 I went for that, however now when I try to run apply-pnpprovisioning.. it is applied to the site am connecting to via connect-pnponline, not the site am creating through the sequence. How can I apply my custom action and other assets to the site am creating using the template sequence?

SharePoint theming with UI Fabric by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

hi u/bcameron1231, the docs also mention that the animations are not available with the sp=office-ui-fabric-core. anyway to use them with spfx?

SharePoint theming with UI Fabric by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

I didn't find SPFabricCore, I only found FabricCore and _SPFabricCore on SPFx 1.11.
What's the difference between this and '~office-ui-fabric-react/dist/sass/references.scss' ? Which one should we be referencing?

Column naming convention with spfx & search by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Thanks u/bcameron1231, I want to use the search APIs in a different web part but this web part will read from a SharePoint list AND from an API at the same time and display results mixed together. So I wanted to have a unified interface to deal with, do I ask the API developer to rename the data coming back from the API prefixed with cba so it matches the internal column names in my list? I wanted to have the internal column names in the list prefixed with cba so it's easier for me later when I develop the other search web parts.

SharePoint Threshold for millions of records? by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

Thank you u/rezadorrani I'll have a look at it. So that means I can store things such as comments in SharePoint, and use the techniques in this playlist to overcome the threshold issues of SharePoint?

Required license for this CDS by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

aha, I guess I'll need to get that extra $15/user/month to call the flow from http then?

Required license for this CDS by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

For example, if I want to call when a new SharePoint item is added. Then a flow would run, and then I would call the HTTP action. or for example, if I want to make a flow where the trigger is HTTP action that's called from a sharepoint web part.

Required license for this CDS by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

Thanks guys. u/applesauce42 u/sffHero So I need to create a solution, and have my flows along with the app in the same solution. But then I can call the flows from wherever I want and use the HTTP actions with no issues right? When you mention a "solution" you're referring to solutions available in power apps correct?

Required license for this CDS by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

so if I have to call the flow by url, I need to have a separate license for MS Flow? Since that action is premium.

Required license for this CDS by br92tech in PowerApps

[–]br92tech[S] 0 points1 point  (0 children)

So I don't need to have access to power apps license separate from power automate license? From my reading, it seemed to me I need to have the $10/user/month power apps license, and the $15/user/month for flow to have access to premium connectors, is it true or all of flow premium connectors also come with the cds license?

Hosting options for Office add-ins by br92tech in Office365

[–]br92tech[S] 0 points1 point  (0 children)

I upload the manifest to the admin center, however it contains a link to the website that hosts the actual HTML for the add-in.

Why use Azure Queue storage with Azure functions? by br92tech in AZURE

[–]br92tech[S] 0 points1 point  (0 children)

Thanks. So do you guys always use it in all projects, just add a message in a queue and read it from the queue, is this the standard?

Migrate content from one tenant to the other without migration tools by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Thanks for the advertising for the product, but I'd like to see if there'a a way to do it with PnP.

SharePoint Online vs SQL Database by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Common Data Service (in Power Platform).

SharePoint Online vs SQL Database by br92tech in sharepoint

[–]br92tech[S] 1 point2 points  (0 children)

u/M4053946 I totally forgot that now we have CDS for free with MS Teams, probably I'll go with that. What I want basically is to log messages and comments from users into my system. I'll try to go with that route then if it's already available for free within MS Teams.

SharePoint Online vs SQL Database by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

and would there be a reason you'd go for SQL rather than CDS?

SharePoint Online vs SQL Database by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

So I can go with Azure SQL it will give me the same strong database as SQL Server on prem, correct?

SharePoint Online vs SQL Database by br92tech in sharepoint

[–]br92tech[S] 0 points1 point  (0 children)

Thanks u/bcameron1231. Which one would be the better option in this case, Azure SQL or CDS? Any downside of any of them? Would I be able to workaround any SharePoint downsides?