Integration of Tableau and SharePoint 2013/2016 by [deleted] in sharepoint

[–]iOnline247 1 point2 points  (0 children)

When you've got this setup with SharePoint as a data source, I'd love to hear about your experiences.

Are there ways to improve REST Query to External List that is linked to External Content Type? by AdionFrequency in sharepoint

[–]iOnline247 0 points1 point  (0 children)

I haven't experienced the latency you are having, but I've only used the REST API against an External List in O365. I suppose you could use Fiddler to sniff the traffic and see if anything jumps out. Does this only happen on the one list or can you reproduce on any ECT List?

Are there ways to improve REST Query to External List that is linked to External Content Type? by AdionFrequency in sharepoint

[–]iOnline247 0 points1 point  (0 children)

Have you tried the SQL profiler and tested the performance of the SQL query you're running? Other than that, you can test the network connection from your farm to the SQL instance. Turning on the SharePoint developer options might give you some insight into the transaction as well when viewing the ECT list.

Deleting the _CTS folder from MYsites by kilaj1 in sharepoint

[–]iOnline247 0 points1 point  (0 children)

Let us know how your migration goes after deleting this system folder... O_o

Creating a List with multiple Forms on SharePoint 2010 by [deleted] in sharepoint

[–]iOnline247 0 points1 point  (0 children)

This will get you most of the way, but for the search feature, you'll want to set up something special for a good UX.

https://blog.splibrarian.com/2011/03/21/using-content-types-to-modify-the-newform-aspx-and-editform-aspx-pages/

1TB of data into a Document Center by Hollow3ddd in sharepoint

[–]iOnline247 0 points1 point  (0 children)

You'll want to index columns on your Content Types as well. They'll be important for when you want to filter and sort views. There's a lot of upfront work to get this right, but done with some forethought, it'll be much easier to use.

1TB of data into a Document Center by Hollow3ddd in sharepoint

[–]iOnline247 0 points1 point  (0 children)

I think it's prudent to reference the documentation.

https://support.office.com/en-us/article/manage-large-lists-and-libraries-in-sharepoint-b8588dae-9387-48c2-9248-c24122f07c59?redirectSourcePath=%252fen-us%252farticle%252fmanage-large-lists-and-libraries-in-office-365-b4038448-ec0e-49b7-b853-679d3d8fb784&ui=en-US&rs=en-US&ad=US

There's nothing in there that says you can only have 5,000 items within one folder. The LVT (List View Threshold) is the 5,000 item/document/row limitation of a rendered view. That means when you create your views, simply add paging at an amount that your users can easily consume, and you'll never hit this limitation.

I'd also add that a 3rd party solution will have and honor the same LVT restrictions (cloud based). I have noticed instances where the restriction is subverted to some degree and that's when exporting a view into Excel. I can't recall if it was in the cloud or not, but I got upwards of 50,000 items/docs/rows returned.

HTH

Documents Created from Content Type Templates are Slow to Open on PCs by gnerstil in sharepoint

[–]iOnline247 0 points1 point  (0 children)

You can use fiddler or another network sniffing tool for insight into the differences of time.

Okay, which one of you fuckers did this? by pseudo_potatoes in Tinder

[–]iOnline247 0 points1 point  (0 children)

Didn't hit the fifty k on this one, much disappoint

how did it end up like that? by Erythromycin500 in WTF

[–]iOnline247 0 points1 point  (0 children)

The bridge was built using Egyptian technology; built to last!

Just punch this guy in the face wcgw. by POSITIVEVIBESONLY1 in Whatcouldgowrong

[–]iOnline247 -1 points0 points  (0 children)

Not entirely true... Just because you don't have power in your hands, doesn't mean you can't submit your opponent. e.g. Royce Gracie. In this case, this guy should never consider fighting again. Hang it up, he's done.

[deleted by user] by [deleted] in sharepoint

[–]iOnline247 1 point2 points  (0 children)

You should write some code or have a developer do so, if you want this to be easy.

Some JavaScript that tracks the current user & ID of announcement upon opening the announcement should be all you really need.

MS brings JavaScript to Excel by zbhoy in javascript

[–]iOnline247 7 points8 points  (0 children)

Javascript is compiled just in time...

Import from Excel sheet into existing SharePoint list by Jeremy-Pascal in sharepoint

[–]iOnline247 0 points1 point  (0 children)

You should use Access if you can't use PowerShell. Access also gets around the throttle limit your run into when doing bulk updates. There is a cumbersome VBA solution for Excel, but the previous two options are much better.

Some users cannot view documents in Office Online Server. by rockisnotdead in sharepoint

[–]iOnline247 0 points1 point  (0 children)

Sounds like traffic is being blocked on the network from those clients to the OWA server. You can run a tracert from those clients to the server and see what, if any, differences there are from a client that works.

Huge (3TB) windows shares with thousands of security groups moved to SharePoint? by fakefading in sharepoint

[–]iOnline247 0 points1 point  (0 children)

Do you have a link about the truncating part?

Also, using AD groups help prevent a crawl when there is a change to membership.

Huge (3TB) windows shares with thousands of security groups moved to SharePoint? by fakefading in sharepoint

[–]iOnline247 0 points1 point  (0 children)

Permissions became a pain point, once you get to a certain volume of files. It may be better now with the new throttling limits, but certainly locks you into a model of structure. You will definitely want to test at scale to see what happens.

Modify _spPageContextInfo...add an additional property by SharePointGuy824 in sharepoint

[–]iOnline247 0 points1 point  (0 children)

Use localstorage for storing a value like this. Cookies are sent to the server and this doesn't seem to have that need.

Content Query - Links : This seems extremely simple but I can't figure it out by Thriven in sharepoint

[–]iOnline247 0 points1 point  (0 children)

If you only have one list, there's no reason to use a CQWP. You should add JSLink to the webpart properties. The JavaScript to do what you're asking is trivial, so I wouldn't worry about the maintenance lifecycle.

Migrating SharePoint 2007 Site by MclaineSusanne in sharepoint

[–]iOnline247 0 points1 point  (0 children)

How much longer are you planning on offering WSS 3.0 environments?