ISHRemote
ISHRemote copied to clipboard
Business automation module on top of Tridion Docs Content Manager (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare)
When ``Set-StrictMode -Version Latest`` is set, the Count property on non-collections forces errors and hence failed tests. ` [-] Pipeline IshObject Single 193ms PropertyNotFoundException: The property 'Count' cannot be found...
- [x] Create a new Milestone... done, see https://github.com/RWS/ISHRemote/milestone/11 - [ ] Start and edit release notes on https://github.com/sdl/ISHRemote/releases/ - All issues/changes should be listed, crosslinked to issue (like #142)...
**Problem Statement…** One feedback I got from several excited automation customers on SDL Connect 2019 is that they don’t “trust” all of their users (tech writers, localization, pub mgrs.,…) …...
Quick drop from my personal notes to share an idea on community.sdl.com... The existing `Get-IshEvent` cmdlet allows to retrieve EventLog/EventMonitor information, in essence a centralized logging system for fire-and-forget asynchronous...
Up to v0.14 `Get-IshPublicationOutput` returns you PublicationOutput information based on its metadata (identifiers). What if this cmdlet returns you PublicationOutuputs based on content objects that it is using. Important to...
Quick drop from my personal notes to share an idea on community.sdl.com... Main idea is that API-wise your only option to know if publishing is done, is by polling for...
TranslationBuilder uses the CMS IshTranslationJob object as leading container to identify which translation stubs need to be created on the CMS side, in which language and which metadata. To then...
Quick drop from my personal notes to share an idea on community.sdl.com... Similar to cmdlet `Get-IshFolderContent` where you want to know which `IshObjects` (either `IshPublicationOutput` or `IshDocumentObj`) are in an...
Sharing an idea, hoping for a thumbs-up on the issue to show you are interested, perhaps even a community contribution. New cmdlet `Test-IshSetting` is almost a test CMS settings -...
Originally ISHRemote was a thin layer on top of the API, so implementation of `Set-IshLovValue` was over `IshSession.ListOfValues25.UpdateValue(LovId, LovValueId, Label, Description, Active);` in turn forcing all properties as mandatory on...