Hi,
I created a local storage variable with a pointer value. Now i want to pass this pointervalue in a requestparameter of a create service by mapping it to the proper requestparameter of the approrpriate pointertype. This does not work because it seems that the mapped pointer is not a JSON object.
What am I doing wrong? Is it not just possible to map a local storage variable with a pointer value to a create requestparameter of a pointertype?
thanks in advance, Cor