Hello everyone,
I have a custom entity A, it has relationship with account entity. I added entity A subgrid in account main form.
In my subgrid i have filename field which is of type text.
I want to add link to that filename field in my subgrid, whenever the filename is clicked it should download the file stored in file storage.
And i also want add some custom buttons or symbols in each row of my subgrid.
Is it possible ? If yes, how can i achieve this?
Thank you...
Solved! Go to Solution.
Hi @Amruthavarshini ,
Per my knowledge, this cannot be achieved by OOB function.
The only way I can think of to get closer is to create a Text field with URL format:
For get a clickable text column in subgrid, as users mentioned in this article, you may need to design a custom html form with JavaScript or JQuery with hyper linked columns.
Best regards,
Allen
Hi @Amruthavarshini ,
Per my knowledge, this cannot be achieved by OOB function.
The only way I can think of to get closer is to create a Text field with URL format:
For get a clickable text column in subgrid, as users mentioned in this article, you may need to design a custom html form with JavaScript or JQuery with hyper linked columns.
Best regards,
Allen
Can we add custom buttons in OBB subgrids?
If the button is cliked, then can we use a javascript to perform the backend operation?
After clicking the download button on the subgrid, the file should get downloaded.
Thank you...