Bind organization objects into ticket objects

Infos:

  • Used Zammad version: 5.3.1
  • Used Zammad installation type: docker-compose
  • Operating system:
  • Browser + version:

Expected behavior:

Hello, create an organization object called “customer type” with data A, B, C, D, etc.

Can you create a ticket object linked to the organization object that shows the same data that was applied in the “customer type” organization?

Thanks for the help

There’s not really an easy way to do that because Zammad doesn’t have something like “linked objects” which mirror.

The easiest and dirtiest way you can achieve this is either trigger or core workflow based for every value an trigger or core workflow rule. That’s not really convenient but the fastest approach.

You could also achieve this by using Zammads API to correct / adjust values or even set them during creation. That all depends on the size of your customer base etc.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.