Page 1 of 1

matching strings

Posted: 30 Jun 2016
by May.AlFarsi
I would like to match a multi lengual single line of text field on the new form to be compared with previous items in the same list any suggestions on how to use the match function !!

Re: matching strings

Posted: 01 Jul 2016
by Dmitry Kozlov
Hi,

You can retrieve all items from the list with JavaScript:

https://msdn.microsoft.com/en-us/librar ... e.14).aspx

Then compare them with the current item.

Re: matching strings

Posted: 02 Jul 2016
by May.AlFarsi
how to define specific column in in the whole list

Re: matching strings

Posted: 02 Jul 2016
by May.AlFarsi
how to define specific column in in the whole list

Re: matching strings

Posted: 04 Jul 2016
by Dmitry Kozlov
Hi,

Put the required field name here:

oListItem.get_item('InternalName')