A masterdata descriptor like this one: $masterdata:"pool_name"
is converted in the Movilizer client to an integer number like 113.
We are building a logic that sends back to the backend the poolid (113) and the key modified (key="key1") in a DataContainer.
The DataContainer key is formed like this: "poolid$$key", my question is:
Is the poolid integer number the same accross participant/devices?? (Always 113), or is it random depending on the client?
I need to know this to send some string with the poolname instead of the poolid for this to work.