Andrew
11/15/2023, 11:30 PMaccountingperiod
records to fiscal calendars? In querying the fiscalcalendar
table, I see two values
[{'links': [],
'fiscalmonth': 'JAN',
'id': '2',
'isdefault': 'F',
'name': 'January Fiscal Calendar'},
{'links': [],
'fiscalmonth': 'MAR',
'id': '1',
'isdefault': 'T',
'name': 'March Fiscal Calendar'}]
But the accountingperiod
records do not seem to have a field to join to fiscalcalendar. As a consequence, I cannot determine which accountingperiods are the correct ones (i.e. belong to the default fiscal year). Has anyone run into this?michoel
11/15/2023, 11:36 PMaccountingPeriodFiscalCalendars
tableAndrew
11/15/2023, 11:37 PMSELECT * FROM accountingPeriodFiscalCalendars
michoel
11/15/2023, 11:38 PMFiscal Calendars
?michoel
11/15/2023, 11:38 PMmichoel
11/15/2023, 11:39 PMAndrew
11/15/2023, 11:51 PMmichoel
11/15/2023, 11:56 PMmichoel
11/15/2023, 11:57 PMAndrew
11/15/2023, 11:58 PMmichoel
11/16/2023, 12:00 AMAndrew
11/16/2023, 12:01 AMAndrew
11/16/2023, 12:24 AMmichoel
11/16/2023, 12:25 AMCompanyFeatureSetup
tablemichoel
11/16/2023, 12:29 AMSELECT isactive FROM CompanyFeatureSetup WHERE id = 'MULTIPLECALENDARS'
Andrew
11/16/2023, 12:33 AMtdietrich
11/16/2023, 1:47 AM