Which SQL table and fields holds the Entry for First Day of the Week? I looked in Customization and references a BTMSETUP table which doesn't seem to exist.
*This post is locked for comments
Which SQL table and fields holds the Entry for First Day of the Week? I looked in Customization and references a BTMSETUP table which doesn't seem to exist.
*This post is locked for comments
Hello Jim,
Thanks for your gratefulness.
kindly verify the earlier post as answer, this would be very helpful to our community SL user if you have verified the earlier post.
Thanks,
Perumalsamy R
Thanks this is appreciated
Hello Jim Hummer,
The PJCONTRL table holds the data of Time & Expense setup screen. Below is the Query used to view the First day of the Week.
Control_data field holds the value of First day of the week.
Select control_data,* from PJCONTRL Where control_type = 'TM' and control_code = 'SETUP'
Below Query is used to know about the entire Time & Expense Setup,
Select * from PJCONTRL Where control_type = 'TM'
Hope this will help you to know about the time & expense screen.
Thanks,
Perumalsamy R
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156