How to set an entry display to 'External' in powershell

How to set an entry display to 'External' in powershell

avatar

I am creating document links via powershell and cannot figure out how to set the session to external display.

When I change using the properties window of the entry and check the entry history, all I notice is that <OpenEmbedded>true</OpenEmbedded> has been removed.

How do I achieve this in powershell?

RDM external.PNG

rdm entry external.PNG

All Comments (1)

avatar

Hello,

You have to set the OpenEmbedded property to False.

Set-RDMSessionProperty -ID $session.ID -Property "OpenEmbedded" -Value $false

Best regards,

Érica Poirier