So the duration seems to come in as expected now. per Amy's comment, you could try this: valueexpression=round({currentStatusDuration}/24,1)+" Days"
valueformat=HTML
Hi @jon_chen Thank you. When I received the block it held significantly longer than 30secs. More like 10mins. It was the only DM (from Vinaj) and only the second DM in my profile... I can appreciate your flood controls - but something was off.
Must be related to my level; i was L2, got a DM, responded, got another - and could not respond. I get that they want to limit DMs but REPLIES shouldn't be - I mean, someone is asking me something
Hey @BrownPaperBag the reason for this is the valueformat: If you use valueexpression you're creating a string and for some reason, the custom value formats make it return a blank. As soon as I use valueexpression I change to string. The only downside is that e.g. status will now print out "NEW, "P...
Hi @KIMBERLYREA Not an issue with the Priorities area but Adobe's Unified experience. I too get logged out as soon as I want to log-in-as another user in Preview.
Hey @Kasey-Gagne If you want to be adventurous, you can include e.g. the name field in the compound column like so: Wrap the div around the name - the benefit is that since name is a link, we get the neat pointer cursorCreate 5 columns at the very left and paste column.0.sharecol=true
column.0.value...
Hi @Kasey-Gagne So options are limited but it can be done - with caveats:use HTMLuse compound columns (joined with sharecol=true)it really pushes the reporting UI - no idea if Adobe decides to strip such HTMLBelow is the code to get the compound column to show a tool tip with the project users on h...
Hi @OmahaOmaha yes-no So in general: A project can have multiple resolvables, so you can indeed have a project that resolves several issues/requests. And yes you can create a typeahead that lists projects. However, the actual "resolve" fields you cannot add as form elements. You need Fusion (or ...
Hi @BeckerD you'll want to use Fusion and pull info from AEM, format it and return the HTML. In the dashboard/external page you put the webhook URL. You'll likely need a custom endpoint in AEM that returns the data you want to display.