I have used file upload in the form and linked the id in the datalist with a column,but when I go to the form from the datalist,I am not able to preview the uploaded item.

Confluence User - 13 Apr, 2017

I have used file upload in the form and linked the id in the datalist with a column,but when I go to the form from the datalist,I am not able to preview the uploaded item.

forms

3


14 Apr, 2017
confluenceUser
confluenceUser

Hi, there isn't enough information to help, the screenshots alone don't show much. There might be error messages in the tomcat console or logs, and you should provide steps to reproduce the problem (tips here https://stackoverflow.com/help/how-to-ask)

14 Apr, 2017
confluenceUser
1
confluenceUser

In your first screenshot, the URL shows that you are passing in various parameters to prepopulate the form, I can't see where "id" is loaded. Record ID is needed to locate the file. In your case, I believe that it is missing, that is why you are getting the error in the third screenshot. Note the "null" value in the third screenshot. It supposed to be the record ID.

Solution: In your first screenshot's page, load the record row using "id", do not use all those parameters.

14 Apr, 2017
confluenceUser
confluenceUser

Thank you!

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print