Review Questions Flashcards

1
Q

The Dashboard’s zones always contain information about the account/person/premise whose information is displayed in the Object Display Area. True/False

A

True. For example, if you were to use the bill search page to find a bill that’s linked to an account that differs from the Dashboard, the system will refresh the dashboard to continue the new account’s information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The system automatically refreshes the Dashboard zones whenever the user saves any change. True/False

A

True. For example, if a user changes a customer’s name, the Dashboard’s zones will be refreshed and therefore reflect the new name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Portal preferences are used to define the zones that appear on a portal. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Most users know how to change their portal preferences. True/False

A

False. Most users are typically production users and most implementations do not allow production users to change their portal preferences as it makes support and training difficult.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If a user references a template user, they cannot change their portal prefences. True/False

A

True. When a user references a template user, the template user’s portal preferences are inherited by the user and cannot be change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Some zones in the Dashboard contain zones that show person/account/premise information; whilest others are tools that have nothing to do with person/account/premise information. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The zones that appear on the Dashboard are configured on User Preferences just like the zones in any portal. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The Work List is dashboard zone that can be populated with a column from an explorer zone in any portal. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The Dashboard always appears on the desktop. True/False

A

False. Trick question. You can click the Dashboard’s title to temporatily disable it (in case you need more horizontal real estate). You can permanently disable it by changing your User Preferences. (set the Dashboard Width to 0)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

There are many business rules developed on the database tier (e.g., in PL/SQL). True/False

A

False. In this system, business rules reside on the application server tier, not the database tier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

There are many business rules developed on the user interface tier (e.g. in JavaScript). True/False

A

Both True and False. While there are some rules that have been developed in JavaScript (that is, they run on the browser), these rules are considered “redundant” as the rules will be repeated on the application server prior to any updates ocurring. The reason for this redundancy is because it makes the system more pleasant to use (e.g., disabling fields, showing valid values in drop-downs, etc. are business rules that are manifest on the UI so that users can’t select /do things that they aren’t allowed to do), However, the rules cannot just reside on the UI because the system is truly service-oriented (meaning that all UIs send messages to back-end services that do the work). This design philosophy is what allows you to be confident that using a web service to update an object is identical to what happens when a web page is used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If you see a box on an entity relationship diagram (ERD) that is not white, you can be certain that there’s a transation on of the menus for this object. True/False

A

True. And the color of the box helps determine the menu item.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If your users (or customers) speak mulitple languages, you can define descriptive values in an unlimited number of languages. True/False

A

True. When users use the system, the labels, messages and descriptive values are shown in the language they speak. Also note, a dashboard zone exists that allows you to switch your language (this is useful during multi-lingual testing and there are some customers who use this in production as some customer-facing users prefer to see the system in the language the customer speaks).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

There is no limit to the number characteristics (that is, user defined fields) an object can have. True/False

A

True. Note, the Configuration Tools class teaches you how to tailor the user interface so that end-users cannot distinguish between an element whose values is heald in a characteristic versus one held in a dedicated column.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

There are owned objects flags that have columns that can be changed regardless of the owner. True/False

A

