v8.0 - QBMTaggedChange vs DialogTaggedItem

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

Parents
  • 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

Reply
  • 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

Children