--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
-- Perl / OTRS development: http://perl-services.de OTRS AddOn repository: http://opar.perl-services.de
See SysConfig option DynamicFieldFromCustomerUser::Mapping
- Renée
The dynamic fields must be present in the system and should be enabled for AgentTicketFreeText, so that they can be set/updated manually by the agent.Could you offer any advice or a link to the relevant section of documentation?
-- ----------------------------------------------- - Nick Bright - - Vice President of Technology - - Valnet -=- We Connect You -=- - - Tel 888-332-1616 x 315 / Fax 620-331-0789 - - Web http://www.valnet.net/ - ----------------------------------------------- - Are your files safe? - - Valnet Vault - Secure Cloud Backup - - More information & 30 day free trial at - - http://www.valnet.net/services/valnet-vault - ----------------------------------------------- This email message and any attachments are intended solely for the use of the addressees hereof. This message and any attachments may contain information that is confidential, privileged and exempt from disclosure under applicable law. If you are not the intended recipient of this message, you are prohibited from reading, disclosing, reproducing, distributing, disseminating or otherwise using this transmission. If you have received this message in error, please promptly notify the sender by reply E-mail and immediately delete this message from your system.
On 5/30/2016 9:25 AM, Renee B wrote:
I'm trying this as well, in OTRS v3.See SysConfig option DynamicFieldFromCustomerUser::Mapping
- Renée
I've followed the online help in the document, creating the dynamic field before adding it to the Mapping SysConfig option you've mentioned. I also enabled the "setting below" as its' help indicates.
However, I do not understand what this means:
The dynamic fields must be present in the system and should be enabled for AgentTicketFreeText, so that they can be set/updated manually by the agent.Could you offer any advice or a link to the relevant section of documentation?
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
On 6/1/2016 2:54 PM, Nick Bright wrote:
I am still struggling to get this to work. I think the key issue is that I do not understand what "should be enabled for AgentTicketFreeText" means in this context. Could anybody enlighten me?On 5/30/2016 9:25 AM, Renee B wrote:
I'm trying this as well, in OTRS v3.See SysConfig option DynamicFieldFromCustomerUser::Mapping
- Renée
I've followed the online help in the document, creating the dynamic field before adding it to the Mapping SysConfig option you've mentioned. I also enabled the "setting below" as its' help indicates.
However, I do not understand what this means:
The dynamic fields must be present in the system and should be enabled for AgentTicketFreeText, so that they can be set/updated manually by the agent.Could you offer any advice or a link to the relevant section of documentation?
Hello,
From what I have seen before and using the config that Renee mentioned before, there are two config settings you have to consider,
1. DynamicFieldFromCustomerUser::Mapping: Here you have to tell which attribute from LDAP should be mapped to each dynamic_field you created.2. Enable Ticket::EventModulePost###930-DynamicFieldFromCustomerUser
And I believe you have to go into Config.pm file and add the lines for the mapping you created here before.
Take a look into the forum below
Hope it Helps
Since the magic is being done by an Event (TicketCreate|TicketCustomerUpdate) I believe you can "for one time" change the config to match certain event and run a generic agent into all those old tickets to force that event.
That should do it.
On 6/13/2016 6:11 PM, Alvaro Cordero wrote:
So for example, create a Generic Agent which would have an "Event based execution (single ticket)" set to "Add Event Trigger" of "TicketCustomerUpdate".Since the magic is being done by an Event (TicketCreate|TicketCustomerUpdate) I believe you can "for one time" change the config to match certain event and run a generic agent into all those old tickets to force that event.
That should do it.
I'm searching on how to use the GA to cause a
TicketCustomerUpdate event to be triggered for the matched ticket.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs