You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have used the below command to install TDS items, however we noticed our _Standard values are not getting deployed.
Install-UpdatePackage -Path $package -UpgradeAction Upgrade -InstallMode Update
The below was the message appearing in the TDS log:
WARN:Field: '[s]Header Description Text[/s]' ([s]{A3253692-ED0F-4931-B9CA-0AE10803D866}[/s]) Item path: '[s]/sitecore/templates/abc/Base/UI/Shared/xyz/__Standard Values[/s]' Item ID: '[s]{729901BF-551F-4330-A125-A83B57A7B595}[/s]' Language: '[s]en[/s]' Version: '[s]1[/s]' The field has been modified from '[s][/s]' to '[s]Description Here.[/s]'. The field value will not be changed.
We were able to get it work if it manually install the TDS through the update installation wizard.
Moreover we were able to get it work if we change the parameter from Update to Install.
Install-UpdatePackage -Path $package -UpgradeAction Upgrade -InstallMode Install
Hence just wanted to understand the difference between the two parameters as well as the impact of changing it.
Thanks
Ritesh
The text was updated successfully, but these errors were encountered:
Hello,
We have used the below command to install TDS items, however we noticed our _Standard values are not getting deployed.
Install-UpdatePackage -Path $package -UpgradeAction Upgrade -InstallMode Update
The below was the message appearing in the TDS log:
WARN:Field: '[s]Header Description Text[/s]' ([s]{A3253692-ED0F-4931-B9CA-0AE10803D866}[/s])
Item path: '[s]/sitecore/templates/abc/Base/UI/Shared/xyz/__Standard Values[/s]'
Item ID: '[s]{729901BF-551F-4330-A125-A83B57A7B595}[/s]'
Language: '[s]en[/s]'
Version: '[s]1[/s]'
The field has been modified from '[s][/s]' to '[s]Description Here.[/s]'.
The field value will not be changed.
We were able to get it work if it manually install the TDS through the update installation wizard.
Moreover we were able to get it work if we change the parameter from Update to Install.
Install-UpdatePackage -Path $package -UpgradeAction Upgrade -InstallMode Install
Hence just wanted to understand the difference between the two parameters as well as the impact of changing it.
Thanks
Ritesh
The text was updated successfully, but these errors were encountered: