Quantcast
Channel: SharePoint 2013 - Using SharePoint Designer, InfoPath and Other Customizations forum
Viewing all 10278 articles
Browse latest View live

spcolor theming not rendering

$
0
0

Hi, I'm a student web developer for University of Wisconsin at Eau Claire, and I've had an issue with my custom theme.

I've created a custom composed look. The links are all functional, and the composed look appears in the composed look gallery. My color scheme is automatically selected when I "Change the Look." My preview looks great, and I select "Try it out." However, the preview of my site in the new theme appears to be using one of the OOTB color schemes (albeit under my custom CSS branding). Sure enough, when I say "Yes, keep it" and am redirected to my home page, the color scheme is not the one I have specified for my composed look. ie hyperlink color, site header color etc are incorrect. I've made sure the .spcolor file is checked in and current, but this keeps happening.

Does anyone have ideas about this?


Workflow for Products and Quotes

$
0
0

I have a list in SP2013 for the Products we sell including cost, price, part number, and description. I have another list I am using for creating a quote that does a lookup on the product from the Product list.

However, I need to do some calculations and I realize you can't do that with lookup fields.

I need to add quantity, discount, tax, and other items to the quote list for the items. The end result or total will be a calculation of price, etc.

How can I use a workflow to copy the price from the product list to the quote list as a number so I can use it in calculations?

I'm a newbie and I tried several searches without any good results.

InfoPath and 2010 Workflows in SharePoint 2013

$
0
0

I have a potential client that is asking for a workflow solution in SharePoint 2013, along with InfoPath Forms. They would want to use 2010-style workflows.

Can this be done?  That is, can one use InfoPath Designer 2013 to create forms for 2010-style workflows in a SharePoint Server 2013 environment?

For that matter, could one use InfoPath Designer 2010  to create forms for SharePoint 2013 and 2010-style workflows?

Complex rules with Infopath 2013 and SharePoint 2013

$
0
0

Hello,

I'm new in the SharePoint enviroment and I would like to ask you for your help. I would like to set a rule that a person can choose between different web application e.g. A, B, C in a drop down menu. Ok after that new new drop down menu should appear where person can decide explicit conclusion they would like to have e.g.   A.de/services A.de/user

Is it posssible to make such a formular with Infopath 2013? If not what can I use for that?

Thank you in advance

Matthias

SP2013 Customize Workflow Task Form with InfoPath 2013 - Unknown error occurred

$
0
0

Hi everyone,

After creating "Collect data from user" workflow using SharePoint designer, I need to customize the task form. But when I open the .xsn file (SharePoint generated), without editing anything (for testing purpose), and publish it, I got the message box: "An unknown error has occurred. The form template has been published to the server but it can only be opened in InfoPath Filler". I test the same scenario in SharePoint 2010, and it worked. It really annoys me.

No exception in the log file, and no solution after much searching around.

Please help.

SP Designer 2013 - Workflow internal server error when publishing

$
0
0

Hi, 

I'm having problem recently when trying to publish a workflow from SPD2013. It shows:

"Errors were found when compiling the workflow. The workflow files were saved but can not be run" and there's the detail below it:

System.InvalidOperationException: 
Operation failed with error Microsoft.Workflow.Client.InternalServerException: 
An internal error occured. For more details, please see the server logs. 
Client ActivityId : 
10e81d9c-2678-c09c-85e2-edf4fba12a43. ---> System.Net.WebException: 

The remote server returned an error: (500) Internal Server Error.
at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResu


I used to publish workflows from SPD2013 normally, this just happen after I restarted the server until now.

Any clue around this error? Kindly help me please... :)

Thanks...

Note, here's the log from ULS:

05/23/2013 08:56:51.32 	w3wp.exe (0x2328)                       	0x2044	SharePoint Server             	
Workflow Services             	ajre7	Exception	 Microsoft.Workflow.Client.InternalServerException: An internal error occured. For more details, please see the server logs. Client ActivityId : 2e221e9c-a685-c09c-85e2-e2894f039829. ---> System.Net.WebException: 
The remote server returned an error: (500) Internal Server Error.     
at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)     
at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)     
at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)     --- End of inner exception stack trace ---     
at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)     
at Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)  ...	2e221e9c-a685-c09c-85e2-e2894f039829

I've checked again to the Workflow events, and it looks like caused by some keyset does not exist... I've read sometimes ago about this, but forgot where it is. Maybe anyone notice about this?

