Solved

(FSM BR)Expression to put date based off created date

  • 16 September 2020
  • 2 replies
  • 216 views

Userlevel 5
Badge +12

I am looking to create a value business rule that populates a day that is 30 days after the created_dttm in FSM.

 

i looked at the cheatsheet but was unable to figure out what expression is required. I tried to do DATEADD but that didn’t work.

New to using expressions so any help is appreciated

thanks!

icon

Best answer by Saranga Amaraweera 16 September 2020, 08:32

View original

2 replies

Userlevel 7
Badge +22

Hi @jbernardo ,

 

Kindly check with this expression

(TABLE.CREATED_DTTM + days(30))

 

BR,

SAAALK

Userlevel 5
Badge +12

Hi @jbernardo ,

 

Kindly check with this expression

(TABLE.CREATED_DTTM + days(30))

 

BR,

SAAALK

Worked perfectly! Thank you so much for the quick response!

Reply