Profile Scripts Environmennts | Community
Skip to main content
Level 2
July 1, 2021
Solved

Profile Scripts Environmennts

  • July 1, 2021
  • 1 reply
  • 1011 views

Is there a recommended approach to having Profile Scripts change but only effect a dev environment vs production?  Currently it seems like you can't allocate a profile script to a specific environment, so once it is edited, it will immediately effect production.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

As an option, you can set an mbox parameter with the website environment value on every call and then use it in the profile script in the if condition.

 

 

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
July 20, 2021

As an option, you can set an mbox parameter with the website environment value on every call and then use it in the profile script in the if condition.