Join Slack
Powered by
Is there any way to tell, when an account is made ...
# suiteql
a
Andrew
11/23/2022, 12:30 AM
Is there any way to tell, when an account is made inactive, which accounting period is the first period where that account is not used?
w
Watz
11/23/2022, 11:29 AM
run a transaction query and get the max(trandate) where the account is used and then run a query for the period after that date.
2
Views
Open in Slack
Previous
Next