Mark Worklogs as Non-Billable by default for 10500 and above
Please follow the below mentioned to mark the Worklogs as non-billable by default. This is applicable for both Requests and Changes Module
1. Stop the application.
2. Please take a trimmed backup of the application <OR> take a Snapshot of both the Servers (Application & Database).
update globalconfig set paramvalue='true' where parameter like '%DefaultNonBillable%';
4. Start the application service.
New to ADSelfService Plus?
Related Articles
Mark Request as Non-Billable
You can make use of Business Rules to set the Criteria as "Request Type is" (or any Criteria as per yours) and under Actions set "Mark Request as Non-Billable". So once the Request is marked as Non-Billable, the worklog added under that request will ...
Query for Billable and Non Billable worklogs of a request (PGSQL)
Tested in Build PGSQL (14300) Non Billable Requests pgsql SELECT wo.workorderid "Request ID", wo.TITLE AS "Subject", longtodate(ct.CREATEDTIME) AS "Time Spent Created Time", rctd.FIRST_NAME AS "Time Spent Technician", TO_CHAR((sum(ct.TIMESPENT)/1000 ...
Mark Worklog Billable as NO by default with scripts using Custom Triggers
There are situations, where you want the Worklog to be marked as NON-BILLABLE by default. This can achieved using our Business Rules, where you can have the Action set as "Mark Request" as Non-Billable. However, this option is applicable provided ...
Option to cancel the pending tasks when Request is cancelled- when the worklog is mandatory
Requirement: Customer needs to close the tasks when the request is closed and the worklog is mandatory field in request closing rules. Download the attached scripts. Under Admin > Developer Space > Global Custom Function, create a new custom ...
Instruction to Change Worklog owner under All Request, worklog owner From Tech A to Tech B
Scenario Worklogs assigned to Duplicate user / Incorrect user need to change all worklogs under request to actual Technician. Step 1 : Navigate to Report - > New Query Report and execute the below query. Select workorder.workorderid ...