UserFlags and UserObject at the same time?

Walter,

can I use UserFlag as 1 identifier and UserObject as another identifier for the same GoNode? I wanted to use 1 identifier for 1 key and I use the other for my secondary key to identify that node, Is it possible?

Sure – they are implemented using separate fields.

thanks