Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I am displaying properties of thing using GetPropertyValues service and same s i am updating using SetPropertyValues service. But unfortunately i am unable to update all properties though all are editable. Only one or two of them are updating.
May i know how to troubleshoot this?
Thanks,
Kiran
Create a wrapper service around SetPropertyValues to check the infotable coming back and see if it is indeed the values you are expecting to use for the update.