How to get the ID of the current record
- Clint Lechner
- Posts: 5
- Joined: Wed Aug 28, 2013
What do you want to do with the ID? One option is getting it via javascript
In Forms Designer, click on the Javascript tab
Type in:
JSRequest.EnsureSetup();
var currentID = JSRequest.QueryString["ID"];
alert(currentID);
What do you want to do with the ID then? There are a few different ways to get the item ID.
In Forms Designer, click on the Javascript tab
Type in:
JSRequest.EnsureSetup();
var currentID = JSRequest.QueryString["ID"];
alert(currentID);
What do you want to do with the ID then? There are a few different ways to get the item ID.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 7 guests