megaphone
SuiteWorld 2026 registration is now open—save $300 Register now
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
What if your ERP could help surface the next step before you go looking for it? Watch here to learn more!

My Stuff

Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.

3958813 Newbie

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…