Hi all,
I am trying to clean up the UI for a report I am working on and I cannot get the widths to behave in a column using this text mode:
displayname=Measurement Entry
linkedname=direct
namekey=category.name
textmode=true
tile.name=component.objectcategories
valuefield=customFormsNames
valueformat=HTML
viewalias=category.name
I would like a clickable link "Click Here" that results in a popup on the project/report page that allows users to edit in custom data. Right now, I get a stack of 3 hyperlinks using the custom form name because there are 3 custom forms on each task. Is this possible?
https://experienceleaguecommunities.adobe.com/t5/workfront-questions/pop-up-for-custom-form-link/m-p... - This is an old thread asking for something similar and it looks like no one was able to answer.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I don't think achieving "click here" for custom forms is doable.
viewalias=category.name
I was able to figure out that the above line defines what text is being displayed in the field. You can substitute "name" with any other value available in API explorer related to Category:
but only with "name" you actually get clickable link. I did try to use description, and it worked to an extent I got "click here" text when this was used as a description, but I couldn't click on this.
Views
Replies
Total Likes
I don't think achieving "click here" for custom forms is doable.
viewalias=category.name
I was able to figure out that the above line defines what text is being displayed in the field. You can substitute "name" with any other value available in API explorer related to Category:
but only with "name" you actually get clickable link. I did try to use description, and it worked to an extent I got "click here" text when this was used as a description, but I couldn't click on this.
Views
Replies
Total Likes