Thank you very much.
It work.
Search found 6 matches
- 01 Nov 2013, 11:05
- Forum: Help
- Topic: Mapping field in OTRS Web Service Provider
- Replies: 9
- Views: 5048
- 18 Oct 2013, 03:50
- Forum: Help
- Topic: Mapping field in OTRS Web Service Provider
- Replies: 9
- Views: 5048
Re: Mapping field in OTRS Web Service Provider
Help me please!
- 17 Oct 2013, 11:41
- Forum: Help
- Topic: Mapping field in OTRS Web Service Provider
- Replies: 9
- Views: 5048
Re: Mapping field in OTRS Web Service Provider
Hi all,
Is the way I set Dynamic Field in xml string right or wrong?
Is the way I set Dynamic Field in xml string right or wrong?
<DynamicField>
<Name>MyDF</Name>
<Value>abc</Value>
</DynamicField>
- 17 Oct 2013, 11:37
- Forum: Help
- Topic: Mapping field in OTRS Web Service Provider
- Replies: 9
- Views: 5048
Re: Mapping field in OTRS Web Service Provider
WhereI can check the history of ticket?jojo wrote:did you check the history of the ticket? Did you configure your Ticket Zoom to show this field?
Thank you
- 17 Oct 2013, 11:32
- Forum: Help
- Topic: Mapping field in OTRS Web Service Provider
- Replies: 9
- Views: 5048
Re: Mapping field in OTRS Web Service Provider
Yes, I already do that, when i create phone ticket direct from OTRS, it show MyDF, but when I create from otrs.SOAPRequest.pl, it does not.
- 17 Oct 2013, 10:44
- Forum: Help
- Topic: Mapping field in OTRS Web Service Provider
- Replies: 9
- Views: 5048
Mapping field in OTRS Web Service Provider
Hi all, I have a OTRS system has been configed as SOAP Provider, and my creating phone ticket has a Dynamic Field named "MyDF", a text field. Now I use otrs.SOAPRequest.pl to test if Provider can create a ticket with Dynamic Field. So I rewrite xml string in this pl file as below. When I r...