[progress Communities] [progress Openedge Abl] Forum Post: Hosted File Links In Portal -...

  • Thread starter Thread starter gwf
  • Start date Start date
Status
Not open for further replies.
G

gwf

Guest
I would like to have links to hosted files in a portal, with different hosted files associated with different records. I started by creating a string field with integration name 'hosted_file_id' to hold the hosted file ID for each record, but nothing I've tried either server-side or client-side has worked to get the link to display properly. For example, a formula field which can be moved into a section through the Rollbase drag-and-drop UI: function main() { return ' File Link '; } main(); Or, a script component to generate the link: However, this formula field did display the link properly, but the hosted file ID is hard-coded and so it can't change for different records: function main() { return ' File Link '; } main(); Any tips on how to do this? Thanks, Greg

Continue reading...
 
Status
Not open for further replies.
Back
Top