attachments cannot be sent. The report is sent as a table in the e-mail.
You can modify the e-mail template and add additional information to the e-mail via predetermined placeholders. Also you can add additional attributes to the table.
attachments cannot be sent. The report is sent as a table in the e-mail.
You can modify the e-mail template and add additional information to the e-mail via predetermined placeholders. Also you can add additional attributes to the table.
Hallo @TheBob1
ich bin mir gerade nicht sicher warum es sich bei dem Dialog nicht um ein Dialog+ handelt
Du kannst aber über den "Dialog-Admin" in der Verwaltung neue Einträge hinzufügen, siehe:
Und anschließend beim klick auf "Neu":
Ich hoffe das hilft weiter. Ich werde mal schauen ob wir einfach ein Dialog+ aus dem Feld machen
Viele Grüße
Leo
update
OK ich sehe es gibt in der "Gerät" Kategorie ein wenig spezielle Logik für bestimmte Typen. Soll heißen, es werden dann ein paar Felder ein- und ausgeblendet.
Das schaue ich mir auch mal an. Vielleicht bekommen wir das in den kommenden i-doit Versionen gelöst
@IT_GAP said in Frage bezüglich des neuen Flows Add-On. Teil des Objektnamens benutzen:
@Michael-Huhn Vielen Dank für die Hilfe und das Beispiel.
Wir benutzen aufgrund ein paar alter OpenCelium Jobs derzeit noch die v1 Endpoints der API. Ich werde das ganze jedoch sobald wir auf die neuste API updaten direkt mal ausprobieren.Auf jedenfall nochmal Danke
Ich verwende auch noch keine v2 methoden.
Falls du das
"version": "2.0",
meinst, das steht für den JSONRPC Version
kann aber auch als via
"jsonrpc": "2.0",
angegeben werden.
you can use the report base notification with a interval setting for this.
See in the Demo https://demo.i-doit.com/?moduleID=1008&treeNode=1&pID=12
Or in the docu https://kb.i-doit.com/en/evaluation/notifications.html#kinds-of-notifications
Use this CLI command to see the profiles list and ids
https://kb.i-doit.com/en/automation-and-integration/cli/console/options-and-parameters-cli.html#import-csvprofiles
Ich hab direkt ein wenig gespielt und so könnte das ganze dann aussehen:
{% set inputString = object.title %}
{% set parts = inputString|split('-') %}
{% set inventorynumber = parts|last %}
{# <---remove only for testing #}
{# get object id #}
Object ID {{ object.id }}
{# get object title #}
Object title: {{object.title}}
{# check #}
Found inventory number: {{ inventorynumber }}
{# only for testing remove---> #}
{% set result = {
"version": "2.0",
"method": "cmdb.category.save",
"params": {
"apikey": "MichaWarHier",
"object": object.id,
"category": "C__CATG__ACCOUNTING",
"data": {
"inventory_no": inventorynumber,
}
},
"id": "1730579620",
"language": "de"
} %}
{{result|json_encode(constant('JSON_PRETTY_PRINT'))}}
@IT_GAP said in Frage bezüglich des neuen Flows Add-On. Teil des Objektnamens benutzen:
Gibt es vielleicht eine Möglichkeit das dieser Explizit nur ein Teil von diesen benutzt?
Aktuell gibt es diese Möglichkeit vermutlich nur über den API Call Action Type.
Ich könnte mir vorstellen, dass es möglich ist mit einem Twig Template diese Inventarnummer aus dem Titel zu extrahieren und in die Inventarnummer dann via API Call in die Kategorie zu schreiben.
Hallo @StefanP74
das Verhalten sollte sich nicht durch das i-doit Update verändert haben Wurde denn auch das Dokumente Add-on aktualisiert? Da müsste ich kurz die Version kennen damit ich nachschauen kann.
In der neusten Version (1.9) vom 10.Okt sehe ich z.B. keine Änderungen bzgl. der Rechteprüfung im Add-on
Viele Grüße
Leo
du kannst das Add-on auch 30 Tage kostenlos in deiner i-doit Instanz testen.
Einfach das Add-on herunterladen und installieren. Danach wird der Counter im Add-on angezeigt.
Du kannst es auch über das neue Add-on & Subscription Center installieren.
that question is hard to answer. But i would suggest to try out each open version.
You cen easily setup a i-doit open with the install script https://github.com/i-doit/scripts?tab=readme-ov-file#usage