No announcements
Found 2734180 threads
-
0 Votes
manytomany lightswitch control
Hi Suneel, I just tested the Many-to-Many & the Filter control extensions here on an internal build later than RC and I can't repro the error, so it should be ...Answered | 6 Replies | 1924 Views | Created by SuneelK - Thursday, September 12, 2013 8:53 PM | Last reply by Beth Massi - Microsoft - Friday, September 13, 2013 6:19 PM -
1 Votes
CodeOnly ManyToMany
Nithya is right: today if you have only one navigation property you can't create a Many to Many relationship using Code-Only.Answered | 8 Replies | 7637 Views | Created by mighty__man - Tuesday, November 17, 2009 6:06 PM | Last reply by Arthur Vickers - MSFT - Monday, July 19, 2010 4:55 PM -
0 Votes
ManyToMany field can't get the value
User-323784514 posted I've posted all details on that link to stackoverflow.com, i'll copy the definition of models again: public class ...Unanswered | 11 Replies | 95 Views | Created by Anonymous - Monday, October 10, 2016 3:18 PM | Last reply by Anonymous - Tuesday, October 11, 2016 9:42 AM -
0 Votes
Get value from lookfield field
The field value is an object of type String, and the string has the following format: Id;#Value Id is the identifier for the list item that the ...Answered | 5 Replies | 9784 Views | Created by thebaldur - Friday, October 1, 2010 8:52 AM | Last reply by Richard Przybylski - Friday, June 2, 2017 12:18 PM -
0 Votes
Get the value of a field
If you are in the async handler (ends with ed not ing) you can use properties.ListItem to get the values of the item added.Answered | 3 Replies | 5080 Views | Created by Allen Saslaw - Tuesday, December 9, 2008 4:56 PM | Last reply by Michael Washam - MSFT - Wednesday, December 10, 2008 3:04 PM -
3 Votes
How to get field value on DispForm.aspx?
I had two fields titled Assignee and RecommendedAssignee.Answered | 5 Replies | 22446 Views | Created by amberzh - Thursday, April 21, 2011 10:30 AM | Last reply by pjhpayne - Friday, May 5, 2017 1:27 PM -
0 Votes
Getting a field's value in C#
foreach(DataRow tableRow in domesticpurchaseDataSet.Tables["Employees"].Rows){ string empID = tableRow ...Answered | 4 Replies | 3096 Views | Created by Tooraj Azizi - Saturday, June 19, 2010 2:56 PM | Last reply by Fafafaalex - Monday, June 21, 2010 3:35 AM -
0 Votes
Get ListItem values of specific fields
public static void GetMyItemsAsDataTable() { string query = "<Where><Eq><FieldRef ...Answered | 3 Replies | 5484 Views | Created by FabSch - Friday, May 29, 2009 10:22 AM | Last reply by Steve.Curran - Friday, May 29, 2009 2:46 PM -
0 Votes
Can't access field values from a content type
Ok but I"m using the fields object on the page so I can access the content type information the content editor specified in the values.Answered | 5 Replies | 6334 Views | Created by Nescar - Thursday, January 29, 2009 2:03 PM | Last reply by Steve.Curran - Thursday, January 29, 2009 6:16 PM -
2 Votes
Get fields value javascript sharepoint 2010
Jason, this is THE BEST and easiest solution I have found to get the value in a single field from a Sharepoint list.Answered | 4 Replies | 4979 Views | Created by tide6 - Monday, July 14, 2014 10:44 AM | Last reply by toya0324 - Saturday, March 21, 2015 7:17 PM -
1 Votes
sharepoint 2010 - Can't update item field value?
I have another question, for a file object of type SPFile, how can I get a field value from it, I can do the ["ID"] because it doesn't support ...Answered | 11 Replies | 4974 Views | Created by ryands - Thursday, August 2, 2012 6:09 PM | Last reply by SPKoder - Friday, August 3, 2012 1:25 PM -
0 Votes
InfoPath Form Web Part get field values
Hello Tahir2944, According to your description, you want to get value from InfoPath form.Answered | 1 Replies | 1090 Views | Created by Tahir2944 - Wednesday, August 24, 2016 7:01 AM | Last reply by Chris yuri - Thursday, August 25, 2016 3:10 AM -
0 Votes
Can't edit taxonomy field values in datasheed view
The datasheet view doesn't support updating managed metadata fields as well as a few others like Lookup fields.Answered | 3 Replies | 8654 Views | Created by keren tsur - Sunday, August 29, 2010 11:34 AM | Last reply by keren tsur - Monday, August 30, 2010 7:08 AM -
0 Votes
How to get the previous iteration's field value?
Use the index functoid and feed it with the Iteraction Functoid and a Subtraction with a 1 as the second ...Answered | 2 Replies | 3132 Views | Created by BizDev1988 - Wednesday, December 21, 2011 11:46 PM | Last reply by Dan Rosanova - Thursday, December 22, 2011 7:09 PM -
1 Votes
get a value from field A to B with javascript
but it's not working yet. maybe i explained wrong. and is there an easyer way for a non JS guru ;-) the two fields are on the same Screen, and ...Answered | 3 Replies | 633 Views | Created by marcel_W - Friday, June 10, 2016 9:16 AM | Last reply by marcel_W - Saturday, June 11, 2016 4:40 PM -
0 Votes
how to get listnum field value instead of field code
To get the value of a listnum field you need to get the field's range, then obtain its ListFormat.ListString value. vba, you might ...Answered | 3 Replies | 1555 Views | Created by nora.sailer - Saturday, April 13, 2013 2:31 PM | Last reply by nora.sailer - Tuesday, April 16, 2013 3:17 PM -
0 Votes
how to get value from a field in a task form
Hi, You need to use designer workflow to get value from that additional column.Answered | 1 Replies | 2979 Views | Created by NewBee007 - Monday, August 13, 2012 6:11 PM | Last reply by Hemendra Agrawal - Tuesday, August 14, 2012 6:17 AM -
2 Votes
SharePoint 2013 - Get Value of a Numeric Field
Using the script suggested by Michaelle, you can get the value from this field.Answered | 3 Replies | 924 Views | Created by Tom Molskow - Thursday, September 20, 2018 1:01 AM | Last reply by Linda ZL - Friday, September 21, 2018 2:50 AM -
0 Votes
Get the Display-Value of a lookup field by using properties
= null) taskIdVal = lookField.GetFieldValue(obj.ToString()) as SPFieldLookupValue; string taskId = ...Answered | 1 Replies | 2742 Views | Created by nsksaravana - Sunday, December 23, 2012 4:58 PM | Last reply by Raghavendra Shanbhag - Sunday, December 23, 2012 6:44 PM -
0 Votes
How to get value from Password field.
Hi Murali Krishna, You cannot get any text or password value from password edit boxes for security reasons.Answered | 1 Replies | 1298 Views | Created by MuraliGollapudi - Friday, January 18, 2013 5:35 AM | Last reply by Bharath G P - MSFT - Friday, January 18, 2013 6:55 AM - Items 1 to 20 of 2734180 Next ›
No announcements