===== Version 3.8.308 (17.9.24) ===== ==== Custom filters ==== The filters that can be set in the table views can now be saved and stored as standard filters for everyone, for a group or user-specifically. These filters are used in the message baskets, for example, to filter messages according to specific criteria. See also [[en:ueberblick:features:user_defined_filters|]]. ==== Locations in the global search ==== Inclusion of the locations in the global search. ==== TaskNotificatorEx, $DocumentType and $DocumentTypes added ==== For [[en:prozessdefinition:jobs:jobsteps:allgemein:tasknotificatorex|]], the list of variables has been supplemented by $DocumentType and $DocumentTypes. ==== Proof of use of jobs ==== The [[en:prozessdefinition:jobs:jobsteps:allgemein:eventrouter|]] was not included when determining the proof of use. This gap has been closed. ==== Extension of the eBiss API with IChannel ==== The last communication channel used for the message can be read out via the LastChannel property: Api.Data.IChannel LastChannel { get; } Communication channels can be searched for on the node: /// /// Search for channels that begin with the name. The parameter can be null, in which case all channels are returned /// /// /// IList FindChannels(string name); The new interfaces are IChannel and IHarddiskReceiveChannel for the file receive channel: public interface IChannel { string Name { get; } ChannelDirection Direction { get; } AddressType AddressType { get; } } public interface IHarddiskReceiveChannel : IChannel { string InputPath { get; } } ==== SFTP receive channel, error on logout ==== A sporadic error in the [[en:kommunikation:kanal:sftpreceive|]]l during logout, which is not reproducible and lies outside our code, is now only recorded in the log and no longer leads to the creation of a task. ==== Drag & drop in message basket - subject not correct ==== With the extension that allows you to create a message while holding down the Shift key when dragging & dropping in the message basket, an error has crept in: If the Shift key was not pressed and several messages were created, the subject of the messages was the same. This error has been fixed. ==== TypeSet without types and without mapping ==== TypeSets without types and mapping but with an associated partner can be used, for example, to define partner-dependent channels. I.e. if no type and no mapping is defined for the TypeSets mapping is defined but the associated partner is, then this TypeSets must be included in the selection. Dieser Fehler wurde behoben. ==== .NET Framework 4.8 necessary ==== {{:images:sign_warning.png?nolink|}} From eBiss version 3.8.306 you need the runtime environment "Microsoft .NET Framework 4.8", see: [[en:relnotes:version_3_8:version_03_08_306|]]