Error processing management request. Method: PUT, RequestUri: http://sharepoint2013:12291/SharePoint/default/9d640f51-b709-48a0-bc86-8674e4699f34/e1b2c1e3-22d7-4208-a344-652c39ed21c5/$Activities/WorkflowXaml_8091d957_2002_4fdf_8923_76972094f689?$overwriteXClass=true, 

Error: System.Security.Cryptography.CryptographicException: Keyset does not exist

   at System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer)
   at System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle& safeProvHandle, SafeKeyHandle& safeKeyHandle)
   at System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair()
   at System.Security.Cryptography.X509Certificates.X509Certificate2.get_PrivateKey()
   at Microsoft.Workflow.Common.EncryptionHelper.DecryptStringWithCertificate(X509Certificate2 encryptionCertificate, String encryptedText)
   at Microsoft.Workflow.Management.WorkflowEncryptionSettings.InitializeInternal()
   at Microsoft.Workflow.Management.WorkflowServiceConfiguration.get_EncryptionSettings()
   at Microsoft.Workflow.Management.WorkflowServiceConfiguration.GetResourceManagementConnectionStringFromConfig()
   at Microsoft.Workflow.Management.WorkflowServiceConfiguration.get_ConfigProvider()
   at Microsoft.Workflow.Management.WorkflowServiceConfiguration.GetWorkflowServiceConfiguration()
   at Microsoft.Workflow.Gateway.HttpConfigurationInitializer.CreateServiceContext(String nodeId, NamespaceSender namespaceSender)
   at Microsoft.Workflow.Gateway.HttpConfigurationInitializer.EnsureInitialized(String nodeId, NamespaceSender namespaceSender)
   at Microsoft.Workflow.Gateway.HttpConfigurationInitializer.Initialize(HttpConfiguration config, String nodeId, NamespaceSender namespaceSender)
   at Microsoft.Workflow.Gateway.Global.EnsureConfigInitialized(String nodeId)
   at Microsoft.Workflow.Gateway.Global.Application_BeginRequest(Object sender, EventArgs e)


How To deploy custom activity on SharePoint 2013 with Workflow 2010 platform ?

$
0
0

Hello Guys;

i'm a beginner in dev SharePoint 2013, I have VS 2012 + SP2013 + OfficeTools. When I deploy my custom workflow activity/action in SP2013 for workflow 2013 platform: it's OK.

But, how I deploy for worklow 2010 platform in my sharepoint 2013 ?

Thank's a lot

have a good week-end

Pascal

Globally disappearing styles after page load

$
0
0

Hello everyone,

I just started working on preparing a design for a SharePoint 2013 Preview site and after a while after enabling the Publishing Feature on the site collection and web I started getting a very weird behaviour, for example the top blue bar disappears as in the following screenshot:

Missing top bar

It is happening both on normal Publishing site collections as well as other web apps (!). I can usually see the top blue bar being rendered but it seems to disappear after 1-3s (or when the page stops loading).

I didn't make any changes to files in the hive or altered any core CSS - and I am stuck without any idea on how to fix this issue. Any feedback/help would be greatly appreciated :)


