<@U76K5BQBF> the script parameter definitions, or ...
# general
s
@Jsait the script parameter definitions, or the values stored in the script deployments? For the former, yes, The Copy to Account feature or SDF can move those, along with the script and deployments. The values on the deployments can be trickier. If they are plain strings or numbers, then they can be moved as well. If they are List/Record values, then you will likely run into warnings regarding account-specific values, since the List/Record internal id’s usually won’t match between different accounts.
j
@scottvonduhn Thanks so much Yes its just script definition but unfortunately copy to account is not working and Deployment Audit Trail on target account is showing status as validating
s
copy to account can be a bit buggy sometimes. If you have the ability to use Eclipse or WebStorm, you can create an Account Customization project with just that script in it, and it will pull in the script parameters as part of the metadata definition. Then, you can deploy to another account, like production.
j
Yes trying the above approach. Thanks so much for you reply