Hi,
I'm trying to get the table mapping to get the tags assigned to a an object in CRM. Say for example I have an opportunity GUID and I'd like to get all the tags assigned to it.
So far, I've found tables WCF_ML_OBJECT (CRM Object for tags) and WCF_TC_LINK (Links between CRM object, tag and user) that describe the object type, user and tag text but I don't know how to link these tables to for instance table CRMD_ORDERADM_H where I have the GUID for the object.
In table WCF_ML_OBJECT there is and ID and GENIL_ID columns but I don't know how to link that to something more "meaningful".
Thanks for your help.