I am trying to get current Period. What table would have this info?
The screen 'PA.SET.00' has this info. But I cannot figure out what table it refers to.
*This post is locked for comments
Aloha Tasneem,
You will find the Projects Current Period in the control_data field in PJCONTRL table where the Control_code = 'Current-Period'.
Note: you will probably need to trim the result field to get the period. For example,
select Period = rtrim(control_data) from PJCONTRL where control_code ='Current-Period'
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156