Skip to main content

Hi,


In my development environment, I'm trying to edit an environment field value. Basically it is a DB connection string that I will reference to in the workflow process.


Server=myDBServer; Initial Catalog=myCataLog; Integrated Security=TRUE


Even after editing and giving a space in between "Initial Catalog", the management UI will remove the space and saved like below. How do we edit such that the space is there?


Server=myDBServer; InitialCatalog=myCataLog; IntegratedSecurity=TRUE


Cheers


lyf

have you tried to do the same from K2 Studio object browser?


Reply