How to handle the [ACCOUNT SPECIFIC VALUE] issue w...
# sdf
n
How to handle the [ACCOUNT SPECIFIC VALUE] issue when you import an object from the object and you need to redeploy it?
a
You can specify Account Specific Values
ERROR
or
WARNING
when you are redeploying. Depending on the tool you are using. Whenever SDF will detect [ACCOUNT SPECIFIC VALUES], the
ERROR
is set by default meaning the deployment will fail. If you specify
Warning
, Deployment will be successful but you will get a warning and then you can fix these account specific values in UI.
r
Where do we specify this?
a
Depends on the tool you are using. In cli's it's a flag In webstorm you cab goto project settings and select the default value. Or just trigger "deploy to account" the next dialogue box which appears, will have this option. Assuming you are working with Account customization project.
n
@Ali Syed (NS DevTools QA) thanks alot! It's really helpful