Quantcast
Channel: SharePoint 2013 - General Discussions and Questions forum
Viewing all 26374 articles
Browse latest View live

Changing theme in SharePoint Server 2016 made all JS to not work

$
0
0

Hello,

Today i tried to change the sharepoint theme to another, and all of my JS started to not work in the site and libraries.

Like hidding some fields is libraries are not working anymore, also changing to another predetermined theme, it keeps same.

I check the JS link from the webparts and they are working property.

Please i need help with this because we have to finish a project and this little customization is broking everything.

Regards,

Luis.


O365: Trying to open Document Set in Lib: "Sorry something went wrong"

$
0
0

I have created a document set content type and I use it in a Library. But when I try to open the Document Set in the Library, I got an error which is below.

I also get the error when creating a Document Set item in the Library, but still the item will appear but I cannot open it. I can view the Properties of the Document Set item. 

In the library I have settings:
- Major and Minor versions On
- Require Checking out before editing

In the Document Set Content Type I have a folder structure with default documents in each folder. But I had this problem also without the folder structure.

-----------------------------------

Sorry, something went wrong

File Not Found.
Technical Details

Troubleshoot issues with Microsoft SharePoint Foundation.

3rd Party Tool for Sharepoint 2013 Usage Statistics?

$
0
0

I have two fairly simple questions to answer with usage statistics:

  1. How many hits on a particular .aspx page in a particular time range?

  2. What page was the user viewing when he clicked to (1) ("referring page")?

The out of the box User Statistics are not granular enough to get answers to these questions

Is there a third party tool that will get me the answers?

Thanks!

Change linked column for Preview Pane style

$
0
0

I have a list containing Last Name, First Name and a calculated column called Full Name that concatenates the Last and First Names. My users import their excel spreadsheet into the list and want to keep columns segregated as last, first etc. 

As you can see from the below picture, Last Name links to Edit item and hence preview style.

How can I link the edit menu to Full Name instead of Last Name so it shows up on the left side of the Preview pane?

It would also be great if I didn't have the blue link for any of the fields on the details panel. 

This is the current view:

Pre-assesment for SharePoint migration

$
0
0

Hi All,

We are planning to migrate SP 2010 to SP2019 and SP 2013 to SP 2019.

Could you please provide the major prerequisites and pre-assessment/analysis that we need to take care of?

Thanks. 


Knowledge is power.

Missing - Files and Library option in ribbon

$
0
0

Hi,

I created a new page in SP2013, worked great.

Now when I go to that same page - the 'Files|Library' option on the ribbon are missing?!?

Not sure what I did to make them go away, now I can't upload a document.


qeqw

Cannot customize existing Infopath forms

$
0
0

Previous week I encountered error posted bellow. Error occurs everytime when I try to open InfoPath form for editing (clicking on the Customize Form icon in List tab). There were no problems with InfoPath forms associated with Sharepoint lists before. I suspect that Windows update messed thing up. Any ideas how to fix this?

Error:

The SOAP response indicates that an error occurred on the server:

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
<detail><errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    List does not exist.
    The page you selected contains a list that does not exist.  It may have been deleted by another user.
    </errorstring><errorcode xmlns="0x82000006</errorcode></detail">http://schemas.microsoft.com/sharepoint/soap/">0x82000006</errorcode></detail

Update another field with an id of a lookup column

$
0
0
I have a list with around 1000 columns and I need to be a able to prepopulate another field with a lookupid of another lookup field on the same list

I have a list with around 1000 columns and I need to be a able to prepopulate another field with a lookupid of another lookup field on the same list

I am getting error when I use:

var LookUpColumnId = oListItem.get_item('LookUpColumn').get_lookupId();
Error:

Uncaught Error: The property or field has not been initialized. It has not been requested or the request has not been executed.

See snippet below:

