Make action run within 7 days of a birthday

Ok thanks.

Sure I’ve done a constraint before with a simular scenario. I think I did it whilst scripting the party booking system but that got mothballed anyway so I’ll check it out.

If I run into difficulty though will be back :slight_smile:

Thanks

You could do this in JScript or you can use the ADD() function which adds/subtracts days from {DATE} tag …

Constraint something like this:

[=ADD('{DATE}',7) => {ENTITY DATA:ShakesCard Customer Card:DOB} && ADD('{DATE}',-7) <= {ENTITY DATA:ShakesCard Customer Card:DOB}]
1 Like