Create Timesheet on table https://instance.service-now.com/api/now/table/time_sheet
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 06:58 AM
Can you give me the parameter to create a timesheet?
I was trying to create one but it didn't work, it says Operation against file 'time_sheet' was aborted by Business Rule
please help me
thank you
Labels:
- Labels:
-
Problem Management
-
Service Desk
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 03:09 PM
I used below REST API and i can create time sheet.
Please check if there are any custom business rule on your instance on time_sheet table
https://dev41006.service-now.com/api/now/table/time_sheet
Below is the payload
{"user":"12826bf03710200044e0bfc8bcbe5dcc"}
Use REST API explorer

Regards,
Sachin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2020 02:41 AM
Thank you for support.
But I do not have access role
Can you help me have 1 json sample?