Forum Discussion
nmrao
9 years agoCommunity Hero
Can you show the relevant script that you are talking about for review?
- TommyTester9 years agoOccasional Contributor
Sure, this is the Load Script:
Date date = new Date()
String newDateTime = date.format("yyyy-MM-dd'T'HH:mm:ss.SSS")
project.setPropertyValue("Timestamp", newDateTime)
- nmrao9 years agoCommunity HeroThis seems to be ok. Where do you experience the issue?
- TommyTester9 years agoOccasional Contributor
Only the active environment's custom property is set by the Load Script when the project is loaded, switching to an inactive environment removes the custom property