Import Customization files for Environment Specific Constants

I'm using a small number of env specific constants. The properties file that is generated is only providing a content line for the VALUE field as below.

content._a-0000d9b2-bc11-8000-4870-0a000064044c_1031790.VALUE=server_name:8080/.../

This leaves the Description field unchanged after importing. I want to be able to customise both fields. I tried duplicating the content line and just changing VALUE= to DESCRIPTION= but this did not work.

How is this done?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Mark Wilkes
    Same here - for my recent batch, I just set the description as "Value = (ES)", where formerly it would have been more like "Value = 3" etc. "(ES)" designating "environment specific", and at least in this way I have an easy way to find any such constants as a group later on.

    Side note: it would probably be a good idea to indicate such items within the project-specific naming convention for constants, except in my project there are many that are long since carved in stone and therefore it wouldn't really work out.
Children