Skip to main content
Solved

Hyperlink Working in SAAS Environment not in Cloud Environment

  • March 24, 2026
  • 2 replies
  • 16 views

Forum|alt.badge.img

I have two situations: one in a SaaS environment and another in a cloud environment. Using the link mentioned above, it works correctly in the SaaS environment, but it does not work in the cloud environment. Could you please suggest what I can do?

 

 

Best answer by FarhanaM60

It appears that the cache was not updated after making changes to the HTML file; the issue has now been resolved.

<template>
    <field name="Project.Usrsharepointlink" config.bind="{allowEdit: true}" prepend="#formSlotA USING[view='ProjectProperties'][wg-container='ProjectProperties_tab']"></field>
</template>

 

Added another HTML file into the Package then Published with the Clean up its resolved

 

2 replies

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

It appears that the cache was not updated after making changes to the HTML file; the issue has now been resolved.

<template>
    <field name="Project.Usrsharepointlink" config.bind="{allowEdit: true}" prepend="#formSlotA USING[view='ProjectProperties'][wg-container='ProjectProperties_tab']"></field>
</template>

 

Added another HTML file into the Package then Published with the Clean up its resolved

 


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • March 25, 2026

Thank you for sharing your solution with the community ​@FarhanaM60!