All I want to do is change the column width for my folders. Based on my searches, it appears that I need to change the code.
why is SP so counterintuitive?
All I want to do is change the column width for my folders. Based on my searches, it appears that I need to change the code.
why is SP so counterintuitive?
In the official download link:
SharePoint Designer 2013 (download link)The requirement is clearly mentioned:
Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012
Windows 10 is not in the list. Is it just out-dated?
Hi All,
Can any one send me the Vacation Approval workflow calendar in SharePoint2013 office 365.
Any links plz.
Thank you,
Sowjanya.
Hi, I have list workflow where i'm trying to get data from other list. list workflow located in site A, list which i'm trying to call located in site B, both sites located in the same site collection. I have access for both sites and can call next REST quesry from browser and get response http://rupappsps01/sites/edms/commercial/_api/web/lists/getbytitle('Commercial%20Team%20responsibilities')/items?$select=Client the same query I can execute from Fiddler and get Json format for response.
But, if i'm trying to get data from workflow using Call http web service i'm receiving Unauthorized in ResponseStatusCode
and next data in Response content - {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"ru-RU","value":"Access denied.You do not havepermission to perform thisactionoraccess this resource."}}}
It's very similar to this bug - http://office.microsoft.com/en-001/help/sharepoint-server-2013-known-issues-HA102919021.aspxCalling HTTP web service fails when calling non-SharePoint HTTP (REST) web service from SharePoint workflow
When a workflow developer writes a workflow that calls non-SharePoint HTTP (REST) web service from SharePoint workflow, “Authorization: Bearer” is added to HTTP header by default, which may sometimes result in “401 Unauthorized" error response.
Workaround A workflow developer explicitly needs to have “Authorization” field set with empty string (“”) in a “RequestHeader” property of “Call HTTP Web Service” action. This will result in suppressing the bearer authorization header for this HTTP request.
I'm tried to add Authorization field to RequestHeaders, but it's didn't change anything. AppStep is also didn't change situation?
Any suggestion very appreciated.
I have to create a daily reporting mechanism to consolidate all the new list items and E-Mail it to a user every 24 hours. Currently I am testing a scenario where I am able to do it for one list item. I am looking to consolidate fetch GUID of all list items but unable to find a way for that
I am comparatively new to SP Designer.
Any help will be appreciated. Thanks in advance
Hi,
I have a peculiar problem or I may not be aware of the correct option.
First the behavior I want the task process to do:
I have a task process where i am assigning a single task to 12 members in parallel for my organization. They should be able to Approve, Reject, Request Change or Re-assign on the task individually.
But I must wait for all the responses and if one member select "Reject" and all other 11 members select "Approve", the workflow must exit. Also, the same case with one member selecting "Request Change" or "Re-assign".
Also, if one member selects "Reject", any number of members selects "Request Change", any number of members selects "Re-assign", remaining members all select "Approve", then also the workflow must exit.
The "Task Options" available:
1. Wait for all responses 2. Wait for first response 3. Wait for a specific response 4. Wait for a percentage of reponses.
My Question:
Which Option should I select to satisfy my requirement mentioned above?
Any help is much appreciated.
Regards,
Suresh.
This is for SharePoint in Office 365.
I have a document library that has a lookup to a list that contains over 5,000 items. In order to work around the threshold limitation, I have decided to add text fields where users can type in the unique value from the lookup list. A workflow will then run and set the actual lookup field based on the unique value. This works fine when I need to set a value. However, if the users wants to remove the lookup value (break the connection to the lookup list), I am unable to clear the lookup value. I have tried blank, 0, -1, and a few other things but nothing seems to work.
Is it possible to clear a lookup field in a workflow? If so, how? If not, why not?
Anyone have another suggestion on the best way to handle a lookup in SharePoint O365 that exceeds the threshold? I am open to creating a custom form if someone can point me to a decent example.
Thanks, Mike
Mike
I have an infopath form and when using it via SharePoint online we get the below error. From what I've found online we need to adjust the thresholds for infopath but I cannot for the life of my find that option in SharePoint Online. can someone help?
|
Hello,
When you get data from data connection we are facing the below issue in share Point online.
"The amount of data that was returned by a data connection has exceeded the maximum limit that was configured by the server administrator"
What is solution for this in Share point online.
If any power sheel scripts is there for increasing The Default data connection response size
I need to look at the major versions for a document and send an email out when that major version count gets to a certain number.
Is there a way via SharePoint 2013 designer workflow to count major versions of a document?
I can't just compare the lowest major version number with the latest major version number because that's not an accurate indication of the actual count.
Thank you!
We are upgrading from SP 2010 to SP 2013.
We have views that use "Type (icon linked to document)" on lists. This is not working in SP 2013. It does nothing.
I found this article:
But this is not working on a list. Is there a fix for this? A fix for 2010 was released to change fldtypes.xsl but there seems to be no fix for SP 2013. What is the purpose of this column if it doesn't actually link to the document/list item?
Hello. Is it possible to create a workflow that will delete / lock web if last edited event was 12 months ago. Pseudo coded workflow would behave something like this:
if(sitepolicyweb.LastItemModifiedDate+24 months)< current date)
deleteweb()
else if(sitepolicyweb.LastItemModifiedDate+12 months)< current date))
lockweb()
Seems like Site Policy does not allow this so c# seems to be my only friend.
Hello everyone.
I have i little bit tricky problem with workflow migration. After i've imported my previously exported wf, saved him and published - it crushes just right after start.
SP logs shows a very interesting thing - my workflow tries to call a web service _vti_bin/client.svc/web/lists/getbyid (guid'a2850704-65af-4abf-9893-7301fdb13f07') and this guid belongs to original list from i've exported this worklow.
Does anyone know how to solve this issue?
Thanks in advance
I created a form library on Sharepoint 2013 which sends emails via Sharepoint Designer 2013 workflows. Everything was working well and all workflows were triggering as they were supposed to, However, they all suddenly stopped working and now we are unable to get any workflows to trigger on the whole site collection (even manually).
I have deleted the original form library and workflow history, I have deleted and recreated all workflows and I have also reinstalled Sharepoint Designer. I also deleted the local SharePoint designer cache.
I am still unable to even get a simple workflow to trigger on any of the sites in the site collection. It all suddenly just stopped working as if the workflow history is at capacity. Unfortunately I don't have administration access and now I'm struggling to fix it. Any help would be much appreciated.
I've done this many times in SharePoint 2010: create custom new/edit/display forms in SharePoint Designer and then set them as the default forms, either with or without a content type. If multiple content types are used and need different default forms then also edit the content types in SPD and with "Push Changes to Sites and Lists" clicked, add the URL of the custom form.
But in SPD 2013 this isn't working for me. Whether I use a content type or not I cannot get the ribbon command "New Item" or the "+ new item" in a list view to bring up the custom form. I can only get the custom form if I preview it from SPD. What am I missing?
Tom
SharePoint Systems Officer, Capital Regional District, BC, Canada
I have a InfoPath 2013 Browser Based form that has a data connection to an XML file using the SharePoint server owssvr.dll. (http://server/_vti_bin/owssvr.dll?Cmd=Display&List={GUID}&View={GUID}&XMLDATA=TRUE&noredirect=true).
I Saved the connection to a Data Connection Library and added the Authentication to the SSO Group Ticket Target Application that I have configured.
<udc:Authentication><udc:SSO AppId='TestGroupTicket' CredentialType='NTLM'/></udc:Authentication>
The InfoPath form library and list are in the same site. When I open the form from the library the Form opens fine with and the data from the list is added to a repeating table on the form. However, if I add a button to Query the XML data connection again. I get a message that Access is Denied.
I have added a Data Connection using the SharePoint List type and it works fine. I have also created a new web application using Classic Authentication instead of Claims it works fine. For some reason the Claims configuration is causing a re-query of the XML dataconnection to fail.
Does Claims support the use of owssvr.dll properly? Is there some other configuration change that needs to be done in order to re-query this kind of data connection? I'm not sure what else to check at this point.
I've gone through the ULS logs and included the most relevant entries:
06/18/2015 15:00:34.22 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation General g3ql High [Forced due to logging gap, Original Level: Verbose] GetUriScheme(http://sp13web-dev:21301/_vti_bin/owssvr.dll?Cmd=Display&List={ae949580-c856-48b8-96d1-513d88a8990f}&XMLDATA=TRUE&noredirect=true) 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation General 8e2s Medium Unknown SPRequest error occurred. More information: 0x80070005 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation General aix9j High SPRequest.GetFileAndFolderProperties: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://sp13web-dev:21301 ,bstrStartUrl=_vti_bin/owssvr.dll?Cmd=Display&List={ae949580-c856-48b8-96d1-513d88a8990f}&XMLDATA=TRUE&noredirect=true ,ListDocsFlags=16400 ,bThrowException=False 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation General ai1wu Medium System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace: at Microsoft.SharePoint.SPWeb.GetFileOrFolderProperties(String strUrl, ListDocsFlags listDocsFlags, Boolean throwException, SPBasePermissions& permMask) at Microsoft.SharePoint.SPFile.PropertiesCore(Boolean throwException) at Microsoft.SharePoint.SPFile.get_Exists() at Microsoft.Office.InfoPath.Server.SolutionLifetime.DataAdapterXmlFile.<>c__DisplayClass4.<ExecuteNonSolutionFile>b__0(Boolean differentIdentity) at Microsoft.Office.InfoPath.Server.SolutionLifetime.DataAdapterUtil.Impersonate(DataAdapterInformation adapterInfo, String userName, String userDomain, String password, CodeToRunUnderImpersonation codeToRun) at Microsoft.Office.InfoPath.Server.SolutionLifetime.DataAdapterUtil.Impersonate(DataAdapterInformation adapterInfo, String userName, String password, CodeToRunUnderImpersonation codeToRun) at Microsoft.Office.InfoPath.Server.SolutionLifetime.DataAdapterXmlFile.ExecuteNonSolutionFile(String fileUrl, XPathNavigator output, Document document, DataAdapterCredentials credentials, Boolean useDcl, Int64& auxDomSize) at Microsoft.Office.InfoPath.Server.SolutionLifetime.DataAdapterXmlFile.Execute(String fileUrl, XPathNavigator output, Document document, DataAdapterCredentials credentials, Boolean useDcl, Int64& auxDomSize) at Microsoft.Office.InfoPath.Server.DocumentLifetime.DataAdapterXmlFile.ExecuteInternal(XPathNavigator output) at Microsoft.Office.InfoPath.Server.SolutionLifetime.RulesQueryAction.ExecuteRule(Document document) at Microsoft.Office.InfoPath.Server.SolutionLifetime.RuleAction.EvaluateExpression(Document document, XPathNavigator currentTarget) at Microsoft.Office.InfoPath.Server.SolutionLifetime.RulesRuleSet.EvaluateExpression(Document document, XPathNavigator targetNavigator) at Microsoft.Office.InfoPath.Server.SolutionLifetime.ButtonFormCode.Click(Document document, XPathNavigator container) at Microsoft.Office.InfoPath.Server.DocumentLifetime.EventClick.Play(Document document, BindingServices bindingServices, EventLogProcessor eventLogProcessor) at Microsoft.Office.InfoPath.Server.DocumentLifetime.EventLogProcessor.ExecuteLog(Int32 expectedEventLogID) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.<>c__DisplayClass13.<PlayEventLog>b__11() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.RunAndHandleExceptions(TryBlock tryblock) at Microsoft.Office.InfoPath.Server.DocumentLifetime.Document.PlayEventLog(EventLog eventLog, Boolean partialPostback) at Microsoft.Office.InfoPath.Server.Controls.XmlFormView.<>c__DisplayClass8.<LoadDocumentAndPlayEventLog>b__5() at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock) at Microsoft.Office.InfoPath.Server.DocumentLifetime.ErrorPageRenderer.RunAndGetErrorRendererOnException(HttpContext context, EventLogStart eventLogStart, TryBlock tryblock, CatchBlock catchblock) at Microsoft.Office.InfoPath.Server.Controls.XmlFormView.LoadDocumentAndPlayEventLog() at Microsoft.Office.InfoPath.Server.Controls.XmlFormView.OnDataBindHelper() at Microsoft.Office.InfoPath.Server.Controls.XmlFormView.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.WebParts.Part.DataBind() at Microsoft.Office.InfoPath.Server.Controls.FormServerPage.Initialize() at Microsoft.Office.InfoPath.Server.Controls.FormServerPage.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at Microsoft.Office.InfoPath.Server.Controls.FormServerPage.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation General ftd0 Medium Access Denied. Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace: at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs) at Microsoft.SharePoint.Library.SPRequest.GetFileAndFolderProperties(String bstrUrl, String bstrStartUrl, ListDocsFlags ListDocsFlags, Boolean bThrowException, Int32& phrStatus, Object& pvarFiles, Object& pvarDirs, UInt32& pdwNumberOfFiles, UInt32& pdwNumberOfDirs). 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 InfoPath Forms Services Runtime m1uv Medium Thread was being aborted. 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 InfoPath Forms Services Runtime m0ib Medium Not persisting state for request due to previous errors. Form Template: urn:schemas-microsoft-com:office:infopath:Test2:-myXSD-2015-06-18T17-16-01 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 InfoPath Forms Services Runtime m1uv Medium Thread was being aborted. 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,2 agb9s,11 elo9,0 elp1,0 e5mc,13 e5mc,100 aix9j,0 ai1wu,0 ftd0,0 m1uv,0 m0ib,0 m1uv 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://sp13web-dev:21301/_layouts/15/FormServer.aspx?XsnLocation=http://sp13web-dev:21301/FormServerTemplates/Test2.xsn&SaveLocation=http%3A%2F%2Fmphosp13web%2Ddev%3A21301%2FTestForms&ClientInstalled=false&DefaultItemOpen=1&Source=http%3A%2F%2Fmphosp13web%2Ddev%3A21301%2FTestForms%2FForms%2FAllItems%2Easpx)). Execution Time=133.465845519472 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x1988 SharePoint Foundation Claims Authentication amge7 Medium SPFederationAuthenticationModule.IsRedirectToLogOnPage: Detected a redirection but the redirect is not to a known signin page: http://sp13web-dev:21301/_layouts/15/AccessDenied.aspx 82a3119d-600b-007b-51b6-7617a2fd66d4 06/18/2015 15:00:34.23 w3wp.exe (0x2B20) 0x0410 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://sp13web-dev:21301/_layouts/15/AccessDenied.aspx)). Parent No 06/18/2015 15:00:34.24 w3wp.exe (0x2B20) 0x0410 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://sp13web-dev:21301/_layouts/15/AccessDenied.aspx) 82a3119d-f013-007b-51b6-70ca893751ab 06/18/2015 15:00:34.24 w3wp.exe (0x2B20) 0x0410 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|mpho\howeian, ClaimsCount=64 82a3119d-f013-007b-51b6-70ca893751ab 06/18/2015 15:00:34.24 w3wp.exe (0x2B20) 0x0410 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ 82a3119d-f013-007b-51b6-70ca893751ab 06/18/2015 15:00:34.27 w3wp.exe (0x2B20) 0x0410 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,3 agb9s 82a3119d-f013-007b-51b6-70ca893751ab 06/18/2015 15:00:34.27 w3wp.exe (0x2B20) 0x0410 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://sp13web-dev:21301/_layouts/15/AccessDenied.aspx)). Execution Time=34.9327917374974 82a3119d-f013-007b-51b6-70ca893751ab
There are some answers, but since SPD does not have a Design View, Microsoft should provide information or an easy way to adjust something so important without having to go through so much. I have tried the JQuery solution and sometimes it works and sometimes it doesn't.
There needs to be a clear, standard way to change column widths in SP 2013.
Hello,
I was surprised when i got a message on clicking Edit List on SharePoint saying that i need to upgrade SPD to match the SharePoint. So i started downloading the 2013 version and installed it. I was shocked noticing that there is no Design view in SPD 2013.
I was able to edit the with of the columns in SPD 2010 with the help of solution provided in the below link.
http://aanuwizard.com/2010/08/01/sharepoint-2010-how-to-change-width-of-list-column/
But where is the Design view in SPD 2013? I searched the whole forum before posting this question here. It says that it does not exist. OK i got it, but what is the solution??
Can anyone please help me by providing a solution to edit the width of the columns in the list.
Also, The code present in the link below is not seen in the Allitems.aspx page in SharePoint Designer 2013.
http://aanuwizard.com/2010/08/01/sharepoint-2010-how-to-change-width-of-list-column/
Regards, SAN
Santhiya
Hi There,
I have an InfoPath form with a people picker field (does not allow multiple selections). I see that only for one user, username is repeated twice (one with email Address and another without email address). I have a workflow associated with this form, where I need to start a task process with the person selected in the above. But I am ending up with workflow being suspended with this error message:
RequestorId: 8ce7b87c-a815-554c-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ArgumentException: AssignedTo at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Any help would greatly appreciated!!!