Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example: Lets assume you store job applications (CVs, candidate information, …) in the property store and you would like to mark all job applications those candidates are selected to be invited for an interview, you could set the tag invite on each of these properties with an optional value of true or false. Later, you can easily find all properties which are selected for an interview and those, a rejection letter must be send for.

Create a Tag

In order to create a Tag and add it to a Property, you can use the command property.tag.put.

...