Skip to main content
Question

Value type Business Rule

  • September 4, 2024
  • 2 replies
  • 35 views

Forum|alt.badge.img+9

Hi all,

I need to update a field on task level.

The value is a combination of two other fields. A Date field and a minutes fied. Those two needs to be combinend (e.g. 02/02/2024 11:00 + 60:00 so the value is 02/02/2024 12:00)

I tried via expressions, but then it will take the value of the field Before the update (old value).

2 replies

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • September 4, 2024

HI @drooij 

Can you please elaborate? What do you mean by taking the value of the old value? Please provide a full scenario with examples.

A value of BR is before the update, so it makes sense it takes the old value?!

Cheers!


Forum|alt.badge.img+10
  • Hero (Employee)
  • September 17, 2024

@drooij 

Hi,

based on the above example, is the desire just to add minutes to a date  time field? If that is the case you might be able to use the following example in a xml business rule

<user_def_dttm3>@expression[now() + minutes(60)] </user_def_dttm3>

Regards 

Morris