Resolved

batch edit website entries

0 vote

avatar

Hi,

could be great to have batch edit entries (General Settings) and (session types setting) for website entry type.

It's present for Web browser type entry, not for website entry.

I've already ask for session type this morning in the chat but just see also that General settings could be great also. Like change expire date in batch mode for website type.

regards

All Comments (6)

avatar

Hello,

I added to details of our chat in the ticket with the engineering department :)

Best Regards,

Etienne Lord

avatar

Good!

Regards

avatar

Hi,

in a meantime it's possible with powershell or any other way to force all website session to display external?

Regards

avatar

Hello reniera,

yes it's already possible with this Custom Powershell command:

$connection.DataEntry.DefaultAction = "OpenUrlExternal"
$RDM.Save();

More samples you'll find here

Regards,
Min

avatar

Hello,

Furthermore, if you head over in File - Templates - Information - Website, you can change the setting in there and it will be the default setting for future website session.

Best Regards,

Etienne Lord

avatar

Good idea Etienne!

Thanks