Editing Billing Account Information (v9.0)

Print Friendly and PDF Follow

If you do not want your users to be able to delete their billing accounts from their web pages, you can edit the HTML code that defines the Current Accounts table of the Change Accounts web page. The change is made on the EditAccountInformation.html form.

Removing the Option to Delete an Account

The default HTML code looks like this:

<div class="default-table">
<#TABLE name="ShowCurrentAccounts" headerText="Current Accounts" noDataAction=
"ShowMessageRow" noDataMessage="No Accounts"><br />
</div>

You can omit the Delete column by defining the specific columns to be displayed in the table and the data fields to put into them:

<div class="default-table">
<#TABLE name="ShowCurrentAccounts" headerText="Current Accounts" noDataAction=
"ShowMessageRow" noDataMessage="No Accounts" column='AccountNo:Account' 
column='Type' column='Description' column='Valid'><br />
</div>

Questions?

If this article didn’t resolve your issue, please contact Atlas Support for assistance:

Contact Support