Is there a way to get the sandbox refresh datetime...
# suiteql
s
Is there a way to get the sandbox refresh datetime via SuiteQL executed on the sandbox account?
Copy code
SELECT   to_char(sys_extract_utc(date), 'YYYY-MM-DD"T"HH24:MI:SS"Z"')
FROM     systemnote
ORDER BY id
FETCH FIRST 1 ROW ONLY