Skip to main content
Question

TextField is not working as an Hyperlink or WebLink 25R2

  • March 23, 2026
  • 9 replies
  • 81 views

Forum|alt.badge.img

I have a custom field called SharePoint Link on the Projects screen. It works correctly as a clickable hyperlink in the Classic UI, but when using the Modern UI, it does not behave as a Weblink, even though I have applied all the necessary changes.
 

 

9 replies

Forum|alt.badge.img+1
  • Varsity I
  • March 23, 2026

Try something like this:
 

@fieldConfig({ controlType: "qp-link-editor" })

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • March 23, 2026

In TS File need to be added??


Forum|alt.badge.img+1
  • Varsity I
  • March 23, 2026

@FarhanaM60  Yes, it should be added in the TS for that field.


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • March 23, 2026

Added but still not working

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • March 23, 2026

Its working Thank you ​@Marat43 


Forum|alt.badge.img+1
  • Varsity I
  • March 23, 2026

@FarhanaM60 Glad it worked!


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • March 23, 2026

@Marat43 
We have two Sandboxes
one is Cloud Sandbox
another one is SAAS Sandbox
In SAAS Environment Same changes done in Cloud one 
its working fine in SAAS and not in Cloud


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • March 23, 2026

 

 

SAAS Sandbox


 

Cloud Sandbox

for this that Blue highlighted link is not getting highlighted to click but any how there is a pin inside but that is also not working


Forum|alt.badge.img+1
  • Varsity I
  • March 23, 2026

It’s strange that it’s not working in the Cloud try Detect Modified Files in the customization project and republish or Reset Caches. You can also open a new question for this.