Page 1 of 1

Best way to get current form ID

Posted: 25 Feb 2014
by MES5464
I am tyring to use SPServices to update a related list. How do I get the ID of the current form record so I can filter the update CAMLquery?

Re: Best way to get current form ID

Posted: 26 Feb 2014
by Dmitry Kozlov
If you need ID of the current item, please, use the following code:

Code: Select all

GetUrlKeyValue("ID")