Populate field based on other lookup field in form
Hello,In a list item in Infopath, I have a field which looks up a location. You can select the location in a dropdown list.I want to fill another field with the manager name of the selected location....
View ArticleHow to add New Item to SP LookUp Field using CSOM in SP2013 ?
How to add New Item to SP LookUp Field using CSOM in SP2013 ?We can add normal field values as var itemCreateInfo = new SP.ListItemCreationInformation(); this.oListItem =...
View ArticleWorkflow 2013: List does not exist error
Hello everyone,I am creating a SharePoint Designer 2013 workflow and I encountered an error which suspends my workflow. I've noticed that it only occures when I reference a lookup column to another...
View ArticleSharePoint 2013 Workflow REST Call returns no results
Hi,I am trying to make a REST call inside a 2013 workflow from one sub site to another but every time it returns no results. The “ResponseStatusCode” is always "OK", I have the request in an APP step...
View ArticleSome users getting 2 task notifications from SPD workflow
Hi,I have created a SPDesigner Workflow in SharePoint 2013 Ent, using the SP2010 workflow engine as it is a fairly simple process.The odd thing is that for one particular user, when a Task is assigned,...
View ArticleWorkflow giving "Suspended" Error on Calculated Columns- Sending Reminder...
I have created a list that has our reporting due dates plus calculated columns for 5 and 10 day reminders.Example:Due Date: 3/7/2014 1:00 PM5 Day Reminder (Calculated Column= [Due Date] – 5): 3/2/2014...
View ArticleUnable to Read Calendar List Items through CAML
Hi All,* I have created two columns in calendar one Year and other Month.When new event is added in calendar through (Item Added) event receiver I am setting the values to this columns as Name of Month...
View ArticleBackground color for promoted list using Script & Content Editor webpart
Hi All, I have task to apply background color for promoted list using script and content editor web-part. Due to my permission level I need to change the background color with Content &...
View ArticleCan you dynamically change the "SharePoint Group" of a People picker control...
Hi,Is it possible to dynamically change the "SharePoint Group" of a People picker control in InfoPath. For example, when I user select a group from a drop-down. I know how to manually set the...
View ArticleAdd "ListFormWebPart" to publish page inside other web site
I need to add a ListFormWebPart to publish page inside other web site (not same web that contents the list), I need that because I need the site user to insert feedback on the page exist on the home...
View ArticleCreating Data Source to SQL Server 2008 in SharePoint Designer 2013
Hello, I have been trying to create a Data Source connection to a SQL Server 2008 Database. I use a custom string and I choose the table to display and hit ok. When I try to click on the connection to...
View Articlekickoff sharepoint 2013 designer workflow from powershell
Not able to kickoff sp2013 designer workflow from powershell.$siteURL = "http://" $listName="Test123" $web = Get-SPWeb $siteURL $list=$web.Lists[$listName] $item=$list.Items[0] $wfm = New-object...
View ArticleHow to update an item in Date field to today in list 1 from list 2?
Hi, I have two different SharePoint lists on the same site. In list one, I have a date field (Approved on). In list 2, I have many fields including Date of Approval and Request Status drop down menu...
View ArticleSPField for calculated column
I have calculated column.I have list.Fields and list.ItemsHow can I find, not using column name, is this spField presenting calculated column?Thanks for any help.bnossov
View ArticleInfopath form, Document Library and tasks
I have an infopath template that writes to a document library. In the infopath template is a repeating table. How do I get those entries - in the repeating table - into a list to assign to people.
View ArticleHELP - Issue with intermittent Images rendering at “RichImageField”.
In one of our SharePoint 2013 publishing site we have few page layouts with RichImageField.We are noticing an issue that seems to be specific field controls in page layouts. Basically, images within...
View ArticleSetting Due Date for task using business days
While this may not be new news to many, I found little information on how to add a certain number of business days to determine the due date for a task to be used in a workflow. For SharePoint 2010...
View ArticleCan I create a dynamic dictionary object in WF using SPD?
I am creating a list of task in a loop. I need to store the taskIDs in a dictionary object. How can I do this?The loop looks like:Loop N times-->Create a task-->Add Task1-TaskID to Dictionary...
View ArticleInfoPath 2013 / SharePoint 2013
Hi everyone,I have a problem with a customized Workflow Task Form. It generates the following error:"The amount of data that was returned by a data connection has exceeded the maximum limit that was...
View ArticleMultiple selection box is read-only in document information panel
I've got a custom document information panel in Infopath 2013 linked to a Sharepoint 2013 library. The content type has a field with a lookup to another sharepoint list. From this list I want the users...
View Article