Skip to main content
Solved

HYPERLINK NOT WORKING MODERN UI 25R1

  • October 28, 2025
  • 2 replies
  • 133 views

jhonlloydgelica69
Freshman II
Forum|alt.badge.img

Why is my hyperlink not working after I converted to the modern UI?

 

 

Best answer by aleksandrsechin

Try adding the following decorator to your field:
@controlConfig({ allowEdit: true })
MyField : PXFieldState;

2 replies

Forum|alt.badge.img+4
  • Jr Varsity I
  • Answer
  • October 28, 2025

Try adding the following decorator to your field:
@controlConfig({ allowEdit: true })
MyField : PXFieldState;


jhonlloydgelica69
Freshman II
Forum|alt.badge.img

Try adding the following decorator to your field:
@controlConfig({ allowEdit: true })
MyField : PXFieldState;

thanks it works :)