Avy Faingezicht
01/11/2024, 8:11 PMrevalue in account but that's just a boolean, and I need to be able to look back at what the value was on a given periodShai Coleman
01/12/2024, 11:07 AMsystemnote table, you can take a look if you can find that info thereAvy Faingezicht
01/12/2024, 10:47 PMLists Notes Tab I still don’t have access to the account change records.Shai Coleman
01/15/2024, 10:02 AMsystemnote2 which might give you more details.
Try first as an admin via a SuiteQL GUI to confirm that the data is there
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/subsect_158108595525.html#Viewing-System-Notes-v2
To install a SuiteQL GUI, go to Page: Search & Install Bundles and search for SuiteQL Query Tool or alternatively NimbusQL Full ReleaseAvy Faingezicht
01/15/2024, 5:07 PMfield = 'ACCOUNT.BINCLUDEINREVAL' which according to
SELECT
SystemNoteField.key,
SystemNoteField.label
FROM
SystemNoteField
WHERE lower(label) like '%reval%'
should be the key for Revalue Open Balance
If I do a normal object search on these I do see many system notes with Revalue Open Balance thoughShai Coleman
01/15/2024, 5:17 PMsystemnote or systemnote2 tablesAvy Faingezicht
01/15/2024, 5:42 PMSystemNoteField tableAvy Faingezicht
01/15/2024, 5:43 PMsystemnote there's no records with fields like Revalue Open Balance nor ACCOUNT.BINCLUDEINREVALAvy Faingezicht
01/15/2024, 7:48 PM