AppAdminBiller CustomerTableEdit: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<translate> == Edit Customer Tables == Makes it possible on customer tables to change the setting for column sorting and visibility. === How to - Open Edit Customer Tables === # Select the table you want to edit # Click '''edit''' to the right of the table name #:* Edit customer table opens # Click on '''edit''' Image:Icon Edit.png next to the column you want to change #:* The edit column opens for selected column # See below how you handle '''control type''' #...") |
(Marked this version for translation) |
||
Line 1: | Line 1: | ||
<translate> | <translate> | ||
== Edit Customer Tables == | == Edit Customer Tables == <!--T:1--> | ||
<!--T:2--> | |||
Makes it possible on customer tables to change the setting for column sorting and visibility. | Makes it possible on customer tables to change the setting for column sorting and visibility. | ||
=== How to - Open Edit Customer Tables === | === How to - Open Edit Customer Tables === <!--T:3--> | ||
<!--T:4--> | |||
# Select the table you want to edit | # Select the table you want to edit | ||
# Click '''edit''' to the right of the table name | # Click '''edit''' to the right of the table name | ||
Line 20: | Line 22: | ||
=== How to - Handle Control Type DropDownList and CheckboxDropDown === | === How to - Handle Control Type DropDownList and CheckboxDropDown === <!--T:5--> | ||
<!--T:6--> | |||
Columns with the database column type nvarchar (text) and int (number) have the option to changed control type to dropdownlist and checkboxdropdown. | Columns with the database column type nvarchar (text) and int (number) have the option to changed control type to dropdownlist and checkboxdropdown. | ||
<!--T:7--> | |||
# Select '''control type''': | # Select '''control type''': | ||
#:* Select dropdownlist if you like a multiple selection choice drop-down list to choose from | #:* Select dropdownlist if you like a multiple selection choice drop-down list to choose from |
Latest revision as of 13:29, 13 February 2023
Edit Customer Tables
Makes it possible on customer tables to change the setting for column sorting and visibility.
How to - Open Edit Customer Tables
- Select the table you want to edit
- Click edit to the right of the table name
- Edit customer table opens
- Click on edit
next to the column you want to change
- The edit column opens for selected column
- See below how you handle control type
- Check the show checkbox if you want the column to be visible
- Set sorting
- Select ascending to sort the table by selected column in ascending order
- Select descending to sort the table by selected column in descending order
- Note: The last selected sorting overrules the previous
How to - Handle Control Type DropDownList and CheckboxDropDown
Columns with the database column type nvarchar (text) and int (number) have the option to changed control type to dropdownlist and checkboxdropdown.
- Select control type:
- Select dropdownlist if you like a multiple selection choice drop-down list to choose from
- Select checkboxdropdown if you like a multiple selection choice and the possibility to select more than one choice
- Click on save
- Click on add
to add selectable choices
- A new row is added
- Enter value
- Click on save