True. There are several metadata objects that have columns that can be changed regardless of the owner.<br></br><br></br>A good example is the message metadata, Every error and warning is owned because the system does not want implementations to change its message text. However, you’ll find that every message has an “override text” column. This column can be changed regardless of who ons the message. At run time, if the override text is non-blank, this verbiage is shown to the end-user. The analogy is true for field labels (that is, an implementation can enter an “override label” for a field to change the label that prefixes a field on the user interface.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

<div>Control
Central is a page where a user can:</div>

<div>- search for a person,
account, or premise</div>

<div>- view information related
to the person, account and premise</div>

<div>- be alerted to anomalies
about the customer or premise</div>

<div>- navigate into other pages.
</div>

<div><br></br></div>

<div>With these
points in mind, please choose the specific functionality embodied within
Control Central (please choose all that apply):</div>

<div><br></br></div>

<div>a. Find an
account or premise by entering the account’s account number.</div>

<div>b. Find an
account or premise by entering a telephone number.</div>

<div>c. Find an
account by entering an address.</div>

<div>d. Drill to the
page where a bill can be added, canceled, or rebilled.e.Identify the premise
where a customer wants to start service.</div>

<div>f. Drill into
Start/Stop.</div>

<div>g. View
financial transactions (e.g., payments, adjustments, bill cancellations) that
have been created since the last bill was completed.</div>

<div>h. View all
customer contacts associated with a person.</div>

<div>i. Find an
account by entering a social security number.</div>

<div>j. Display the
account’s payments and bills.</div>

<div>k. Display
alerts highlighting anomalous things about the account (e.g., active collection
process, account has multiple premises, etc.)</div>

<div>l. Drill into
the page used to start and stop service.</div>

<div>m. Modify an
account’s customer class.</div>

<div>n. Drill into
the account page to modify this information.</div>

<div>o. Display an
account’s arrearage history.</div>

A

<div><span>a, b, c, d, g, h, i, j, k, l, o.</span><span></span></div>

<span><div><span>The aged</span><span>debt bar in the
Context zone does show the account’s arrearage in “buckets.” You can view
arrearage to the day by drilling into Account –Financial Balances.</span>in the
Context zone does show the account’s arrearage in “buckets.” You can view
arrearage to the day by drilling into Account –Financial Balances.</div></span>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the significance of a comma (,) in the name field?

A

A comma designates a human name as opposed to business name. All human names should be entered in the format Last Name,First Name (with no space between the comma and the first name).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Many add and update dialogs default the person/account/premise that was last selected on Control Central. True/False

A

True. When you use the context buttons to transfer to other pages (in add or update mode), the system assumes you want to add or update information for the object associated with the context button.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

If a user types in the name “Jones,Pam” in Control Central - Main and there is more than one customer with this name, what happens?

A

The scroll area at the bottom of the page is populated with one row for each account with the name Jones,Pam. The user would select the row they really wanted. They can use the ID information adjacent to the customer name to pinpoint the customer in question. When an account is selected, the user can use “Next Item” and “Previous Item” to scroll through the other matches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

There are many different ways to navigate to a page from Control Central. List them:

A

<div><span>- You can push a go to button or a link.</span><span></span></div>

<span><div><span>- You can click many nodes in the trees.</span></div></span><span></span><span><div><span>- You can click a context menu button.</span></div></span><span></span><span><div><span>- You can click the start and stop buttons.</span></div></span><span></span><span><div><span>- You can click a bar in the Bill Graph zone.</span></div></span><span></span><span><div><span>- The dashboard has numerous ways to drill into other pages</span>as numerous ways to
drill into other pages</div></span>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

If Rick Bush has a small business and a residence in the utility’s ervice territory, he may have one or two accounts, but will only have one person record. True/False

A

True. It’s important to stress that Rick is the sole financially responsible individual for both entities (the residence and the small business). This means that there is only one financially responsible individual. This individual has his demographic information recorded on a person record.<br></br><br></br>This person may choose to have all of his obligations on one bill or to segregate them onto two bills. Their choise will dictate if he has one or two accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

If a customer moves without paying their debt and then returns two years later and tries to resume service, the system will be able to highlight this to the customer service rep. True/False

A

True. This is because an account stays with a customer from cradle to grave. When debt is written off, a write-off service agreement is created and uncollectable debt from the account’s regular service agreements is transferred to it. You should associate an alert with the write-off SA type so that the system will warn the user when an account has an active write-off service agreement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

It’s important to know who the customer is before a premise can be added to the system. True/False

A

False. You can add a premise to the system without knowing the customer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

If there are two water meters at a property, there will be two water service points linked to the premise. True/False

A

True. A service point is a socket into which a meter is plugged. You can only plug one meter into a socket. Therefore, if there are two meters, there must be two service points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

The system requires an account to exist before a service can be started. True/False

A

True. In the system the customer dictates how they want to be billed (that is, the number of accounts). This means we have to know which account will be billed for service before the service is connected (it;s a little late after hte connection crew has returned from the field and the customer is no longer on the phone). Also we need to know, while the customer is on the phone, if we are going to reuse an existing account or create a new one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Most service agreements are added using the service agreement page. True/False

A

False. Most Service agreements are created behind the scenes when an operator starts service using the “Start/Stop” service page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Over time, a given porperty’s owner may be linked to several different parties as customers move in and out. True/False

A

True. Over time, a given service point may be contractually obligated to any number of parties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

The consumption measured on one service point could be added or subtracted from the consumption measured on a different service point in order to derive the total amount of consumption to be billed on a service agreement. True/False

A

True. You can use a field on the SA/SP relationship (see the service agreement page) to handle this type of subtractive metering requirement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

A user must choose a start option for eash service to be started. True/False

A

False. Only some SA types use start options (which ones depend on how the system has been set up).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What is a SQI?

A

A SQI (service quantity identifier) is a third identifier that can be used if UOM and TOU code do not clearly define the type of measurement. Examples include kWh, on peak, and energy <u><b><i>consumed</i></b></u> versus kWh, on peak, and energy <b><i><u>generated</u></i></b>.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

How is scalar meter read data different than interval data?

A

Scalar meter reads are often read on a sporadic basis, like March 15, April 16, or May 13. While interval data is fixed and provides consistent readings every hour, every 30 minutes or every 15 minutes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What is the difference between consumptive and subtractive metering?

A

Consumptive readings provide measurement values like KW. While subtractive meter devices only provide a stop reading and C@M must calculate the consumption (<i>(Stop Read - Previous Read) * Meter multiplier(s)</i>)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What is admin data?

A

Admin data is administrative data that does not change very often. This includes MC and SP types. Admin data (or refernce data or control data) defines the types of master data that may exist. This data is accessed via the admin menu option.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What is master data?

A

Master data is non-transactional data that defines a busines entity. Examples inclued data about devices, device configurations, MCs, etc. Most master data objects have a corresponding admin objest. Master data is accessed from the main Menu.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

What is a usage subscription?

A

A record that defines how the system will want usage summarized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Are usage subscriptions for billing only?

A

No, a usage subscription can be used for other purposes like sending usage to other edge applications like load research, forecasting, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Can a service point be assigned to more than one usage subscription?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What is a condition code?

A

Measurements have condition codes, used to indicate the source and quality of measurement. For example:<br></br>- Regularly recorded measurements might have a condition code of “Regular”<br></br>- Missing measurements might have a condition code of “Missing”<br></br>- Estimated measurements might have a condition code of “External Estimated” or “System Estimated” based on where the estimation was performed.<br></br><br></br>Both Pre VEE and Post VEE values have their own condition code, which can also change during VEE processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What is the difference between Pre and Post VEE IMD values?

A

The Pre VEE IMD values show the data as it came into the MDM. Post VEE IMD values are after the data has been change by a user or the MDM system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

Can I change final measurement directly?

A

No, a new IMD must be created that replaces the incorrect final measurement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

Must derived values originate from the original measurement values?

A

No, while derived values are usually based on the final measurement other items can also be derived. The derivation formula for each value on a final measurement is held in an algorithm and therefore can derive anything, e.g. a profiles value for the period.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

Can I manually add meter reader remarks to a finalized initial measurement?

A

Yes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

Can I manually add meter reader remarks to non-finalized initial measurement?

A

No, the initial measurement must be in a “Finalized” state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

Can I use the device event upload XML format for meter reader remarks?

A

No, you must use the scalar initial data measurement XML nodes for meter reader remarks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Are meter reader remarks used to note problems with interval meteres?

A

No, currently meter reader remarks can only be used with scalar initial measurements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

A specific user is assigned to a To Do entry when it is in the state of Being Worked on. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Only the user assigned to a Being Worked On To Do entry may see the entry in the To Do Summary Page. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Assume there is an entry that highlights an account without a bill cycle. When a user assigns a bill cycle to the account, the To Do entry will be completed automatically by the system. True/False

A

True. The answer is true, but it’s important to understand that the system will only automatically complete the entry the next time the background process responsible for the creation and completion for such a To Do entry executes. If a user wants to mark it as Complete before the process runs, they can.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

A supervisor is a user who is part of a To Do role who also has access to the supervisor pages. True/False

A

True. There is no specific attribute on a user that designates them as a supervisor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

The system issues a warning if you attempt to assign a To Do entry that has a special skills requirement to a user that doesn’t have these skills. True/False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Some To Do lists have the same message text for every entry, while others have different messages for the various entries. True/False

A

True. It’s up to the process that creates the entry - if it supplies a specific message number, it’s used ; if it doesn’t, the default on the To Do type is used.

52
Q

An implementation will pronanly use a combination of On Demand and Supervisor Push work distribution methods. True/False

A

True. The systen has been designed to support both methods in a single implementation.

53
Q

A complete entry can be re-opened. True/False

A

False. Only a Being Worked on entry can be re-opened.

54
Q

The Alerts zone will highlight if the person/account.premise in context has open or being worked on To Do Entries. True/False

A

True

55
Q

If an implementation prefers different message verbiage for a To Do entry, implmenters must create a new message and define it on a new To Do type. True/False

A

False. Every message’s text can be overridden by an implemnetation. To do this, display the message on Admin>System>Message and specify the text that you prefer.

56
Q

Assume a specific To Do list is being populated with hundreds of entries with the same message number. It would be a good idea to update the To Do type to indicate that To Do entries should be suppressed for the specific message number (and your team should creat a repot or a “sample and submit” instead). True/False

A

True

57
Q

Assume there is an entry that highlights an account without a bill cycle. A user can set the status of the entry to Complete without specifying a bill cycle for the account. True/False

A

True. If a user does this, the sytem will recreate the entry the next time the respective background process runs.

58
Q

In order to Forward or Send back an entry, user should first click the entry’s date/time or info string to open the To Do Entry maintenance page. True/False

A

True.

59
Q

A bill segment has a related FT, which controls how the service agreement’s debt and the GL are affected by the billed segment. True/False

A

True

60
Q

An adjustment has a related FT, which controls how the service agreement’s debt and the GL are affected by the adjustment. True/False

A

True

61
Q

A payment has a related FT, which controls how the service agreement’s debt and the GL are affected by the paymeny. True/False

A

False. A payment doesn’t have a financial transaction. Rather, the payment segments each have a financial transaction.

62
Q

A FT references a service agreement, not an account. True/False

A

True

63
Q

In order to determine an account’s balance, the system summarizes all FTs linked to the account’s service agreements. True/False

A

True

64
Q

If a bill segment is canceled, another FT is created and linked to the bill segment. This FT reverses the financial effects of the bill segment. True/False

A

True. This means a bill segment can have a maximum of two FTs linked to it - the original plus the cancelation.

65
Q

If an adjustment is canceled, another FT is created and linked to the adjustment. This FT reverses the financial effects of the adjustment. True/False

A

True

66
Q

If a payment is canceled, an FT is created for each of the payment’s payment segments. These FTs reverse the effects of the payment. True/False

A

True

67
Q

All financial transactions affect the GL in some way. True/False

A

False. FTs that just affect a service agreement’s current balance (as opposed to its payoff balance) do not affect the GL. A good example of such a FT a bill segment that charges for a deposit (as most companies do not update the GL for a deposit being billed because it’s not truly debt).

68
Q

FTs that affect the GL have at least two GL distribution lines. True/False

A

True. There must be at least one GL account debited and another that is credited. Note, most bill segment FTs have more than two GL distribution lines.

69
Q

Fts are interfaced to the GL via a flat file. True/false

A

True

70
Q

A given FT may affect a service agreement’s payoff balance and/or current balance. True/False

A

True. Note, most FTs affect payoff and/or current balance. The FT algorithm used to create the FT controls which balance is affected. However, there is an interesting FT algorithm that affects neither current not payoff balance - the one used to book company usage. These FTs only affect the GL.

71
Q

The system creates FTs behind-the-scenes when bill segements, payment segments, and adjustments are created. True/False

A

True. FTs for payment segments are only created when the payment is frozen, not when the payment is created.

72
Q

A user is allowed to modify some fields on an FT. True/False

A

True

73
Q

Accounts on the same bill cycle will recieve bills at roughly the same time every month. True/False

A

True. We say “roughly” because a bill cycle has a “bill window” that can span several days. An account will recieve a bill on the first day in the bill window that the system successfully creates a bill. An account may not recieve a bill on the first day of the bill cycle due to missing info (e.g., a missing meter read) or incorrect information.

74
Q

<b>If the remitted funds are used to pay the outstanding debt on two different accounts, two payment events are necessary. True/False</b>

A

False. This is a situation where the payor account is not the same as the payee account. In this example a single payor covers the payments of multiple payee accounts.<br></br><br></br>Using the Payment Event Quick Add single payment event dialog box, a single payment event with two distribution details may be added. Each detail record references the rule value that uniquely identifies the respective account whose debt is being releived by the payment.

75
Q

<b>A payment event must have at least one tender and one payment. True/False</b>

A

True

76
Q

<b>A tender contains the amount and references a specific tender type (e.g., cash, credit card, check). True/False</b>

A

True

77
Q

<b>The account on a payment event’s tender(s) must be the same as the account on the event’s payment(s). True/False</b>

A

False. The account remitting the finds is typically the same as the account whose debt is being paid. However, they can differ (e.g., when a social service agency pays other customer’s debts).

78
Q

<b>Both a tender and a payment reference an account. True/False</b>

A

True

79
Q

<b>A payment contains the amount of the tender(s) applied to a given account’s balance. True/False</b>

A

True.

80
Q

<b>I a customer pays with a check, the check number would be entered on the tender. True/False</b>

A

True

81
Q

<b>If a customer remits both cash and a check two payment events are necessary. True/False</b>

A

False. A single payment with two tenders would be recorded. This payment event would the have a single payment to distribute the grand total of both tenders to the account’s service agreements.

82
Q

<b>A payment segment’s financial transaction always credits a recievable account. True/False</b>

A

False. The GL account credited by a payment is defined on the service agreement’s SA type (in the distribution code field). For many types of SA’s, this is a receivable account.<br></br><br></br>However, there are other SA’s that don’t affect a receivable account - deposits and charitable contributions - these almost always affect a payable account.

83
Q

<b>If you cancel a payment before it’s swept onto a bill, no information about the payment will appear on the account’s next bill. True/False</b>

A

True. This is analogous to what happens if you cencel a bill segment before the bill is completed - if bill completion sees both the original FT and its cancellation are linked to the same bill, it marks both as “do not print”.

84
Q

<b>A payment could cause a collection to be canceled. True/False</b>

A

True

85
Q

<b>A payment could cause a stopped service agreement to be closed. True/False</b>

A

True

86
Q

<b>A payment could cause a new service agreement to be created. True/False</b>

A

True. If a customer pays more than what they owe AND you have plugged in the appropriate overpayment algorithm on customer class, the system will create an “overpayment service agreement” at this time. This overpayment service agreement will have a credit balance equal to the overpayment amount. This credit will be distributed to the debt arising from future bills (if you plug in the appropriate bill completion algorithm on the overpayment SA type).

87
Q

<b>If a check bounces, you would cancel the tender associated with the check. True/False</b>

A

True. When you cancel a tender, you must specify a cancellation reason. Certain types of reasons are used when a check bounces. These reasons cause a NSF charge to be created.

88
Q

<b>If a check bounces, the NSF charge is levied on the account that remitted the funds (that is, the account on the tender) as opposed to the account whose debt was relieved. True/False</b>

A

True

89
Q

<b>When you cancel a payment , the system automatically cancels all tenders linked to the payment’s payment event. True/False</b>

A

False. You tend to cancel a payment ( as opposed to a tender) when it was applied to the wrong account. The system therefore assumes the tender is still valid. In this situation, the payment event becomes unbalanced until the sum of the event’s payments equal the sum of the event’s tenders.

90
Q

<b>You can save an unbalanced payment event. True/False</b>

A

True. Note, unbalanced payment events appear in an exception query.

91
Q

<b>A payment event created using the Non CIS Payment zone will have a seperate payment for each distribution code. True/False</b>

A

True

92
Q

<b>An FT for a Non CIS payment will typically debit cash and credit an account receivable account. True/False</b>

A

False. It will typically credit a revenue account as a recievable only when a payment pays for something that was previously billed.

93
Q

<b>A payment event can contain both Non CIS payments and CIS payments. True/False</b>

A

True

94
Q

<b>An installation option setting dictates if payment in alternate currency is allowed. True/False</b>

A

True

95
Q

<b>The base package currency conversion script retrieves the exchange rate from a charateristic. True/False</b>

A

False - This value is stored on a Bill Factor. Bill factors must be set up for each currency accpted; it is up to the implementation to populate the bill factor values with the effective exchamge rates.

96
Q

<b>Only one Tender Source can be defined for each user. True/False</b>

A

False - Multiple Tender Sources can be defined, but only one per currenct is allowed.

97
Q

<b>Cash back is calculated in the account’s currency. True/False</b>

A

True

98
Q

<b>If a customer was charged an incorrect rate on a bill, the proper way to correct the error in to calculate what the customer’s bill should have been and then create an adjustment to affect the SA’s balance accordingly. True/False</b>

A

False. The correct method is to change the rate on the SA and then do a cancel/rebill in the billing subsystem. The cancel/rebill process will reverse the original bill segment and create a new one. In other words, correct the cause of the error, no the effect.

99
Q

<b>An adjustment can be used to change the amount a customer owes for a deposit. True/False</b>

A

True. You don’t know this yet, but a deposit is held on a service agreement just like every other type of “debt”. Therefore, you can use an adjustment to change the amount of deposit “debt”.

100
Q

<b>A single adjustment can be used to modify several service agreements’ debt. True/False</b>

A

False. An adjustment is linked to a service agreement. To change several service agreements’ debt, it would be necessary to create several adjustments.

101
Q

<b>An adjustment is used to charge a customer for a bounced check. True/False</b>

A

Tru. Adjustments can be used to levy any type of one-time charge. The system creates an NSF adjustment behind-the-scenes when a tender is canceled using a NSF reason code.

102
Q

<b>Many one-off charges are levied by creating adjustments “behind the scenes”. True/False</b>

A

True. Besides NSF charges, the system creates adjustments for late payment charges and connection charges (connection charges can be created via an adjustment on a start option) and many other charges.

103
Q

<b>All adjustments have an adjustment type. True/False</b>

A

<i>True</i>

104
Q

An adjustment type could reference both a default amount and a default amount algorithm. True/False

A

False. The adjustment type may refernce one or the other, but not both.

105
Q

An adjustment can apply a rate to a quantity to calculate the adjustment amount. True/False

A

True

106
Q

The default amount algorithm and the generate adjustment algorithm both provide an adjustment amount. What is the difference between these two plug-in spots?

A

A user may override the amount produced by the default adjustment amount algorithm. The generate adjustment algorithm may apply further calculations to a base amount and produce a calculated amount. The user cannot override the calculated amount. (The user could modify the base adjustment amount and regenerate the calculated amount.)<br></br><br></br>The generate adjustment algorithm could also produce multiple calculation lines and general ledger details.

107
Q

The general ledger account used to book late payment charges from the adjustment type. True/False

A

True. And the recievable GL account comes from the distribution code on the SA’s SA type.

108
Q

A customer with a single metered service agreemtn who is not on a budget could have an adjustment where current amounts differs from payoff amount. True/False

A

False. There is no justification for these two attributes to differ for such an SA. The amount the customer thinks they owe is equivalent to how much they really owe.

109
Q

The GL account defaulted from the adjustment type may be debited or credited as a result of an adjustment. It all depends on whether the adjustment amount is positive or negative. True/False

A

True. For example, if the adjustment is used to levy a charge (a positive adjustment value), you will credit the GL account defaulted from the adjustment type. If the adjustment is uded to forgive a charge (a negative adjustment), you will debit the GL account defaulted from the adjustment type.

110
Q

Information about an adjustment always appears on the account’s next bill. True/False

A

False. Every adjustment’s financial transaction contains a switch that controls whether infomration should appear on the account’s next bill. The value of this switch defaults from the adjustment’s adjustment type but you can change the value as needed.

111
Q

An adjustment affects an account’s total debt when the adjustment is frozen. However, most adjustments only start aging when they are swept onto an account’s bill. True/False

A

True. Every adjustment’s financial transaction contains a switch that controls when the adjustment starts aging. By default, this switch is set to only start aging the adjustment when it’s swept onto the next bill. You can change the value as needed.

112
Q

A transfer adjustment can be used to transfer funs between two accounts (e.g., a credit balance from one service agreement can be used to offset the debit balance on another). True/False

A

True

113
Q

Assume a customer had 2 service agreements, both of which have a credit balance. Next assume that the customer would like a check for the total amount of the credit. Explain how / if you could satisfy this request.

A

Transfer the credit from the SA1 to SA2 with a transfer adjustment. Then create an A/P adjustment for the check amount against SA2.

114
Q

It seems logical that every bill segment that is canceled will have associated adjustment. True/False

A

False. When a bill is canceled, the financial impact is recorded on the bill segment (actually on the bill segment’s cancellation financial transaction), therefore an adjustment is not needed to change the account’s debt.

115
Q

Fact: transfer adjustments (a pair of adjustments use a clearing GL account to “hold” the transferred money. Question: the net effect on the clearingGL account will always be sero? True/False

A

True

116
Q

Canceling an adjustment reverses its financial impact. True/False

A

True

117
Q

If you cancel an adjustment before it’s swept onto a bill, no information about the adjustment will appear on the account’s next bill. True/False

A

True

118
Q

An adjustment that reduces a customer’s debt could cause a stopped agreement to be closed. True/False

A

True.

119
Q

If an adjustment type references an approval profile, its adjustments will always require approval. True/False

A

False. It all depends on how the thresholds have been set on the approval profile. If the first threshold is 0, the all adjustments will have to be approved. If the first threshold is 20, only adjustments greater than or equal to 20 will require approval.

120
Q

An approval profile can be set up to require multiple leveles of approval for certain monetary values. True/False

A

True

121
Q

An approval profile can be linked to an unlimited number of adjustment types. True/False

A

True

122
Q

You can use the To Do List transaction to see the total number of outstanding adjustments that are awaiting approval. True/False

A

True

123
Q

If an email is sent to an approver, a ToDo entry will not be created. True/False

A

False. To Do entries are what cause the email to be created.

124
Q

If an email message is sent to an approver, a hyperlink will contain the Adjustment - Approval Portal where the user can press approve or reject. True/False

A

True

125
Q

When an approver approves an adjustment, the associated To Do entry is completed by the system. True/False

A

True. And, the next approver would be notified that it’s their turn to approve.

126
Q

When the last approver approves an adjustment, the adjustment is frozen. True/False

A

Both True and False. Depends on if the adjustment type has been configured to freeze at will or freeze at bill completion.