Display document name upon uploading the document in the editable grid.

Certified Associate Developer

Hi,

I have a requirement where user uploads the document(at this stage we have the temporary document) in the editable grid. Beside of the document component, we should display the document name in the text field. If user wants they can edit the document name. I just want to know whether we can do this or not. If so, is there any tweaks to achieve this requirement? 

Thanks in advance,

  Discussion posts and replies are publicly visible

Parents
  • If you want to take properties from the document, first of all you have to do a submit, is a requirement for the a!fileUploadField.

    On my project I had a similar request, so on the process model we have a firts user task where the user upload the file and after is submited. The instance flows to another user input task which is chaining and has the same interface, so for the user is the same interface and we have the propierties from the document.

Reply
  • If you want to take properties from the document, first of all you have to do a submit, is a requirement for the a!fileUploadField.

    On my project I had a similar request, so on the process model we have a firts user task where the user upload the file and after is submited. The instance flows to another user input task which is chaining and has the same interface, so for the user is the same interface and we have the propierties from the document.

Children
No Data