id:
186
name:
Retrieving id for new elements
description:
If you use JavaScript to create a new item, you may want to retrieve the ID of the element just created. To do this, use the _returnresult=true option in the querystring.
For example, submitting a querystring like the following will create a new item in the Person table with a name of Linda.
var id = getUrlString('db.aspx?t=person&name=linda&o=5&_returnresult=true');
You can now use the value in ID to add information to other tables that is related to the person Linda. Like this:
var taskid = getUrlString('db.aspx?t=tasks&name=Register+for+intranet&person=' + id + '&o=5&_returnresult=true');
ParentTopic:
Sharing Information
Use this form to build a widget you can use to share your information...
Share within your Qrimp App:
Share in a remote site:
Input Form Embed:
Add to Dashboard
If you would like to build your own format to display the shared data, enter the HTML template in this box,
then click the Build Embed button to build your embed script.