There is this feature that is in Kinetic called Data Tags… in my surveying of customers, I have found that it is one of those feature that people simply do not know about.
The purpose of a data tag is to allow you to “tag” a record for easy lookup later. The retrieval of that record is done via search. a tag can be reused (ie… more than one record can use the same tag).
Some facts:
- Data Tags are a way of adding additional "tag"s (indexed key) to nearly any record within Kinetic.
- Data Tags are stored in the SYSTAG table. This table is indexed and very fast. It has a foreign pointer to the “real” record. (For the tech heads, YES you can create your own entries in the SYSTAG table via REST, and you can also create BAQs that search and return results in the SYSTAG table to do some magical dashboards and things.)
- Data Tags can be marked as Public or Private…
- Private tags are tags that any individual can add to a record and later search. Private tags are assigned to the USERID that created it and only that user can see it (unless you write a BAQ to see it from SYSTAG table).
- Public tags are for ALL users to be shared. All users can add/delete public tags.
- Data tags can be added manually (via the UI) or can be automatically added (and removed) via BPMs.
Use Cases:
There are many use cases. I have seen records “tagged” by BPMs for later retrieval for review, or manually tagged by the user for records that they want to “remember” to look for later. I have sometimes added a quick datatag called “tim” or “Review” so that later I can search for all the records I tagged and fix them.
DataTags could be used to classify parts/customers/orders… i have seen customers add multiple data tags on each part to help classify them (see screenshot below). Classify Customers into different groupings. An example of Parts… go into every part that is a NUT, and tag it with NUT… then when you search for NUT, you will find them all (even if NUT is not part of the description).
Remember that every record can have MULTIPLE tags and each tag can point to multiple values.
ALSO, recently we have used DataTags with Automation Studio to link record IDs from one outside table to another… example: Salesforce Account ID vs Kinetic CustomerID… we put the salesforce account ID into the DataTag which is then what we use to lookup the customer quickly.
One time years ago, someone asked if they could have “every new order” that came in via the WEB automatically come to a dashboard for review… once reviewed, the would fall off the dashboard. I did this with DataTags… a BPM added the DataTag automatically… then in an updateable dashboard, I had an option to clear the datatag (checkbox triggered) when the review was complete.
So… how do you add a tag? Go into ANY screen, and right-click on the primary field (customer ID, Part, Order#, PO#, etc)… choose Tag Record:
Then add (or remove) your tags:
To SEARCH for tags… press the search button and then choose Search… then choose the search type “Data Tags” and enter the tags you want to search for (note that if you search for multiple tags, this returns an “or” search).