Expiry of giftcards

Ive asked before and i think the consensus was its not possible, however I think i may have come up with a solution.

When a gift card is activated, we have an extra field called “Activation Date” and that gets filled on the date of activation with {DATE}, when the card is used its checked on wether {DATE}=<{ENTITY DATA:Activation Date}-365

Or something?

Matt

Yes, should be possible without too much hastle.
I use check-out date on PMS intergration to prevent charging to room after 10am day of checkout to prevent mistakes should it not get checked out in office straight away or if my sync scripts are for whatever reason not working as expected.

cheers, just wanted clarification.

so to make sure I get this right, stealing some info from age verification…

[=ADM('{ENTITY DATA:Activation Date}',12)] BEFORE {DATE}

should work?

Matt

EDIT: for my own sanity, what does =ADM mean?