Showing a specified custom form (By Name) as a Pop Up Link
Hi everyone,
Hoping to solve a minor issue with a reporting column that is (almost) perfectly useful.
When reporting on which custom forms are attached to a task, you can use something like this in either a report or a view:
Text Mode
displayname=Custom Forms On Task
linkedname=direct
namekey=category.name
textmode=true
tile.name=component.objectcategories
valuefield=customFormsNames
valueformat=HTML
viewalias=category.name
width=100
I would be amazed to hear if anyone out there has been able to figure out how to check if there is a specific custom form included and attached, but only give the link to the form specified?
I am thinking the logic is something close to IF({customForms}.{name}="Special Project Form", {customFormsNames}.{Special Project Form}, "")
I have a few situations where giving a link to a popup spot to edit data on a custom form is awesome, but it displays ALL of the attached custom forms, rather than just the form I would want someone to be able to edit in that way. Unfortunately the other custom forms also have to live at that level, and have unassociated information, so I can't move them elsewhere, or consolidate everything into 1 form, because then the UX/UI would contain a bunch of non-applicable information for the person editing via popup.
Anyone have any ideas?