Hi Frank, thanks for your response. I have configured Timesheet to allow users to upload hours in days after the current date. The problem is that the "Reported Hours" field within the task does not add up those hours charged in days after the current date. The "reported hours" field only shows hours reported from the current date backwards. Can you guide me with this? Thank you!
Hello, I need help with the following problem. I have set Intranet-Timesheet2/Hours so that the user can only upload hours up to 2 days after the current date. Otherwise the user receives the message "You cannot upload hours on a day after the date" *set lvhoy [dbstring uname "select tochar(now(),'J')"] //# Validate that the day to load is not greater than the day of the date if {$juliandate > $lvhoy + 2} { adreturncomplaint 1 "You cannot upload hours on a day after the date. " adscriptabort } *...
Greetings! I recently got handed the task of doing an integration project between Microsoft's PowerApps and ProjectOpen. My requirement is building a Power App that communicates with PO's REST API module in order to fetch and/or insert data into a custom table that we have already created in PO's database for this purpose. I already did a successful integration project between PO and another one of our apps in the past, so I know my way around it's REST module, but in this project all I did was fetch,...