Outlook Web Access Web Part Sharepoint Server 2013 was deprecated?
Hide DocumentSet proerties in New Form and Display in EditForm
I have a library for document sets. I have a few site columns in it that are used for workflows. When I create a new document set, all the parameters show up on the new form. however, I want to hide certain columns in NewDocSet Form only and let them be available for Editing after. A no code option was available in the DocumentSet Properties on the column to hide it. But this option hides from all forms. i want to hide only in NewForm. I am using SharePoint online. Please suggest answers feasible in the Office365/sharepoint online environment.
Thank you,
-tp
Designer workflow not initiated when Item is created - SharePoint Online 2013
I created a custom list workflow using Designer 2013 for document library. I checked the option to start when item is created. When I create the document set, the workflow is not started. This is for SharePoint online 2013. Any pointers on why it is not starting and how I can get it to work. I do have a initiation form parameter. However this was not working without it also.
Thanks much.
-tp
infopath services
I have 2 SharePoint 2013 servers.
I have an infopath document where I am trying to query GetUserPropertyByAccountName
In Infopath this works, but when I publish the infopath form to SharePoint I get the following warning:
Warning The following query failed: GetUserPropertyByAccountName
Data adapter failed during OnLoad: The remote server returned an error: (500) Internal Server Error. Server was unable to process request. ---> Attempted to perform an unauthorized operation.
The Url of the web app uses SSL, the web app is NTLM.
What can I do?
Error during workflow activation of infopath form
Hi all,
after activation of enterprise features and configuring the infopath features in sharepoint 2013 central administraton I was able to upload my browser-enabled forms.In the next step I want to activate them but the process stops with the following log-error:
09/13/2013 10:24:54.52 w3wp.exe (0x40E0) 0x295C InfoPath Forms Services Administration lz8s Warning Activation of form template on site collection http://SERVERNAME failed. (User: SERVERNAME\Administrator, Form Name: TestFormular_4, IP: , Request: http://SERVERNAME/_admin/ActivateFormTemplate.aspx?templateId=cd37961e-8bc1-426a-b15d-86919fcf21f4, Form ID: urn:schemas-microsoft-com:office:infopath:TestFormular-4:-myXSD-2013-09-02T13-28-54, Type: ThreadAbortException, Exception Message: Der Thread wurde abgebrochen.) 9089429c-3484-1027-960f-55e4d6b1aa12
Sorry for my bad english, please let me know if you need anything else...
Any ideas?
How to display specific row of list in Infopath web part
SharePoint - List Forms - InfoPath and related items
I have created a custom list form using InfoPath for "Projects"
I have added to the list form the related items "Tasks".
I am having the problem that everyone has. When a new "Task" item is created from this screen you expect SharePoint to default the "Project" to the one that you are currently in the list edit form of.
Of course it does not do this so the user has to reselect the related "Project".
My question is basically is there a better way to solve this in 2013?
I have seen suggestions using JavaScript for SharePoint 2010 but before I try and adjust for 2013 I am hoping that there is better answer to this common scenario.
SharePoint 2013 - Custom List form - Showing Parent item information in child edit / display form.
I have customised list forms using InfoPath.
My lists are related each "Project" has "Tasks".
When in the tasks list and I look at the edit or display form for the task I want to be able to see the information about the "Project".
How can this best be done?
I cannot use projected fields since not all field types can be projected.
I don't really want to have to duplicate all the data into the child list item using an event receiver if I can avoid it.
I could add a XSLT data view web part and send filter values to it but then I would have to recreate the look and feel of the presentation of the parent InfoPath which I have already spent time creating as an InfoPath custom list form.
Any thoughts?
I did try to add another InfoPath web part for the parent item and connect this to the child but this did not work.
SP 2013 - Advanced UI Design Question
Hello Community,
I have been given a difficult SharePoint UI design to implement. Essentially, depending on the category of a page in the web site, the local navigation will either be present or not, and bread crumb navigation may be present, or not. Now, since I understand these elements are configured in the Master Page, and there is one Master Page for content in a SharePoint site, then how can I possibly implement this kind of design? Any guidance, advice, or examples will be greatly appreciated.
Thanks!
Tom
Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award - Linked-In - SharePoint Gypsy
Sharepoint 2013 Person or Group field look change when form is saved
When I create Person or group column and open NewForm i have form that looks like single input filed with placeholder "Enter a name or email address...." and when I type it populate dropdown with founded users, but when I open form with SPD 2013 even if don't modify form, just save it, Person or group input changes look with 2 icons in right side. How can I keep input field functionality as it is in beginning, because it's much more user friendly?
Infopath Form Unable to Connect to UserProfileService , Data adapter failed during On Load: Unable to connect to the remote server
Hi ,
We are getting below error while InfoPath form connect to below user profile web service “UserProfileService.asmx” and “UserGroup.asmx”
An error occurred querying a data source.
An error occurred while trying to connect to a Web service.
While previewing InfoPath form in InfoPath client we are able to get data from user profile web service but after publishing form its giving below error
Note: Production environment is having FBA Authentication and Anonymous access is enabled for the same
As we know user profile service requires credential so with anonymous with FBA , it won’t allow us to connect to web service
Central admin configuration to connect to webservice using infopath form is already there and we have also added NT Authority\Network Service , All Authenticated
Users to user profile service application permission
I will appreciate your comment and help , So please let us know the solution if you know about it or have faced it before
I just seen the verbose log for InfoPath form , I am getting below error
“Data adapter failed during On Load: Unable to connect to the remote server”
We have 2 WFE and one App server on production environment and when I am browsing web service using access map URL or production site
I am able to browse from my machine but when I browse same web service from PROD Box I am not able to browse it.
After this update if you have idea then please suggest.
Thanks & Regards ,
Gunjan
Gunjan
How to add dynamica link such as SkyDrive link to Quick launch at my site host site collection
jl
How to get check box values seperated with comma in a textfield in infopath
I have a Multiple Selection List Box. Having 7 values.
I want to add a rule in such a way that whatever values i will select will be saved in another textfield seperated by comma.
After last field there should not be any comma.
How could i do that?
How to create SharePoint 2013 designer workflow to publish or check-in major version of document?
1. Content approval for document will not be enabled
2. "Workflow can use app permission" will not be helpful as we are planning to deploy workflow across farm. (for each site overhead of activating feature and setting up app permission is involved in this procedure)
3. We cant limit the user to use only major version
feasible approach will be using below web service call but I have no idea on how to get accessToken
url: http://site url/_api/web/GetFileByServerRelativeUrl('/Folder Name/file name/CheckIn(comment='Comment', checkintype=1)
method: POST
headers:
Authorization: "Bearer " + accessToken
X-RequestDigest: form digest value
Thanks
SharePoint Designer Workflow Update Group Members
I use SharePoint Designer 2013 and I have a big problem with workflow:
- I have a Site Group, called GroupOne.
- I use action "Start Task process on Current Item with GroupOne".
- This workflow starts when in calendar is created a new event and next generate tasks for every members from GroupOne.
- In calendar I have a column called No Response
- When I try use "Update List Item" to display all members of my group in column, only I see name of my group - GroupOne
- Instead of this I want to display every member individually separated by a semicolon.
What should I do?
How to quickly get started with customising Sharepoint 2013 - branding etc
Hi there,
I would like to do some branding and customising a sharepoint 2013 on premises.
I have been customising SP 2010 and need to get started n SP 2013 quickly
I'm looking for tips and good resources to get started and best practises.
Any advice or resources online would be appreciated.
Thanks in Advance
twitter bootstrap sharepoint 2013
Has anyone ever used and integrated the twitter bootsrap framework within your site? If so, can you share your experience with it and some information on how to add my styles, branding, etc. to it.
thanks
infopath spin button
Approval WorkFlow in SPD 2013
Hi Guys,
I need to create a stabdard Approval WorkFlow using 2013 platform type.
I know that all templates refers to 2010 type, I need to use 2013 type because I need to insert in my WF some HTTP Web Services call.
I am not able to copy and paste the WF from 2010 to 2013....the Designer does not allow it....
Is there any template for approval WF in 2013 platform?
Or some guidelines to create it?
Thanks!!
How to create Dynamic data source in PPS 2013
Hi,
I have two different SSAS database with same schema i.e all the measure and dimension name is similar in both SSAS database.
I have craeted one PPS 2013 dashboard which is using SSAS database A, now I want to use the same Dashboard for SSAS database B. I want to create a filter in dashboard which display SSAS database name i.e A and B. When user select A from the drop down
box dashboard start displaying data from A if user select B then it will display data from B.
Is it possible in PPS 2013. If yes then how we will do that.
Thanks,
Pushkar