matching strings
-
- Posts: 9
- Joined: Wed Jun 29, 2016
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 !!
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
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.
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.
-
- Posts: 9
- Joined: Wed Jun 29, 2016
how to define specific column in in the whole list
-
- Posts: 9
- Joined: Wed Jun 29, 2016
how to define specific column in in the whole list
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Put the required field name here:
oListItem.get_item('InternalName')
Put the required field name here:
oListItem.get_item('InternalName')
-
- Information
-
Who is online
Users browsing this forum: No registered users and 3 guests