SROTransPriceIsZero - Event
Use this event to set up event handlers related to a service order transaction price of $0. For example, you can set up an event handler to notify you via email when a service order transaction is saved with a zero price.
This is the text of the notification that is sent to the Service Management user:
To: ismuser
Subject: SRO Trx Entered with Zero Price
Body: SRO # {0} has a transaction with zero price.
Note: Additional valid parameters include E(SroLine) and E(SroOper).
Variable Information
| Variable | Description | 
|---|---|
| SroNum | The service order number for which the user has submitted the transaction. | 
| SroLine | The service order line for which the user has submitted the transaction. | 
| SroOper | The service order operation number for which the user has submitted the transaction. | 
| Type | The service order transaction type which can be either A (Actual) or P (Planned), for which the user has submitted the transaction. | 
| PartnerId | The partner information of the service order for which the user has submitted the transaction. | 
| Item | The item number is displayed in the Material tab, for which the user has submitted the transaction. | 
| WorkCode | The type of work that is being recorded to a service order and displayed in the Labor tab, for which the user has submitted the transaction. | 
| MiscCode | The unique alphanumeric code that represents a particular type of expense that is charged to a service order and displayed in Miscellaneous tab, for which the user has submitted the transaction. | 
| TransNum | A system-generated number used to identify the specific transaction. | 
| BillCode | The method used to determine the amount to bill, for which the user has submitted the transaction. | 
| CreatedBy | The user information for the user who has submitted the transaction. | 
| TableName | This is Material, Labor, or Miscellaneous, depending on the transaction type. |