Hello Experts
What is the difference between the tables DialogTaggedItem and QBMTaggedChange? I notice that some objects from our CL go in one tables, others in another.
Thanks
Kin
Hello Experts
What is the difference between the tables DialogTaggedItem and QBMTaggedChange? I notice that some objects from our CL go in one tables, others in another.
Thanks
Kin
Hi,
DialogTaggedItem stores the Label assignment; QBMTaggedChange is the actual object change.
So actually, if you make a change and save it you should see an entry in QBMTaggedChange with the FK reference to the label, UID_DialogTag - the Change Label.
What version are you running?
DialogTaggedItem is for References, and only contains a pointer to the tagged object.
Trevor
Thanks Trevor for clearing that up. I'm using v8.0.0 btw.