This article describes how to synchronize labels (tags) between Xurrent and other systems.
Labels in Xurrent: Labels are called "tags" in Xurrent and are used to categorize requests. Tags that don't exist will be automatically created during synchronization.
Outgoing sync (Xurrent → Remote system)
To send labels from Xurrent to the remote system:
replica.labels = entity.labelsIncoming sync (Remote system → Xurrent)
To receive labels from the remote system and set them in Xurrent:
entity.labels = replica.labelsAdd static labels
You can add fixed tags based on conditions:
entity.labels += nodeHelper.getLabel("Priority-High")More information
Have more questions? Ask the community