Open linked excel file with Action trigger
I have library with field type as "link to file". It would be extremely convenient to trigger open the linked file say abc.xlsx by selecting the record and than action button. So no need to open the record and clicking the link file field.
I find significant value addition if Javascript can open the linked file directly.
1
vote

-
Ravi Jain commented
Something like
Var cfile = field("linked_file")
Openfile(cfile)
// this should open file in excel etc directly