Evoke IT - All Things SharePoint (http://www.evokeit.com)


Cannot add item to external list using SP 2010 Workflow mode in SPD 2013

$
0
0
I am using SP 2010 workflow in SPD 2013 to add an item to an external list but I can't pass a value to an identifier field. I used to be able to do this in 2010.

SharePoint control's FieldName is showing a code instead of human readable name

$
0
0
Hello,

Setting: SharePoint Designer 2013 (32-bit) connected to SharePoint Online. Windows 7 (64-bit).

During editing of a custom layout in Advanced Editor, when I'm adding new SharePoint Control the "FieldName" is showing code instead of human readable name. And also "id" is missing.

Please check the code below. I believe "id" should be present and "FieldName" should be readable as it is in the top control (id="PageTitle") which was present on the page by default:

<asp:Content ContentPlaceholderID="PlaceHolderPageTitle" runat="server"><SharePointWebControls:FieldValue id="PageTitle" FieldName="Title" runat="server"/></asp:Content><asp:Content ContentPlaceholderID="PlaceHolderMain" runat="server"><SharePointWebControls:TextField FieldName="fa564e0f-0c70-4ab9-b863-0177e6ddd247" runat="server"></SharePointWebControls:TextField></asp:Content>

Second web control is the one which I added.

Thanks.

Future of InfoPath forms in SharePoint 2013

$
0
0

It seems that Microsoft is deprecating InfoPath forms in SP2013. From blogs and Web-cats it is clear that InfoPath forms working in SP2010 will be working fine in Sp2013 also. But in SP2013 do we have option to enhance, update the InfoPath forms or to do a new InfoPath form development.

Or shall we stop developing new InfoPath forms and rely on .aspx forms thru designer?

Workflow forms also has been changed from InfoPath to .aspx . And there is no noticeable enhancement in InfoPath 2010.

Workflow - create announcement basen on page content

$
0
0
Hi I am trying to create a 2013 workflow that copies content of selected fields when a new page is created to an announcement list on another site. Can anyone guide me how to?

How set up alert to send the group wise?

$
0
0

I don't want to have to enter in all the users individually.i need group wise.

Have idea please reply soon

An unknown error has occurred. The form template has been published to the server but it can only be opened in infopath filler

$
0
0

I've created a SP2010 workflow in SP2013 and I want to edit the collect data / approval task workflow forms. Trying Quick Publish in InfoPath Designer results in the following error:

an unknown error has occurred.  The form template has been published to the server but it can only be opened in infopath filler

It's driving me mad.

I've found and tried the following workarounds:

- Increase execution time in web.config, restart IIS (didn't work)

- Use the highest privileged user (didn't work)

- Make sure no other users have the form checked out (didn't work)

- Re-register the workflow service (didn't work)

- Increase the ViewStateTreshold (didn't work)

I've also found this thread where somebody is claiming this simply cannot be done, but without official confirmation I find that hard to believe: http://social.technet.microsoft.com/Forums/en-US/sharepointcustomization/thread/42956f82-748f-487e-b9c3-5e0eec5d926d#42956f82-748f-487e-b9c3-5e0eec5d926d

Right now I've set InfoPath logging to Verbose. Here's a small dump of ULS containing the one and only error I could find:

Entering monitored scope (Request (GET:http://sharepdevx01:80/demandmanagement/Workflows/Business%20Request%20Management/Assign%20IT%20Architect.xsn?OpenIn=PreferClient&NoRedirect=true&XsnLocation=/demandmanagement/Workflows/Business%20Request%20Management/Assign%20IT%20Architect.xsn)). Parent No
Name=Request (GET:http://sharepdevx01:80/demandmanagement/Workflows/Business%20Request%20Management/Assign%20IT%20Architect.xsn?OpenIn=PreferClient&NoRedirect=true&XsnLocation=/demandmanagement/Workflows/Business%20Request%20Management/Assign%20IT%20Architect.xsn)
Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|client-com\sp_admin, ClaimsCount=24
HTTP Request method: GET
Overridden HTTP request method: GET
HTTP request URL: /demandmanagement/Workflows/Business%20Request%20Management/Assign%20IT%20Architect.xsn?OpenIn=PreferClient&NoRedirect=true&XsnLocation=/demandmanagement/Workflows/Business%20Request%20Management/Assign%20IT%20Architect.xsn
Failed to get document content data. System.ComponentModel.Win32Exception (0x80004005): Cannot complete this function     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)
Could not get DocumentContent row: 0x80004005.
Spent 0 ms to bind -1 byte file stream
Failure when fetching document. 0x80070012

It's not really clear to me what is causing this.

Can anyone help me figure this out? Any help is much appreciated.



Microsoft Sharepoint 2013

$
0
0

Hi All,

I am trying to collect some inforamtion around the Sharepoint 2013 for Web content , Knowledge management and Document manangement services  but i am confused with the nomenclature used for these services under the product Sharepoint 2013. Could you please help me with following information:

WEB content or Portal management

1) What we call portal management under sharepoint ( server, foundation, designer ...online)

2) Delivery model - SaaS/ON Premise.

3) Prebuilt Integration.

4) Product versions till date and waht is new in the latest product.

5) Strongest functionality in the latest verison and general strengths.

Knowledge management

1) What we call Knowledge management under sharepoint ( server, foundation, designer ...online)

2) Delivery model - SaaS/ON Premise.

3) Prebuilt Integration.

4) Product versions till date and waht is new in the latest product.

5) Strongest functionality in the latest verison and general strengths.

Document management OR Imaging system

1) What we call Document management OR Imaging system nder sharepoint ( server, foundation, designer ...online)

2) Delivery model - SaaS/ON Premise.

3) Prebuilt Integration.

4) Product versions till date and waht is new in the latest product.

5) Strongest functionality in the latest verison and general strengths.

Thank you, Sumit Kerara


Workflow, Open This Task, The file is not a valid XML Document, DTS is prohibited

$
0
0

Hi

When two users click "Open this task" from Outlook or clicking the link in the email they get the error below

