Topic by Jason Owens
Content
Does anyone happen to have a list of changes from 1.3 to 1.4? The more I dig into this the more concerned i am about it breaking my addins.
So far i've found:
- WSDL URL changed
- No documentation on adding a service reference in 1.4
- Code samples do not work with 1.4
- No documentation on newly required APIAccessRequestHeader
And now it looks like properties are being removed from objects???
According to the documentation the Incident.Product object should have a Parents field:
And in 1.3 I can get an Incident.Product.Parents list
However after switching to 1.4 the parents property is gone:
This field is not listed in any of the release notes going back to 2015 as depreciated or removed, so I'm concerned there may be other fields that were removed from 1.4.
Does anyone have experience upgrading from 1.3 to 1.4 and can provide pointers on what exactly has changed and fields were removed? Pretty much every call to the RightNowSyncPortClient had to be changed moving to 1.4, so i'm hesitant to do any more work on my project until i know what else is broken.
Thanks!