My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Comments
-
OpenAir don't have a direct/built-in integration with SAP but you can use WebServices to connect data between the 2 applications. OpenAir do not support RESTAPIs.
-
Hi Lucy, Are you referring to the new budget feature? If yes, then it depends if what option you will select when setting up the budget under the Labor section. Based on Job code or Services. Hope this helps.
-
Unfortunately, it is still an enhancement request for the Outlook Connector to have an automated sync. You can utilize the Windows Task scheduler to run the program on your preferred scheduled run time. Hope it helps. Thanks
-
The schedule exception from the global work schedule is also in the oaScheduleexception table. You can filter your query to only return userid=0. Userid with 0 value is an exception to an account work schedule. You can also return the workschedule_id field because it contains the internal id of the global work schedule…
-
RateLimit is only working via XML API. SOAP API doesn't have RateLimit function.
-
You can add time entries via API by using the oaTask table. You can put the time entries to a specific Timesheet as long as you indicate the internal id of the timesheet you will add the time entries. If the time entries you will create do not have associated timesheet, the system will create a timesheet for that time…