Search found 3 matches

by eparlin
16 Jun 2013, 17:05
Forum: Help
Topic: Set dynamicfield value via SOAP
Replies: 7
Views: 5639

Re: Set dynamicfield value via SOAP

SOLVED: This patch works great. If you are dependent on 'DynamicFieldValueObject' because you've already used it in code since its called in the API just use it instead of 'TicketDynamicObject' when updating your rpc.pl file. If you use this patch verbatim, just remember to change your calling code ...
by eparlin
16 Jun 2013, 11:33
Forum: Help
Topic: Set dynamicfield value via SOAP
Replies: 7
Views: 5639

Re: Set dynamicfield value via SOAP

Just found this...I just powered down for tonight, so haven't tested it yet but will try first thing in the AM:

https://gist.github.com/xonic128/2147909
by eparlin
16 Jun 2013, 08:59
Forum: Help
Topic: Set dynamicfield value via SOAP
Replies: 7
Views: 5639

Re: Set dynamicfield value via SOAP

This seems to be a common problem that those of us that rely on our own scripts for SOAP calls are having. Had no trouble with setting Free Text values before the upgrade to 3.1.X.... There's nothing in the API, only says the TicketFreeTextSet() function has been deprecated which leaves me to ...