Hi Joao,
Great question. Here is a quick breakdown of how xDM handles those two scenarios:
1. Job-Level Variables Right now, you can't pass a custom, user-defined variable directly into a SemQL enricher dynamically per job run.
2. Model Variables
These are really designed for environment-wide settings (like a default value that changes between your DEV and PROD environments), rather than changing per job.
If you want to set one up and use it in an enricher:
GD_CUSTOMER), rather than the logical entity names you see in the builder.{YourModelVariable}.
Best,
Ben
Joao ROSEIRA BORGES
I would like to know if we can set a "user" variable and assigning it a value at the job level like we do with the JOB parameters, and which would then be available to be used in a SemQL enricher ?
Something in the "spirit" of the Variables and parameters :: Semarchy xDM Doc but set by ourselves whith its value set just at the JOB scope level.
If this is not possible, I would like to have of how do we set a Model variable and it possible an example of its usage in a SemQL enricher.