|
1 | 1 | ##Key Terminology
|
| 2 | + |
2 | 3 | ####Service Template
|
3 |
| -Service Templates are used to define the services your business provides, they |
4 |
| -contain details like pricing, description and contain the fields the user needs to fill out in order to request one |
| 4 | +Service Templates are used to define the services your business provides. They |
| 5 | +contain details like pricing, description and contain the fields the user needs to fill out in order to request one. |
5 | 6 |
|
6 | 7 | ####Service Instance
|
7 |
| -A Service Instance represents a running service, the customer will be able to see |
8 |
| -The status, approve any charges, and pay for the services they request by viewing their instances |
| 8 | +A Service Instance represents a running service. The customer will be able to see |
| 9 | +the status, approve any charges, and pay for the services they request by viewing their instances. |
| 10 | + |
9 | 11 | ####Role
|
10 |
| -A role is essentially just a container for permissions, users are assigned roles |
| 12 | +A role is essentially just a container for permissions. Users are assigned roles. |
| 13 | + |
11 | 14 | ####Permission
|
12 |
| -Permissions make up roles and different parts of servicebot require different permissions in order to access them |
| 15 | +Permissions make up roles and different parts of ServiceBot require different permissions in order to access them. |
| 16 | + |
13 | 17 | ####Funds
|
14 |
| -Funds represent your funding source (credit card), in order to request a service that costs money you need to have a valid funding |
15 |
| -source in your account |
| 18 | +Funds represent your funding source (credit card). In order to request a service that costs money you need to have a valid funding |
| 19 | +source in your account. |
| 20 | + |
16 | 21 | ####Service Category
|
17 |
| -Service Templates are grouped by categories |
| 22 | +Service Categories are groupings for Service Templates. |
| 23 | + |
18 | 24 | ####Transaction
|
19 | 25 | SHAR
|
| 26 | + |
20 | 27 | ####Invoice
|
21 | 28 | SHAR
|
| 29 | + |
22 | 30 | ####System Options
|
23 |
| -System options are site wide properties that affect things like branding, colors, and settings like registration being enabled/disabled |
| 31 | +System options are site wide properties that affect things like branding, colors, and settings like registration being enabled/disabled. |
| 32 | + |
24 | 33 | ####Email Templates
|
25 | 34 | Email templates detail the different emails that get sent out to users on certain events such as service instance creation or cancellations.
|
26 | 35 |
|
|
0 commit comments