I am using id generator in my form.In my datalist I am using edit hyperlink option where I need to edit some data if need and re submit .While resubmitting,a new id is being generated,but I want to reuse the previous generated id with the updated data.

Confluence User - 21 Apr, 2017

I am using id generator in my form.In my datalist I am using edit hyperlink option where I need to edit some data  if needed and re submit .While resubmitting,a new id is being generated in the id column in the datalist,but I want to reuse the previous generated id with the updated data.Is there any way to use the old generated id and with the updated data.

forms;datalists

1


25 Apr, 2017
confluenceUser
confluenceUser

Hi, in your edit hyperlink, you should send an "id" parameter in the URL with the previous id value. If you want an easier way to do this you can make use of the CRUD element which makes it easy to handle the basic create-read-update-delete functions.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print