Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Restricting request submission if turnaround time is too short

Avatar

Level 4

Hi,

One of our team is constantly overloaded with work due to short turnaround times. They need a minimum of 6 weeks to turn around the job. The team has requested to prevent any requests coming to them if it has less than 6 weeks. Is this possible with Workfront?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 2

Hi Stan255,

 

Yes it's possible and it's actually now pretty easy using validation logic. 

Here is an example, you need to go to the Add Logic button at the lower right side of the field you're working with, then click validation logic in the left menu and add this to the formula area. Feel free to tweak the formula if you need something like WEEKDAYDIFF instead but the general structure will work.

IF(DATEDIFF({DE: Custom Date Example}, $$TODAY) < 42, "The date must be at least 6 weeks from today.", "")