mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1938] Feature: populate multiple custom fields in one collector task #1210
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#1210
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 @bbrendon on GitHub (Jul 26, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1938
Basically allow selecting multiple custom fields in the GUI to populate.
Have a pre-defined or use selectable Field Separator so that returning one string will fill multiple custom fields. Returning JSON or something would work as well. Get creative :)
Describe alternatives you've considered
Using the API can do this, but not as elegant.
@P6g9YHK6 commented on GitHub (Jul 26, 2024):
agreed

@plao commented on GitHub (Jul 26, 2024):
+1
@P6g9YHK6 commented on GitHub (Aug 10, 2024):
btw i gave an intern the job of figuring a way around it and we brainstormed something nice
we have a single script doing a collect and add a separator to each section
then with the reporting feature we divide the whole report in a table based on the number of section and each section goes in it's own collumn
@bbrendon commented on GitHub (Feb 20, 2025):
I got it working! I think I might like this better! GENIUS