This topic contains 3 replies, has 0 voices, and was last updated by david.smith 7 years, 6 months ago.

  • Author
    Posts
  • #2360

    steven_stewart

    All,

    I am using a custom record to create nested fields within a case form. On one of these fields is a list of product models, when a user clicks a model, a hyper link is displayed (Hyperfield link on the case form sourced to the hyperfield link on the custom record that contains the models). This is working to some extent the issue is, when the case is in CREAT/EDIT mode, the hyper link is not clickable, it ONLY becomes clickable after the case has been saved. Anyone have any ideas on how to make the hyperlink clickable during ALL states? My apologies if the above does not make sense. I can provide any additional information necessary. Thanks in advance for ANY assistance!!

    Best Regards,

    Steve
    This is a cached copy. Click here to see the original post.

  • #2361

    david.smith

    You would have to use client script and DOM manipulation in this situation.

  • #2362

    steven_stewart

    Hi David,

    Is this difficult to do? Any ideas where to start with this one? Thanks in advance!

    Best Regards,

    Steven

  • #2363

    david.smith

    I don’t know all the particulars, but you could just do a jQuery command within the pageInit script. If your link has a particular pattern you could just do a find and then read the link, hide the original, and attach a new button or link in the same place.

You must be logged in to reply to this topic.