cancel
Showing results for 
Search instead for 
Did you mean: 

Assignments ?

Former Member
0 Kudos

I have requirement like:

Set a field value if "Some date" = System date.

meaning,eg: I want to flag a field to Y if say today is "eg Date" eg Date is a field of date type.

Any hints?

Is there a date function in assignments MDM?

-Sudhir

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can try

If(egDate=SYSTIME(0),Y,Field)

Here if egDate is todays date then Field=Y else it will be set to value whatever it was earlier.

Regards

Nisha

former_member208981
Contributor
0 Kudos

Hi Sudhir,

In the Expressions you can use the SYSTIME(0) function.

Hope it helps.

Thank you,

Priti

Former Member
0 Kudos

Hi Sudhir,

Create an assignment, if(system(0)-somedate=0,1,0).

Create a field flag and choose it in the field property of the assignment.

Hope it helps.

Thanks,

Minaz