How to convert groovy script from app composer to Visual Builder readable code
Summary: On the actions and links section of the app composer, we are using groovy script to fetch the URL from custom object. I tried to use the code directly on created field in VBS and formatted as hyperlink but it is not working. How can I make this work.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Version25.04.0
Designer Version25.04.0-250214.0005.1056 f60a98 (2025-02-14 00:05:45)
Code Snippet (add any code snippets that support your topic, if applicable):
adf.util.GetConfigurationValue('Account_POCentre_URL',PartyId.toString());
0