Thanks Richard, that's fantastic. By the way, I recently figured out how to add quote marks to my expressions -- so in case these are also considered a special character by AEM Assets, you would just need to add another contains for '"' (this is a quote mark with an aspostrophe on either side).
I ...
Use case -- "we have a 2 week SLA, but our requesters always seem to randomly pick tomorrow as a due date"
Sample code (this is specifically addressing a request queue, so works because the request hasn't yet been submitted (entry date is blank). Requesters could get around it by submitting and th...
Use case -- "we want our users to provide an answer to a question, that is less than X number of characters"
Sample code:
IF(LEN({DE:Single Line Text Field})>50,"Please choose a name that is less than 50 characters")
Expected result: attached file
everyone is giving you great advice and I won't add to it, but I just want to add that looking at your statements above and Sven's below, I noticed that a few of your quote marks are formatted (or what we call "curly quotes" rather than "straight quotes"). You should know that even this can sometime...
I think resolving IDs are a 1:1 relationship, so you would not be able use this route but you would be able to make an external lookup field that is multi select and list all your projects that way. Of course, that is a rather manual thing to do, and there aren't any automations (closing all the pro...
I'm opening up a discussion thread for the new functionality described here:
https://experienceleague.adobe.com/en/docs/workfront/using/administration-and-setup/customize/custom-forms/design-a-form/display-skip-logic-form-designer
(validation logic in custom forms)
Please add questions/issues or...
You could try this one -- you would have to test the results thoroughly.
EXISTS:a:$$OBJCODE=DOCU
EXISTS:a:currentVersionID=FIELD:documentVersionID
EXISTS:a:project:portfolioID=XYZ ABC
approvalDate_Mod=gte
approvalDate=$$TODAY-5
(XYZ and ABC are separated by a tab space above)
likely too many hops. You can't go from proof approval to document -- the path would be proof approval, document version, document, project, portfolio. I would probably recommend an exists filter at this point.
haha I'm new to Boards too. But if I understand your ask correctly, below I've suggested a potential path to a solution. It'll take some configuring.
1) Those converted requests are going to need to come off. Normally I would suggest a filter, that filters them out in some way. Maybe along the lin...
everything between “valueexpression” and “valueformat” should be one long line. Instead, it looks as though you have somehow introduced several linebreaks into your code—probably as part of the copy/paste process.