Search found 7 matches
- 24 Jan 2018, 22:42
- Forum: Help
- Topic: Include ACL on Config.pm
- Replies: 8
- Views: 4522
Re: Include ACL on Config.pm
Sorry for using this old thread but the subject fits! In every documentation there is this part: ACLs can be directly entered into the Kernel/Config.pm file. However this is not any more recommended as OTRS comes now with a GUI Access Control Lists in the Admin panel that allows to save the ACLs in ...
- 23 Jan 2018, 20:12
- Forum: Help
- Topic: Include ACL on Config.pm
- Replies: 8
- Views: 4522
Re: Include ACL on Config.pm
Hello,
it's not working for me. Writing acl settings into config.pm or a sperate .pm file and performing Maint::Config::Rebuild has no effect, i dont see acl in web gui. I tried Otrs 5.026 and 6.04. What am I doing wrong?
it's not working for me. Writing acl settings into config.pm or a sperate .pm file and performing Maint::Config::Rebuild has no effect, i dont see acl in web gui. I tried Otrs 5.026 and 6.04. What am I doing wrong?
- 23 Oct 2017, 15:10
- Forum: Help
- Topic: DynamicField ConfigItem Restriction Value Lookup for CustomerID
- Replies: 0
- Views: 2281
DynamicField ConfigItem Restriction Value Lookup for CustomerID
In DynamicFIeld ConfigItem configuratioin what is this line for? "Value look up for CustomerID attribute" - "Select if the readable value for the CustomerID field should be used for restriction." For me it does nothing. This is how it works for me to get the restriction working: ...
- 23 Oct 2017, 13:30
- Forum: Hilfe
- Topic: Ticketnumber statt TicketID in URL benutzen
- Replies: 4
- Views: 3062
Re: Ticketnumber statt TicketID in URL benutzen
Was ist damit passiert?
Wieso funktioniert es, aber es gibt keine Einstellung dafür??
Es reicht uns aus, dass das nur für den TicketZoom funktioniert. Wäre aber schön wenn man das standardmäßig so einstellen könnte.
Wieso funktioniert es, aber es gibt keine Einstellung dafür??
Es reicht uns aus, dass das nur für den TicketZoom funktioniert. Wäre aber schön wenn man das standardmäßig so einstellen könnte.
- 23 Oct 2017, 12:55
- Forum: Help
- Topic: Transitions "default" / "else"
- Replies: 0
- Views: 2135
Transitions "default" / "else"
Hello, i was wondering if it is possible to define a "default"-Transition as "else" branch. Like 1st Transition - if ... 2nd Transition - else if ... Default Transition - else ... I know that OTRS is going through the transitions alphabetically so that "Transistion-abc123&qu...
- 23 Oct 2017, 12:48
- Forum: Help
- Topic: Copy article body to new ticket article body
- Replies: 2
- Views: 1737
Re: Copy article body to new ticket article body
Try to save the text into an dynamic field: viewtopic.php?f=62&t=37482#p155106
Maybe you can than use that field inside the new ticket.
Maybe you can than use that field inside the new ticket.
- 23 Oct 2017, 12:45
- Forum: Help
- Topic: [SOLVED] Extracting email body information into Dynamic fields
- Replies: 23
- Views: 11273
Re: Extracting email body information into Dynamic fields
If Postmaster is not enough get the latest Ticket Article with an API call tiggered through a ticket event (even during the ticket workflow) XSLT incoming mapping: <TicketID><xsl:value-of select="//TicketID"/></TicketID> <AllArticles>1</AllArticles> <ArticleOrder>DESC</ArticleOrder> <Artic...