Form template: http://intranet.uk.mydomain.com/qhse/_layouts/formResource.aspx?templateFile=http://intranet.uk.mydomain.com/_catalogs/wfpub/Publishing%20Approval/ReviewPublishing_Task_1033.xsn

The file is not a valid XML document.

DTD is prohibited.

Line 2, Position 9

We are using a "Out of the box" Approval Workflow.

It works for "most" users however some are getting this error, the users have full controll and approval permissions to the site

Internet settings are controlled via group policy, URL is in localintranet site.

Any help would be very much appriciated

Regards

Francis


Access Denied Using REST in SharePoint 2013 and InfoPath 2013 environment

$
0
0
So here is the story. I developed a simple application in InfoPath 2013 (saving as InfoPath 2010) and published to a SharePoint 2010 server. 

A major component to my form is the use of REST to query a SharePoint list. Everything works fine and dandy through the web browser within the SharePoint 2010 environment. Now that I have moved the source list to SharePoint 2013, saved the form as InfoPath 2013, reset the REST data connection, and published to SharePoint 2013, I get the following message on the Form Load. 

Warning

An error occurred querying a data source.
Click OK to resume filling out the form. You may want to check your form data for errors.

Hide error details
The underlying connection was closed: An unexpected error occurred on a receive.
An entry has been added to the Windows event log of the server.
Log ID:5566
Correlation ID:116a259c-904c-d098-fc14-956c88240dd8

When I go to the Event Viewer, I see this......

WebHost failed to process a request.
Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/55627478
Exception: System.ServiceModel.ServiceActivationException: The service '/_vti_bin/ListData.svc' cannot be activated due to an exception during compilation. The exception message is: Exception has been thrown by the target of an invocation.. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Any thoughts, questions, or troubleshooting ideas would be very welcome!

Thanks in advance. 

InfoPath shows an error when using Visual Studio for C#

$
0
0

Good day, 

I've got a quite simple Document Information Panel form, created in InfoPath 2013 and to be used in Word. I need to perform a calculation on one of the fields, written in C# using Visual Studio. That shouldn't be any problem since InfoPath has a Developer tab with Visual Studio integration. The thing is, it just doesn't work. Even when I just click on "On After Change event" button and Visual Studio generates an empty function for me, it already produces an error when using the form. Because I didn't add any code yet, it's 100% sure the error is not as result of my custom code.

It's even weirder. When I create a new empty form, just add a button, and add a skeleton code (an empty function), it won't work. It just gives a generic error message (see below). Perhaps I'm missing a simple step, like compiling or something like that. Right now I just save and publish the InfoPath form, and boom, the error appears when opening the form.

The error message is: "Document Information Panel cannot open a new form.
The form cannot be opened. To fix this problem, contact the form designer.
Form template: https://mysite.sharepoint.com/_cts/documents/e7d9d2651713b7f2customXsn.xsn
Document Information Panel cannot open the selected form because of an error in the form's code.
Error in the application."

I tried:
- Setting the Sharepoint site as Trusted within Internet Explorer;
- Set the InfoPath on 
full trust instead of automatically;
- Updated Visual Studio 2013;
- Tried it with an empty form.

I'm using Sharepoint 365 and Office 2013.

I hope I gave enough information. If anything is missing, please ask. Thank you very much,

Meneer Aart

2013 Designer Workflow with Lots of Approval Processes Fails to Publish

$
0
0

I am getting the following error when publishing a SharePoint 2013 Designer workflow with 7 task processes.  I ran into this problem in 2010 and fixed it with the following PowerShell.  It doesn't seem to do any good with my 2013 workflow. 

Error:

Microsoft.Workflow.Client.ActivityValidationException: Workflow XAML failed validation due to the following errors: Activity 'DynamicActivity' has 62 arguments, which exceeds the maximum number of arguments per activity (50).

2010 PowerShell:

$app = get-spwebapplication https://thesite

$app.UserDefinedWorkflowMaximumComplexity = 20000 #Default is 7000

$app.Update()


I have looked at the 2013 PowerShell commands listed here http://technet.microsoft.com/en-us/library/ee906558.aspx but they don't seem to have any settings that are even close. 

I really don't want to have nested workflows that start each other.  This has to be a setting I can flip somewhere.

How to connect a Sharepoint 2013 List to Business Intelligence dashboard?

$
0
0

Greetings,

I need to connect a Share Point 2013 List to a Business Intelligence dashboard.  Can anyone refer me to the link that describes the steps to be taken?

My objective is to capture inspection data in a sharepoint list and then have that data connect to sharepoint Business Intelligence for real time reporting.

Regards,

Bartley

Viewing all 10278 articles
Browse latest View live