-
Improvement
-
Resolution: Unresolved
-
Major
-
2.4.0
-
None
-
1 - Middle term
-
3 - Complex
In the agent content definition, i have a field "Service" with values based on a refence table.
I want to use a SCC to set the field "Service", the question is how i have to set the field "Service" in database so as to set the field with a value of reference table.
Currently when i need to synchronize values of a field based on reference table, i have two solution2 :
- Set the value with the JCR Id of the value in the reference table => No dev needed but difficult to get for the customers
- Set the value with the code of the value in reference table and do Java development to get JCR Id from the code set => Dev Java needed
So it would be helpfull if the solution 2 could be avalaible natively without any additional development