function onUpdateSucceeded() {

    var itemEnumerator = items.getEnumerator();
    while (itemEnumerator.moveNext()) {
        var item = itemEnumerator.get_current();
        // You now have the item you were looking for!
        //console.log(item.get_item("ID"));
        IDs.push(item.get_item("ID"));
    }
    console.log(IDs);

    var siteUrl = '/sites/Dev/'; 
    var clientContext = new SP.ClientContext(siteUrl);
    oList = clientContext.get_web().get_lists().getByTitle('Test');

    var itemsToLoadForUpdate = Array(); // Holds our "current" items to update
    var totalItemsToUpdate = 900;
    var limitItemsToUpdate = 50; // Update every 90 items

    var batchUpdatesCounter = Math.ceil(totalItemsToUpdate / limitItemsToUpdate); // If you need to count the remaining batch updates
    var restItemsToUpdate = 0; // Items to update after (see below)

    for (var i = 0; i < IDs.length; i++) {
        var oListItem = oList.getItemById(IDs[i]);

        /* Newly addedd get lookup id of items*/

        //var lookupFieldValue = oListItem.get_item('LookUpColumn');
        //var lookupId = lookupFieldValue.get_lookupId();

        //console.log(LookUpColumnId);
        //alert(lookupFieldValue);

        //This works but when i set the lookupId above it doesn't i can;t even get the lookupId 
        oListItem.set_item('LookUpID', 1);

        oListItem.update();
        itemsToLoadForUpdate[i] = oListItem;

        clientContext.load(itemsToLoadForUpdate[i]);
        if (i && i % limitItemsToUpdate == 0) {
            console.log('Updating ' + limitItemsToUpdate + ' items...');
            clientContext.executeQueryAsync(this.onUpdateSucceeded, this.onUpdateFailed);
            restItemsToUpdate = 0;
        }
        else { // Remaining items to update
            restItemsToUpdate = i % limitItemsToUpdate;
        }

    }

    if (restItemsToUpdate) {
        //console.log('Updating rest items...');
        console.log('Updating ' + restItemsToUpdate + ' items...');

        clientContext.executeQueryAsync(this.onUpdateSucceeded, this.onUpdateFailed);
    }
}
Thanks in Advance



Thanks in Advance

I see "send email with list item attachments" in 2010 desinger but not 2013

$
0
0

I see "send email with list item attachments" in 2010 designer but not 2013 

I want below option in 2013 designer  can you please let me know how to find it




Sharepoint 2013 CU update

$
0
0

Hi would need your suggestion for that  i have share point 2013 server and have done Cumulative update on 2016 march ,after that nothing happens into both UAT/Production server.

Now we want SharePoint 2013 cu update recent version so that which version would be do and why and step by step details

 

Sharepoint licensing and NT AUTHORITY\Authenticated Users

$
0
0

Hi Guys,

We have a SP farm, with default one site where all company content is located. We have been audited by external company in terms of assigned Microsoft Sharepoint licenses, and it turned out that for many SP farm elements (site contents e.g libraries ) windows permission is assigned "NT Authority\Authenticated Users".

