Hi Dojo!
I'm trying to figure out how these notify calls work, and there doesn't seem to be any documentation on them that I can find past their name/ID (at least in the DataMiner Development Library). I'm looking into Notifys 18-26 in particular:
Are these still supported? If so, would anyone know how they work/where I can find documentation on them?
Thanks in advance!
Hi Alex,
It would be good to understand your use-case. It is not common practice to manipulate users / groups via a connector.
When better understanding where your need comes from we might be able to provide an alternative solution to these Notifies.
Hi Alex, maybe somebody else has documentation about those notify calls, but it might be easier to use SLNet messages instead. There is probably also no (public) documentation about those messages, but using SLNet Client Test tool, you could follow a Cube session. If you then manually perform the actions you want to do in the script, you can see in that tool which messages were being sent by Cube to the server.
I don’t think there’s much documentation about them, you could use SLNet request SetDataMinerInfoMessage with a “What” property. This basically boils down to a Notify call. Long-term we need to remove SetDataMinerInfoMessage and replace it with proper APIs