Link to external site

Hi,

I am trying to put a link to external site on my dashboard but I am getting "EVAL:@reason=index" error. Can anyone guide how can I achieve it?

OriginalPostID-264554

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    i am facing the same issue here.
    is there any way to achieve link field when we click on it to access and see the files on the network drive.
    I want trying with a!safelink but it needs the url to be a web link .
    a!linkField(
    label: "Location",
    labelPosition: "ADJACENT",
    links: a!safeLink(
    label: ri!sample.attachement,
    uri:"\\web1\c$\attachment"
    )
    )
    I am getting this error
    An error has occurred
    expression evaluation error : at function a!safelink: \\web1\c$\attachement is not permitted URL.
Reply
  • Hi,
    i am facing the same issue here.
    is there any way to achieve link field when we click on it to access and see the files on the network drive.
    I want trying with a!safelink but it needs the url to be a web link .
    a!linkField(
    label: "Location",
    labelPosition: "ADJACENT",
    links: a!safeLink(
    label: ri!sample.attachement,
    uri:"\\web1\c$\attachment"
    )
    )
    I am getting this error
    An error has occurred
    expression evaluation error : at function a!safelink: \\web1\c$\attachement is not permitted URL.
Children