No announcements
Found 37899 threads
-
0 Votes
Export Document to word
Hi, I want to export the document(.aspx) which contains text, images, tables, links in to PDF with css and active links. I am unable to get the images in IE. I ...Proposed | 3 Replies | 3422 Views | Created by Jyoti l - Wednesday, April 3, 2019 4:35 AM | Last reply by Jyoti l - Thursday, June 11, 2020 7:26 AM -
0 Votes
Open SharePoint document URL in client side without force to type credentials.
Hi All, My requirement is, I will send the sharepoint document url to the client via web api as ...Unanswered | 1 Replies | 1540 Views | Created by Suresh Sankaran - Tuesday, June 9, 2020 1:19 PM | Last reply by Baker_Kong - Wednesday, June 10, 2020 5:23 AM -
2 Votes
Starting and stopping SharePoint library sync with OneDrive
I can start syncing a SharePoint library with OneDrive by clicking on the "Sync" button at the top of a SharePoint library page. I can stop it by ...Answered | 18 Replies | 6044 Views | Created by Stefano Menci - Monday, June 1, 2020 1:33 PM | Last reply by Stefano Menci - Monday, June 8, 2020 4:07 PM -
0 Votes
Using current Office 365 credentials in PowerShell script
My PowerShell scripts always have this line: $Credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($UserName, $Password) and always need to ask ...Answered | 5 Replies | 1828 Views | Created by Stefano Menci - Friday, June 5, 2020 12:48 PM | Last reply by Stefano Menci - Friday, June 5, 2020 9:08 PM -
0 Votes
Script to Terminate the In Progress workflow in SharePoint
Hi All Please help me in getting a Script to terminate all In Progress workflow in SharePoint at site collection /site level ...Unanswered | 1 Replies | 1496 Views | Created by Dhamley - Friday, May 15, 2020 11:53 AM | Last reply by AmosWu123 - Monday, June 1, 2020 8:24 AM -
0 Votes
What's new in CSOM
Hi! I am not able to find the "What's new" for each CSOM nuget package. There are some forums briefly mentioning the new properties, but it's not ...Unanswered | 1 Replies | 1589 Views | Created by pablo_1975 - Friday, May 15, 2020 12:16 PM | Last reply by Baker_Kong - Monday, June 1, 2020 6:37 AM -
0 Votes
Read the values from the CSV file using powershell script
Hi, I have a requirement to read the workflow name from the csv file using powershell script. CSV file should have a column called Name and user should enter the list of Workflows ...Proposed | 1 Replies | 1724 Views | Created by Manoj Kumar Goud - Thursday, May 14, 2020 11:26 AM | Last reply by Jerry Zy - Monday, June 1, 2020 2:56 AM -
0 Votes
Get CVS raport about Sharepoint Items
Hello I have taks to change specify columns name and to check it works i need to generate raport about folder.Name and listItem.FieldValues.FileLeafRef, but my problem is that ...Proposed | 2 Replies | 1490 Views | Created by Tokio1988 - Monday, May 11, 2020 3:47 PM | Last reply by Jerry Zy - Wednesday, May 27, 2020 9:08 AM -
0 Votes
Exception calling "Delete" with "1" argument(s): "Value does not fall within the expected range
Hi, Hi, I wrote a script to delete the sharepoint 2010 workflow templates from the hidden list "Workflows" but its throwing error as ...Unanswered | 4 Replies | 2000 Views | Created by Manoj Kumar Goud - Thursday, May 14, 2020 7:11 AM | Last reply by sadomovalex - Tuesday, May 26, 2020 3:05 PM -
0 Votes
Is there an operation that changes a SharePoint list's GUID to another value?
I have a CSOM application that I use to access SharePoint lists. I have processed a list https://mysharepoint.shareoint.local/sites/sc123/MyList with a ...Answered | 2 Replies | 1497 Views | Created by Nicholas Sharepointer DiPiazza - Tuesday, May 12, 2020 10:04 PM | Last reply by Nicholas Sharepointer DiPiazza - Wednesday, May 13, 2020 1:33 AM -
0 Votes
Not able to see Previous version workflows
Hi, I have created sharepoint 2010 workflows in my site. I have selected the option "Create a version each time you edit an item" in designer. I changed the item and ...Answered | 2 Replies | 1351 Views | Created by Manoj Kumar Goud - Monday, May 11, 2020 8:25 AM | Last reply by Chelsea Wu - Tuesday, May 12, 2020 5:43 AM -
0 Votes
problem with displaying column from another table from mysql database
i created in visual studio bdc model for read data from mysql database. all is ok for table 'spisak_akata' but now i want that i read column from another table 'organi' from database. when i ...Unanswered | 2 Replies | 1501 Views | Created by gogi1000 - Tuesday, April 28, 2020 11:23 AM | Last reply by sadomovalex - Friday, May 8, 2020 3:35 PM -
0 Votes
Need a script to delete workflow template/definition in sharepoint
Hello All, I am able to delete all instances and workflow associations on a list using script but I still find workflow templates/definitions in the ...Answered | 4 Replies | 1463 Views | Created by Manoj Kumar Goud - Wednesday, May 6, 2020 12:58 PM | Last reply by Lee__li - Thursday, May 7, 2020 9:15 AM -
1 Votes
Fetch all the sharepoint 2010 workflows using powershell script
Hi, I want to fetch all the sharepoint 2010 workflows using powershell script and import into a CSV file. User should enter Site collection URL from the ...Answered | 12 Replies | 1936 Views | Created by Manoj Kumar Goud - Wednesday, May 6, 2020 1:59 PM | Last reply by Jerry Zy - Thursday, May 7, 2020 6:44 AM -
3 Votes
183; # in sharepoint designer workflow cc address??
Hi All, While sending an email by using sharepoint designer. In CC it is showing 183; #. Why I am getting this?? How can i remove this binary ...Proposed | 8 Replies | 2755 Views | Created by pavani phani kumar - Thursday, April 16, 2020 10:26 AM | Last reply by Lisa Chen1226 - Tuesday, May 5, 2020 7:17 AM -
0 Votes
Get user performing action using Sharepoint CSOM and REST API
We are using SharePoint client object model (CSOM) and REST/OData endpoints to retrieve/manage data on sharepoint. 1. Is there anyway to get information on the ...Unanswered | 5 Replies | 1238 Views | Created by RashmiP1234 - Wednesday, April 29, 2020 10:52 PM | Last reply by Baker_Kong - Tuesday, May 5, 2020 5:40 AM -
0 Votes
Recursively looping through all folders and subfolders in a Document Library
I am attempting to write a PowerShell script that will recursively iterate through all of the folders and subfolders in a Document Library. I found the answer to ...Answered | 2 Replies | 11572 Views | Created by vs2015junkie - Friday, March 22, 2013 2:56 PM | Last reply by KhushiSShaikh - Thursday, April 30, 2020 10:06 PM -
0 Votes
Outlook Rest APi
Hi , I am new here, i am looking for the complete collection for Outlook and sharepoint APis with the auth and the access token.Proposed | 1 Replies | 942 Views | Created by Ritu choudhary - Wednesday, April 29, 2020 2:47 PM | Last reply by Jerry Zy - Thursday, April 30, 2020 7:50 AM -
0 Votes
Could not load file or assembly 'MySql.Data, Version=6.9.5.0
i created in visual studio 2010 business data connectivity model for connecting external list in sharepoint with mysql database. the external list 'Pisarnica-spisakakata' displays data from mysql ...Answered | 18 Replies | 1942 Views | Created by gogi1000 - Wednesday, April 22, 2020 7:48 AM | Last reply by Baker_Kong - Wednesday, April 29, 2020 8:27 AM -
0 Votes
Upload files from local drive
Hello I have a task to upload files to sharepoint library. I downloaded items to main folder then subfolder and finally attachments. And to end my task a need all content upload to ...Answered | 5 Replies | 934 Views | Created by Tokio1988 - Wednesday, April 22, 2020 11:32 AM | Last reply by Tokio1988 - Thursday, April 23, 2020 9:51 AM
No announcements