Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Fix formatting of 'Save a request' event page #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 44 additions & 50 deletions Customer.Service.Support/Event model/Saving a request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,64 +8,58 @@ Everytime a ticket is saved, a system script called "Saving a request" will be e

You can get the ticketId by running getVariable



###Accessible variables:###
ticketId
activeUser
### Accessible variables:
- ticketId
- activeUser

Furthermore you can use getParserVariable to get out more information regarding the changes done.

The syntax is: getParserVariable("ticket.new.value") and getParserVariable("ticket.old.value")
getParserVariable("ticket.new.value") and getParserVariable("ticket.old.value")




###For instance to see if the category has been changed:###
For instance to see if the category has been changed:

getParserVariable("ticket.new.category") != getParserVariable("ticket.old.category")




###Accessible parser variables:###
id
title
createdAt
lastChanged
readByOwner
readByCustomer
firstReadByUser
firstReadByOwner
activate
closedAt
deadline
timeToClose
realTimeToClose
timeToReply
m\_realTimeToReply
createdBy
author
ownedBy
category
slevel
priority
status
ticketStatus
customer
alertLevel
alertTimeout
connectId
filterId
readStatus
hasAttachment
displayFilter
alertStop
repliedAt
filterAddress
dbiAgentId
dbiKey
dbiLastModified
dbiLastSyncronized
### Accessible parser variables:
- id
- title
- createdAt
- lastChanged
- readByOwner
- readByCustomer
- firstReadByUser
- firstReadByOwner
- activate
- closedAt
- deadline
- timeToClose
- realTimeToClose
- timeToReply
- realTimeToReply
- createdBy
- author
- ownedBy
- category
- slevel
- priority
- status
- ticketStatus
- customer
- alertLevel
- alertTimeout
- connectId
- filterId
- readStatus
- hasAttachment
- displayFilter
- alertStop
- repliedAt
- filterAddress
- dbiAgentId
- dbiKey
- dbiLastModified
- dbiLastSyncronized