LINKS node
The node of the Billing configuration defines the quick links that can be displayed on the Manage Account page. This node has one node as a child, with one attribute:
| Attribute | Description |
|---|---|
| id | Identifies the list of quick links. |
The node under the node has a number of nodes as children. Each node can have these attributes:
| Attribute | Description |
|---|---|
| accid | Access ID for the quick link. The access ID is a unique number that identifies the permission in Access Control that users must be granted to gain access to this link. |
| license | System license that is required for the link, such as Billing or Customer Service. |
| method | Method that will be called when a user clicks the link. |
| name | Name of the link. This is the display value that is shown on the Manage Account page. |
| property | The property and value attributes can be used together to set a condition for whether the link is displayed on the Manage Account page. For example, the Record Bankruptcy link has a property of IsBankrupt and a value of False, indicating that the link is only displayed for accounts that are not in bankruptcy. |
| query | SQL query used to determine whether the link is displayed. |
| value | See the description of the property attribute. |