I want to active online archiving with a custom criteria, with this json I get an error
{
“$and”: [
{ “Result”: { “$ne”: null } },
{ “CreationDate”: { “$lte”: new Date(new Date().getTime() - 1000 * 3600 * 24 * 365) } }
]
}
This query is not valid JSON. Please check your syntax and ensure all keys in the JSON object are enclosed in double quotes.
any help?