Creating/updating System Constant via REST

Creating/updating System Constant via REST

Comments

  • Hello!
    I have multiple environments that use the same constant but different values for my REST integration.
    [font=Calibri, sans-serif]Can I create these constants via REST endpoints?[/font]

  • System constants are not exposed to services. Therefore, we cannot create or modify System Constant through REST.
    A workaround is to use a Datastrucutre instead. We can create a database structure(entities) that can be used by external services. We can modify entities through selective update steps in low. We can use a constant ID to reference that entity. This way we won’t keep creating multiple entities. Instead, we will reference only one and keep updating it. As long the entity is created and push through each environment it will be the same entity.

Sign In or Register to comment.