mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #1347] expose custom fields in the frontend, not just in the agent list #2784
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2784
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sharkpd on GitHub (Nov 9, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1347
Custom fields have been foreseen on: customers, sites and agents and they are very useful, in the issue #308 are asked to be able to expose the custom fields only on agents, why not outsource the exposure also on customers and sites?
with a view to integrating with other software, it might be useful to have vision of some information without entering the customer or site modification window to view the data.
@wh1te909 commented on GitHub (Nov 9, 2022):
not sure I understand. if you are trying to integrate with other software this has nothing to do with the frontend, you just get the custom fields or whatever else you need by querying the API: https://docs.tacticalrmm.com/functions/api/
@sharkpd commented on GitHub (Nov 10, 2022):
I do not consider reading by third parties but reading data written by third parties. Let me explain better with an example:
TacticalRMM is in use by an IT company and a customer custom field refers to an alert for operators such as a trivial "there are administrative pending".
this alert or flag or simple string to be displayed is populated by the ERP management system of the company that when "there are administrative pending" makes a call to tactical to populate this field (I expect a custom field containing the ERP customer code in the example just described ...).
I don't know if it could be of common interest to expose this info to help or alert operators
@silversword411 commented on GitHub (Nov 10, 2022):
Custom fields are in the frontend and api
We still don't understand the request
@sharkpd commented on GitHub (Nov 15, 2022):
My proposal referred to the possibility of having some custom fields in the dashboard in the list of clients and sites (having custom fields on them) and I was not referring to custom fields on agents.
I understand that it may not be a useful proposal for most users but it would give a way to have a view of the most important personalized data that you want to expose to users who use the dashboard.