Hello All,
Is there any possibility to create a hyperlink on a form that will pick the excel sheet to view from the sharepoint??(I mean after integrating with share point)
Thank you in advance
Regards,
Vishwarath
Hello All,
Is there any possibility to create a hyperlink on a form that will pick the excel sheet to view from the sharepoint??(I mean after integrating with share point)
Thank you in advance
Regards,
Vishwarath
Hi,
create a single line of text field with format "URL", store your url in this field.
Example, website field in account.
Yes... create HTML web resource , show hyperlink in web resource and show that web resource on form.
using java script code in web resource you can automate hyperlink to point to correct excel from share point.
hope this will help..