MajP
You've got your good things, and you've got mine.
- Local time
- Yesterday, 23:15
- Joined
- May 21, 2018
- Messages
- 9,167
So my thought is you want to enter a new record, so you need to know what fiscal year it is. If I enter a record on 9/30/2020 I run today's date through the function and it determines the fiscal year is 2020. So then it looks in the db for FY 2020 records, find the max, and adds 1. Then on 10/1 it determines the FY is 2021 and looks for the max record in 2021. Likely finds none and starts with 1.@MajP I am having trouble understanding this with my limited access understanding.
If I already have the financial year in the table as calculating when the job opens do I need the first function?
I also guessing maybe you have to back date some project, so maybe you do not even use the entry date but the assigned fiscal year. So you would pick the FY to assign the project and it would generate the project id. I believe what Plog is saying is that you are either going to assign the current fiscal year to the function, or you can specify the fiscal year. However, you cannot use the last fiscal year. When I get to 10/1 and try to assign a new record the last FY was 2020, and I need to pass the function either the current FY or a FY of my choosing.