After migrating the SharePoint 2013 Custom form of a list (Request) to SharePoint Online, it shows the below error.
It seems to be the GUID of the List is changed. How can I update this ?
After migrating the SharePoint 2013 Custom form of a list (Request) to SharePoint Online, it shows the below error.
It seems to be the GUID of the List is changed. How can I update this ?
Hi ALl,
I am using Jquery Datatable to display items in web-part.
I have 3 columns that I am rendering, One is Url. Is it possible to have URl Link clickable.
https://datatables.net/reference/option/columns.render
$('#example').DataTable( { data: jsonArray, columns: [ { title: "Site Url"}, { title: "UserName" }, {title:"Status"} ] } );
$('#example').dataTable( {"columnDefs": [ {"targets": 0,"data": "download_link","render": function ( data, type, row, meta ) { return '<a href="'+data+'">Download</a>'; } } ] } );
The top is example am looking.
Thanks
Abenet
I want create the 4 CallOuts in SPFX react webpart. The CallOut will open up whenever the user click on the icon marked in red circle in the below image. The CallOut should comeout always beside the icon if the user moves page up and click on icon or page down and click on icon . The CallOut always shows beside the click icon.
Hi Team,
We are downloading files from Sharepoint O365 by sending request with rtFa and FedAuth tokens from an android app. We would like to know if there are any expiration dates for these tokens. If so, how can we find it on an android app and how do we refresh
them?
Your help in this will be deeply appreciated.
--
Varun
Hi,
I have created one list for registrations ..all the users are register with his attachment(photo)..Now i want to show this attachment preview and details of users. Examples: I have register with my name and and designation and skills and uploaded my photo.
how to view my details like as below. Is it possible in share point 2013 custom list.
I am hoping someone can shade a light into a request to increase the length of description on default results template within SharePoint search. I am trying to do something similar to this blog http://www.darrellhoughton.com/blog/increasing-the-description-length-in-the-promoted-result-display-template but has to be done at the default results template.
thanks
hi,
have created view ,
Requirrement:
in view there is a column "Renewed " which could be emty, I want to show some text ( which is "Register" ) here, when this field is empty else fine.
Need to place if condition to show text, like we normally do it using if else condition to show text dynamically,
How can I place this sort of condition to show text
My view is
Hi Team,
Do we have any REST API to get all users from Azure AD and save in SharePoint list?
Please let me know.
Thanks,
Sanny
Krishnasandeep
Please help me with the steps to backup the office365 site before deletion since i need to restore if required.
Blitz
I have Server Side Object Model code for getting the Calculated Column.
SPFieldCalculated cf = (SPFieldCalculated)item.Fields["Down Time Duration"];What is the equivalent code in CSOM for getting the value of Calculated Column ?
Hello Everyone,
I am using a SharePoint Online experience where I have created a Microsoft flow for E-signature on the SharePoint document library. For the E-signature of the document, we are using the Adobe connection. In the document, I am able to add the multiple signatures but not able to add the other data like I wanted to add the client's name, designation, title, etc.
I have tried it by adding some new fields in the SharePoint document library which I want to show on the sign-in document. These fields are returning correct output in the output window of MS flow but nothing is showing on sign-in documents.
Below I am sharing a few screenshots of the flow and output we are getting:
1) Fields of document library
2) MS Flows using Adobe sign
3) Output of MS Flow
4) Adobe sign-in document. I want to show the ClientName and Title in below Adobe document.
Please let us know if there is any way to show the details in sign-in document.
Thanks in advance.
Hello:
I implemented a WCF service which utilizes EF 5.0 to return a custom object with information pulled from database. I deployed this WCF service into ISAPI folder. When I invoke this service, it returns below error:
WCF project is set to .NET Framework 4.5
Error=Could not load file or assembly 'EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. Server stack trace: at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter) at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]:
Do I need to install EF on the server to be able to utilize it? Could you please provide pointers?
Thanks
I want to add the content into my CallOut in my SPFX react webpart The look and feel should be similar to below.
My Code:
<div id="icon1" className={styles2.IconArea} ref={menuButton1 => (this._menuButtonElement = menuButton1)}><Icon iconName='Info' onClick={e => this._onShowMenuClicked(e.currentTarget.title)} title="icon1"/></div> {this.state.isCalloutVisible && (<Callout className={styles2.callout} ariaLabelledBy={this._labelId} ariaDescribedBy={this._descriptionId} role="alertdialog" gapSpace={0} directionalHint={DirectionalHint.rightCenter} target={this._menuButtonElement} onDismiss={this._onCalloutDismiss} setInitialFocus={true}><div className={styles2.header}><p className={styles2.title} id={this._labelId}> {this.state.calloutTitle}</p></div><div className={styles2.inner}><p className={styles2.subtext} id={this._descriptionId}> {this.state.calloutContent}</p><p className={styles2.subtext} id={this._descriptionId}> {this.state.calloutContent}</p><div className={styles2.actions}> <div dangerouslySetInnerHTML={{__html: this.state.calloutLink}} /></div></div></Callout> )} private _onShowMenuClicked= (title:any): void =>{ this._menuButtonElement=document.getElementById(title); this.setState({ isCalloutVisible: !this.state.isCalloutVisible, calloutTitle:"My CallOut 1", calloutContent:"<b>My CallOut Content 1</b> ", calloutLink:"<a href='http://bing.com'>Go to Bing1</a>", }); };
Hi!!
We have done Sharepoint 2013 latest patching (december 2019). INstallation was succesfull. But when we try to run configuration wizard, we did get error like unable to upgrade sharepoint products. Below is the error, we had found in logs.
--Upgrade Timer job is exiting due to exception: System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'Webs'.
Follow this link for more information about how to troubleshoot upgrade failures:
http://go.microsoft.com/fwlink/?LinkId=259653
01/23/2020 08:58:27 8 INF debugMessage for task upgrade is An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception
information: The upgrade command is invalid or a failure has been encountered.
Upgrade [SPContentDatabase Name=XYZ_WSS_Content_T2393] failed.(EventID:ajxnm)
Exception: Invalid object name 'Webs'.(EventID:ajxnm)
Upgrade Timer job is exiting due to exception: System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'Webs'.
Follow this link for more information about how to troubleshoot upgrade failures:
http://go.microsoft.com/fwlink/?LinkId=259653--
Can someone help me with this?
Regards,
Susmithakatreddy
I implemented a WCF service which utilizes EF 6.0 to return a custom object with information pulled from SQL database. I deployed this WCF service into ISAPI folder. When I invoke this service, it returns below error:
System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ----> System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Entity framework uses integrated security to access database. So, it is going to access database as the application pool identity, correct?
I gave the application pool identity (SP site where WCF is hosted) access to SQL database. Also, below is the screenshot of authentication section of IIS site:
Below is the web.config for WCF service that's deployed in ISAPI:
What could be causing the anonymous logon exception? Any pointers?
Hi,
Is there a hotkey to add a default value below, in the edit default values dialog box?
Thanks
We have a SharePoint Online document library with a workflow name "TestWorkflow" and few hundred documents are running this workflow. I need to cancel all running workflow with "TestWorkflow" column show "In Progress". We need PowerShell to run and cancel all the workflow with above criteria.
I found few articles using PowerShell using CSOM to cancel workflow
1. https://www.sharepointdiary.com/2018/05/sharepoint-online-terminate-workflow-using-powershell.htmldfds
For some reasons, all above article code does not work for current SharePoint Online 2019. My SharePoint online document library have 3 records and when the PowerShell code run, it show no workflow found and hence did not cancel any workflow where it "In Progress".
Please help.
Thanks
Tee
I have a PnP provisioning XML template as shown in below.
-------------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>---------------------------------------------------------------------------------------------------------------------------------------
How can i read the "pnp:CanvasControlProperty " value that is "Purpose" from the above XML using CSOM code by using azure fucntion
Two versions are getting created when we create a document with mandatory properties.This happening only in Sharepoint Onpremises 2016 when we are trying to create a document with mandatory property else we are having only one version.We are using rest services of sharepoint, The same rest services are been used for sharepoint online 2016 which is working as expected(only one version is been created, while trying to upload document with mandatory property)
below are the steps we have followed.
Below are the steps while creating the document.
Step 1: Add file to folder./_api/web/GetFolderById('" + folderguid/_api/web/GetFolderById('" + folderguid + "')/Files/add(url='" + fileName + "',overwrite=true)
Step 2:StartUpload using guid generated from step 1 . "/_api/web/GetFileById('" + currObjGUID + "')/startUpload('" + currObjGUID + "')
Step 3:Continue upload till you reach end of chuncks. /_api/web/GetFileById('" + currObjGUID + "')/continueUpload(uploadId=guid'"/_api/web/GetFileById('"+ currObjGUID + "')/continueUpload(uploadId=guid'" + currObjGUID + "',fileOffset=" + uploadedDataLength + ")
Step 4:Finishupload to commit the content. /_api/web/GetFileById('" + currObjGUID/_api/web/GetFileById('" + currObjGUID + "')/finishUpload(uploadId=guid'"+ currObjGUID + "',fileOffset=" + uploadedDataLength + ")
we are getting two versions of document while we are trying to finish upload.this is the mandatory call we have to make to flush the content.(in all the steps above we are using same session Id)2nd version is created immediately once step 4 is executed and 1st version size remains 0