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
New-IshSession creates an explicit or implicit $ISHRemoteSessionStateIshSession variable which will be used in all other ISHRemote cmdlets. This session object is a cached version of some server-side configuration. Some of these might require a refresh because of some event(s) outside of the ISHRemote code base. This request is to implement an Update-IshSession cmdlet which would refresh as much as possible, but will not challenge for authentication as that would be a New-IshSession.
So only expected parameter is -IshSession explictly or implicitly.
What to refresh...
All SOAP proxies (and future OpenAPI proxies)
Property IshTypeFieldSetup, so the CardType vs Field vs LoV relationships... Note that this can be done already today using Get-IshTypeFieldDefinition
Property UserName, so retrieve field USERNAME again
Property UserLanguage, so retrieve field FISHUSERLANGUAGE again
Property ServerVersion
Property AuthenticationContext
Property AccessToken (on future Modern Authentication)
Note: based on an automation challenge, took the effort to think about this, consider this the meeting minutes :) ... actually the most important scenario is covered through already released Get-IshTypeFieldDefinition
The text was updated successfully, but these errors were encountered:
New-IshSession
creates an explicit or implicit$ISHRemoteSessionStateIshSession
variable which will be used in all other ISHRemote cmdlets. This session object is a cached version of some server-side configuration. Some of these might require a refresh because of some event(s) outside of the ISHRemote code base. This request is to implement anUpdate-IshSession
cmdlet which would refresh as much as possible, but will not challenge for authentication as that would be aNew-IshSession
.So only expected parameter is
-IshSession
explictly or implicitly.What to refresh...
Get-IshTypeFieldDefinition
USERNAME
againFISHUSERLANGUAGE
againNote: based on an automation challenge, took the effort to think about this, consider this the meeting minutes :) ... actually the most important scenario is covered through already released
Get-IshTypeFieldDefinition
The text was updated successfully, but these errors were encountered: