permission setting problem
We have created a user Group let's say 'Comau' under this user group we have various types roles like Admin, Supervisor etc.
We noticed that if we login through Admin type of user under 'Comau' group and try to execute our services of updating property value via service on Mashup using Things[thingName][propertyName] = value; then it gives error as
[context: com.thingworx.webservices.context.HttpExecutionContext@555ebcca][message: Execution error in service script [updatePartLifeTimeProperties] :: Wrapped java.lang.NullPointerException (updatePartLifeTimeProperties#12)]
The Line #12 on this service has snippet like Things[thingName][propertyName] = value;

