Hello everyone,
I have a custom entity Documents, in which we store the details of the files uploaded to azureblob.
We are creating record in Documents entity using Javascript when the user clicks on the submit button in html webresource.
In Documents entity we have a field called File name, which is a single line of text, and it stores file name.
When i upload the file to blob, we are generating a link to open the file.
My question is, can I hide the link generated in File name field while creating record using javascript?
If the user clicks on Filename field in the views, the file should open in the new window.
It should look like below in views and subgrids

here, if i click on name field, it will open the record. Similarly can store link in Filename field and it will open the file when i click on it.
Is it possible?
And can i also add file type icons to this Filename field while creating records in javascript?
Which may have to look like below screenshot

Thank you...