Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Change the Fill Color Based on Expiration Date

Avatar

Level 2

I am trying to make a field change its fill color based on its expiration date. I have tried to figure out a way to do it using the action builder to no avail.

Example:

User enters expiration date in the date field

if the date is greater than 90 days out the fill color stays white

if the date is greater than 60 days out but less than 90 days out it turns green

if the date is greater than 30 days out but less than 60 days out it turns yellow

if the date is less than 30 days out it turns red

I was easily able to make this work in excel using =XX>TODAY() + 60 and a quick format change but livecycle is proving to be much more difficulty. Obviously I could stick with excel but PDF is so much cleaner IMO.

Any help would be greatly appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Michael,

For this function, you'd have to use the fillColor properties script in JS see: Adobe LiveCycle ES4 * fillColor

I'd be happy to help you further: https://www.fiverr.com/share/yj5Pe

Best,

Camilo

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hi Michael,

For this function, you'd have to use the fillColor properties script in JS see: Adobe LiveCycle ES4 * fillColor

I'd be happy to help you further: https://www.fiverr.com/share/yj5Pe

Best,

Camilo