Enhancements / Enhancements for AgilePoint Server |
The following enhancements for AgilePoint Server were released as Intermediate Fixes for AgilePoint BPMS v5.0 SP3. They are also included in this release
If a parent and a child subprocesses share the same custom attribute row, the DataServices AgileConnector requires Data Population and Data Tracking to be specified in the parent, as well as each subprocess. With this enhancement, you can specify the mapping in just parent process to avoid repetitive mapping in subprocesses.
The Extra Filter feature has been added in the ADSync module using two keys of String data type: RequireExtraFilter and ExtraFilterValue. This feature provides extra filter options to synchronize users between Active Directory and AgilePoint. The RequireExtraFilter key is used to enable the Extra Filter feature. The ExtraFilterValue key stores the extra filter value which is a LDAP query. Do not use the objectcategory or objectclass keywords in the query because these keywords are included in the feature.
Special characters can be included in group names while synchronizing users of Active Directory and AgilePoint by using a CustomActiveDirectorySync key of String data type in the ADSync module. However, the semicolon (;) and tilde (~) characters cannot be used in group names, because they act as group-pair separators, as follows:
<AgilePointGroup1>~<ActiveDirectoryGroup1>;<AgilePointGroup2>~<ActiveDirectoryGroup2> and so on.
A process instance started by an Event Service - for example, Scheduled, File Drop, Database Insert, and Inbound Email - contains a DateTime type appended to its name. The format of the process instance name for Event Services has been set as follows: [process name prefix]-[date]-[time][Count]. The separator for the name elements, such as Date and Time, has been set to hyphen (-) because the AgilePoint Task List Web Part trims the process name by forward slash (/).