Functions and syntax of Page Designer Expressions

Hi all,

Is there a list of functions available in the expression language (a variant of VB Script, I think) used for expressions in BBCRM Page Designer?

I did find somewhere that the language follows https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/scripting-articles/d5a1xhce(v=vs.84)?redirectedfrom=MSDN

but I presume that's just the operators.

In particular, is there a weekday function or some other way of calculating the date of the next Tuesday, e.g., something along the lines of

date.now + 8 - Weekday(date.now, vbTuesday)

However, I'm also after a general reference for future use.

Kind regards,

David.

Categories