This permission raised the question, how does this permission influence on Ms licensing. Does this means that we should report generally all domain accounts (even service account's).

What will happen if we will delete if from farm permissions ?


Thank you in advance for suggestions

Unable to modify Office documents in specific SharePoint locations - A problem occurred while connecting to the server

$
0
0
Hello,

I have following problem in my SharePoint Foundation 2013 environment.

I was able to modify Office documents located in my SharePoint sites without problem. I open documents directly from Internet Explorer (version 11) or from “Explorer view”.

Suddenly, without specific action, I have now the following message when I open office document from Internet Explorer and next click “Edit document” in Word or Excel :
A problem occurred while connecting to the server. If the problem continues, contact you administrator.

After many tests, I note that this problem occurs only in specific libraries in SharePoint sites.
For example :
file#1 in library#1 works fine (no problem to modify the document)
file#2 in library#2 doesn’t work (unable to modify document, message “A problem occurred while connecting to the server”).
If I copy file#1 in library#2, problem occurs on file#1 copied
If I copy file#2 in library#1, no problem to modify file#2 copied.


I don’t have any problem when I opened documents from “Explorer view”.
I don’t have any problem when I opened documents from Firefox.

I have uninstall/reinstall Internet Explorer 11 but problem still occurs.
I have repair Office 2016 but problem stills occurs.
I have tried with another windows user on my computer and the problem is the same with this user.
I have tried with another computer and I don’t have this problem (so it’s not a permissions problem on SharePoint library).

My computer OS is windows 10.

It seems to be a specific problem to my computer (and only for specific locations in SharePoint sites) but I don’t’ have any other ideas to test.

Do you have any ideas to resolve my problem?

Thanks.
Regards,


Upload files to Sharepoint library using SharePoint PNP

$
0
0

Hello Guys, 

We have sharepoint online which have MFA enabled. Due to this our Scripts to upload files using system accounts has been blocked. For this purpose I have register app and provided access to the app to the share point document library . I am able to connect to sharepoint online using app however when I tried to use add-pnpfile and ty to upload the file i receive access denied 

Here is my commands

PS C:\windows\system32> connect-pnponline -url https://abc.sharepoint.com/teams/ITSSQL -AppId <ID> -AppSecret<appSECRET>
PS C:\windows\system32> Add-PnPFile -path c:\html\labs.txt -folder "Shared documents"
Add-PnPFile : Access denied. You do not have permission to perform this action or access this resource.
At line:1 char:1
+ Add-PnPFile -path c:\html\labs.txt -folder "Shared documents"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (:) [Add-PnPFile], ServerUnauthorizedAccessException
    + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.Files.AddFile

c:\html\labs.txt is my pc stirage location where i am uploading files


How to create field that represents real office document modification date?

$
0
0

Greetings!

When i'm uploading old document to SP library i see the the most current date in Created and Modified field. But  webdav connection  and  Document information panel show me the actual date when document was created. Is there any way  to make a library field that shows actual creation or modification date of the document but not of the library item?

Thanks!

The actual cause behind "The workflow exceeded the maximum number of attempts to process a message"?

$
0
0

I want to know why exactly  "Maximum allowed Correlation Filter have been reached or exceeded" error  happens?

souravhalder.home.blog/2019/04/05/the-workflow-exceeded-the-maximum-number-of-attempts-to-process-a-message/


SharePoint timer service instance on server and sharepoint timer service in windows services on server

$
0
0

Hello,

Do anyone have idea about the difference between timer service instance on server and SharePoint timer service in windows services on server.

If i stopped SharePoint timer service in windows services on SharePoint server, still the timer service instance on SharePoint server shows online. Aren't SharePoint timer service instance and SharePoint timer service on windows services on server same?


Users still have permissions to folder after removing their access

$
0
0

Hi Good Day,

Is there a solution to prevent someone from accessing a document library after removing their permissions to do so, yet they still have the ability to view folder?

Some folders/files have different permissions on them. Is there a better way to allow for documents/folders having different permissions on them , yet maintaining the ability to remove person(s) completely from view. 

Thanks ,

Raquel


Raquel

Calculate diffence between 2 dates/times with IF statement (Sharepoint formula)

$
0
0

Hi,

I'm trying to calculate the difference between 2 times using and IF statement.  It'll work fine when you edit a record but won't work on a new form entry.  When I submit a new form entry, I get #Name?.

=IF([Call cancelled?]="TRUE",TEXT([Time call cancelled]-[Time left home unit],"h:mm"),TEXT([Time left home unit]-[Time arrived at scene],"h:mm"))

Any help would be appreciated.  I'm using sharepoint 2016.

List validation formula - only if is blank

$
0
0

Hello all,

I have the below formula which I put at my List Validation:

=AND(IF(AND(ISBLANK([Issue date])=TRUE,[Select type of request]="RFP"),FALSE,IF(AND(ISBLANK([Issue date])=TRUE,[Select type of request]="RFQ"),FALSE,TRUE)), [Issue date]>TODAY()+5)

The last part of the formula is wrong "[Issue date]>TODAY()+5)"cause as it is it wont allow any further steps of the workflow to run. My thought of the last past of the formula was that when the user completes a new item then a formula to check the field "issue date" and to make sure that the date which is inputted is 5 days from today. Now based on the formula it doenst allow it to proceed since the formula takes effect.

I believe it needs to be modified to as if the field is empty then it requires 5 days from today, if is completed (surpassingly with 5 days from today) then the formula not to take in effect.

thank you in advance.

How to disable Quick Edit in SharePoint list for specific view?

$
0
0

Hi Guys,

I want to know is there any option to disable Quick Edit in SharePoint list top ribbon for a specific view of the list.

I know there is an option in Advanced Settings to disable Quick Edit but problem is that this option will disable Quick Edit for all list views. 

Actually, I have one SharePoint group to whom I want to allow Quick Edit on all SharePoint list views and at the same time don't allow other users to access Quick Edit.

Please help.

Viewing all 26374 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>