Mark Request as Non-Billable

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 also be set as Non-billable by default.

NOTE: The Business Rule will be applicable for the Accounts which are enabled with Contract Billing and not for other Accounts :


                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 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 ...
                    • 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 ...
                    • How to flag a request and receive email email notification on every updates of the request.

                      Requirement : To flag a request and receive email notification on every update of the request. Solution : Add an additional field as 'Flag' with options Yes and No  I have split the solution 2 ways  1. Receive notifications when there is an update in ...
                    • Script to Auto share request

                      1. Download MSP_share_Request.zip from the attachment, extract it, and paste the same under ManageEngine\ServiceDesk Plus MSP\integrations\Custom_scripts.          # auto_share_MSP.py      # functions.py      # configuration.json 2. ...