Authorized User Record ID
Name
The authorized user's name as it will display in ActivityHD. The name must be unique.
System User
The authorized system user associated with the company authorized user record.
Press F2 to open a dialog box where you can add and remove selections for this field.
Press F3 to look up the item.
Access Control
The level of company access assigned to the authorized user. The selection in this field is synchronized with the Access Control options on the Permissions tab. Valid options are:
- All. The user has full access to company resources.
- Permitted. The user has access to the company resources he/she is assigned permissions for.
- Unpermitted. The user only has access to the company resources which do not require permissions.
- None. The user has no access to the company.
Admin
If the checkbox is marked, the authorized user is a company administrator with privileges to start and stop the company server and to disconnect users from the company.
Web Only
If the checkbox is marked, the authorized user cannot log in from any source except the web.
User tab
Default Open Mode to Read
Mark this checkbox if you want data entry windows to open in read mode for this user.
Permissions tab
Access Control
The level of access assigned to the authorized user. Your options are:
- All. The user has full access to the company.
- Permitted. The user has access to the company resources he/she is assigned permissions for. If you select this option, specify which permissions to assign to the user.
- Unpermitted. The user only has access to the company resources which do not require permissions.
- None. The user has no access at all, not even to log in.
Available Permissions
The list box shows the permissions available for assignment to the authorized user. Permissions that are flagged as "Obsolete" are not visible in the list box.
To assign a permission to the user, double-click the permission to move it to the Assigned Permissions list box or highlight it and click
to move it to the Assigned Permissions list box.
To view a permission record, highlight the permission in the list box and press F4 or right-click and select Open from the context menu.
Assigned Permissions
The list box shows the permissions currently assigned to the authorized user. Permissions previously assigned to an authorized user and subsequently flagged as "Obsolete" are visible in the list box.
To unassign a permission, double-click the permission to move it to the Available Permissions list box or highlight it and click
to move it to the Available Permissions list box.
To view a permission record, highlight the permission in the list box and press F4 or right-click and select Open from the context menu.
Security Views tab
Security views control the type of information available to an authorized user within each resource.
Available Security Views
The list box shows the security views available for assignment to the authorized user. Security views that are flagged as "Obsolete" are not visible in the list box.
To assign a security view to the user, double-click the security view to move it to the Assigned Security Views list box or highlight it and click
to move it to the Assigned Security Views list box.
To view a security view record, highlight the security view in the list box and press F4 or right-click and select Open from the context menu.
Assigned Security Views
The list box shows the security views currently assigned to the authorized user. Security views previously assigned to an authorized user and subsequently flagged as "Obsolete" are visible in the list box.
To unassign a security view, double-click the security view to move it to the Available Security Views list box or highlight it and click
to move it to the Available Security Views list box.
To view a security view record, highlight the security view in the list box and press F4 or right-click and select Open from the context menu.
Connection History tab
The Connection History pane shows the Connection History HD view filtered to show connection history for the selected company authorized user.
Custom tab
This tab is visible if custom fields exist for the entity. At a minimum, if there are custom fields, a Fields subtab will be present. One or more additional categories of subtabs may also be visible.
Fields subtab
This tab prompts for values for any custom fields set up for entity records of this entity type. Respond to the prompts as appropriate.
References subtab
This tab is visible if other records reference the current record.
Reference
From the drop-down list, select the custom field to view references for. Reference custom fields have the following format: PackageName.EntityName.CustomFieldName.
Example
Suppose a custom field exists on PRCodes that references an ARCode. On the ARCode record, on the Custom > References subtab, you can view all the PRCodes which reference that ARCode.
Exchange Folder subtab
This tab is visible only if you set up a custom field with a data type of "Exchange Folder". The label on this tab is the name assigned to the custom field.
This tab shows the contents of the specified Exchange folder.
File subtab
This tab is visible only if you set up a custom field with a data type of "File". The label on the tab is the name assigned to the custom field.
This tab renders the contents of the specified file according to its file type.
Internet Address subtab
This tab is visible only if you set up a custom field with a data type of "Internet Address". The label on this tab is the name assigned to the custom field.
This tab shows the contents of the specified web page.
Network Folder subtab
This tab is visible only if you set up a custom field with a data type of "Network Folder". The label on this tab is the name assigned to the custom field.
This tab shows the contents of the specified network folder.
Data Links tab
See "Data Links".
The Attachments tab is visible if any record for a given entity has an attachment. If the Attachments tab is not visible, this implies that no record of the entity type has an attachment on it; however, once an attachment is added to any record of the entity type, the Attachments tab will become available.
Attachments
The list box shows the files which are attached to the current record. Highlight a file name to preview the file in the adjacent pane. Double-click a file name to open the file in its native editor.
Preview pane
If a file name is highlighted in the Attachments list box, this pane shows a preview of the file contents. Some file types cannot be previewed but can be double-clicked to open in their native editor.
Change Logs tab
This tab is visible if the user has "Change Logs" access to the associated data folder resource.
The Change Logs pane shows the Change Logs HD view filtered to show all change logs for the selected entity record.
Double-click a row in the pane to drill down to its record in the Change Log window.
Other tab
Memo tab
To include additional information about this record not collected elsewhere, enter it in this text box. This area supports common keyboard shortcuts such as Ctrl+C to copy and Ctrl+V to paste.
Timestamps tab
This tab shows the user who created this record and the date and time of creation as well as the user, date, and time of the latest modification to the record.
Developer tab
This tab is visible only when developer features are enabled.
Automation subtab
This subtab shows field names and values for the current data record. Use the information in the subtab to assist when creating automation objects such as bots and import files. The field names and field values can be copied from the text box and pasted directly into your code or application. To copy content from the text box, highlight the content to copy and press Ctrl+C or right-click your selection and select Copy from the context menu.
Export (XML | JSON) subtab
This subtab shows the XML syntax for exporting the selected data record. The syntax can be copied from the text box as an exemplar for creating your own automation objects for bots, import files, ActivWebAPI, etc. To copy content from the text box, highlight the content to copy and press Ctrl+C or right-click your selection and select Copy from the context menu.
Import (XML | JSON) subtab
This subtab allows you to select a file for import and shows the XML syntax for importing data records. Use the subtab to explore the XML syntax for importing data records. In particular, you can investigate the syntax which results when using Data.Import and ActivWebAPI data POST and DELETE routes.
Change Log (XML | JSON) subtab
This subtab is visible only when the Enable Change Logs option is marked in System Options or Company Options (depending on whether the feature applies at the system or the company level). This is the default setting when developer features are enabled.
This subtab allows you to investigate changes to the current data record. The syntax can be copied for use in bots, dashboards, ActivWebAPI, and other automation. To copy content from the text box, highlight the content to copy and press Ctrl+C or right-click your selection and select Copy from the context menu.
Select Statement (SQL) subtab
This subtab allows you to investigate the SQL select statement used to retrieve the current data record. The syntax can be copied as an exemplar for data sources and other automation. To copy content from the text box, highlight the content to copy and press Ctrl+C or right-click your selection and select Copy from the context menu.