Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
_Toc348218671
_Toc348218671
Anchor
_Toc317761400
_Toc317761400
Anchor
_Toc226191385
_Toc226191385
Anchor
_Toc177977531
_Toc177977531
Anchor
_Toc368410133
_Toc368410133
Anchor
_Toc398804387
_Toc398804387
abpm.security.activitycomments.enable

Description

Add comments before saving or editing an activityAdds a comment after the activity is either edited or an activity is added

Default Value

no

Possible Values

yes/no

Selection Criteria

Indicates the comment that is added after the activity is either edited or an activity is added. You can enter the reason for the add action or edit action.

...

Description

Specifies the protocol used by an outgoing mail server

Default Value

smtp

Possible Values

smtp/mapi

Selection Criteria

Select smtp if the outgoing mail server is using the SMTP protocol.
Select mapi if outgoing mail is using MAPI protocol. For example, Exchange Server.

...

Description

Enable or disable LDAP authentication in Adeptia Suite

Default Value

no

Possible Valuesyes/no
Selection CriteriaApplicable when you want to enable or disable LDAP authentication in Adeptia Suite.

abpm.ldap.provider.url

Description

Enter the URL to connect to LDAP server

Default Value

ldap://ldapServerName:portNumber

Selection CriteriaApplicable when LDAP authentication is enable in Adeptia Suite.

abpm.ldap.enableLdapOverSSL

...

Description

Enter the search scope level. Possible values are One, Object, Subtree

Default Value

Subtree

Possible valuesOne, Object, or Subtree
Selection CriteriaLDAP server may have different level of hierarchy. You can configure search scope by configuring this property. Use one for oneLevel scope, object for objeceLevel scope and subtree for subtreeLevelScope

abpm.ldap.bindDN

Description

Enter the bindDN for LDAP server

Default Value

NA

...

Description

Enter the name of the role attribute of user's role distinguished name

Default Value

NA

Selection CriteriaThe name of the role attribute of the context which corresponds to the name of the role. If the roleAttributeIsDN property is set to true, this property is used to find the role object's name attribute. If the roleAttributeIsDN property is set to false, this property is ignored.


abpm.ldap.roleDN.searchRoleNameAttributeID

...

Description

Enable or disable a multitenant environment

Default Value

no

Possible Values

yes/no

Selection Criteria

This option is used to enable or disable a multitenant environmentoption is used to enable or disable a multitenant environment. This property is added to allow Adeptia Suite to be configured in SaaS mode. In case this property is set to true, then while creating any activity you cannot assign any permission to others. In the Advanced Properties of any activity, the Others option gets hidden. This was needed because in case of SaaS mode, users of different companies access the same instance of Adeptia Suite.

 

Anchor
_Toc348218690
_Toc348218690
Anchor
_Toc317761419
_Toc317761419
Anchor
_Toc368410152
_Toc368410152
Anchor
_Toc398804406
_Toc398804406
PAGINATION

...

Description

Maximum number of Records that will displayed in a page

Default Value

20

Selection CriteriaYou can control to display the number of records in a task manager page.


abpm.pagination.managepage.page.size

Description

Maximum number of Records that will displayed in a manage page

Default Value

20

Selection CriteriaYou can control to display the number of records in a manage page.

 

 

 

abpm.pagination.page.size

Description

This is an option to set the maximum number of records to be displayed in one page

Default Value

10

Possible Values

Positive Integer

Selection Criteria

NA

Comments

This option is used to set the number of records to be displayed in one page for a log page (old one-JSP), which is not changed to EXTJS.

 

Anchor
_Toc348218693
_Toc348218693
Anchor
_Toc317761422
_Toc317761422
Anchor
_Toc368410155
_Toc368410155
Anchor
_Toc398804409
_Toc398804409
PERSONALIZATION

...

Anchor
_Toc348218700
_Toc348218700
Anchor
_Toc368410163
_Toc368410163
Anchor
_Toc398804417
_Toc398804417
abpm.versionControl.projectPath

Description

This is the password of the Version Control Repositorypath of local working copy of version control project

Default Value

blank

Possible Values

Any absolute path or relative path with respect to ServerKernel folder.

Selection Criteria

When you Check-In the activity of Adeptia Suite for the first time, the local copy of SVN project is created in path, specified in the property abpm.versionControl.projectPath.
At the same time a project with the name specified in the above property, also created in the SVN.

If the Adeptia Suite is installed of Windows OS, then you can define either the absolute path or relative path with respect to ServerKernel folder. For example, you can define the absolute path as c:/Adpetia/AdeptiaVersionControl. It means that the local SVN project is created within c:\ Adeptia\AdeptiaVersionControl folder.

You can also define the relative path like .\AdeptiaVersionControl. In this case the local SVN project is created within ServerKernel > AdeptiaVersionControl folder.
The default value of the property abpm.versionControl.projectPath is .\AdeptiaVersionControl.
You can provide the path other than the default path in the abpm.versionControl.projectPath property as per your requirement.
If Adeptia Suite is installed on Linux OS then you must specify the absolute path for the Local Version Control Project.
For example /root/home/ADEPTIA/AdeptiaVersionControl/

...

Description

Default permission mask while creating new activity

Default Value

750

Possible Values

Combination of read, write, and execute permission that you want to give to each type of user (Owner, Other groups to which the owner belongs, and Users outside the owner's group)

Selection Criteria

The permission property contains a 3-digit number, where:

  • 1st digit represents the level of permission for Owner
  • 2nd digit represents the level of permission for other groups to which the owner belongs 
  • 3rd digit represents the level of permission for users outside the owner's group


There are 3 level of permission for every level of user:

  • Read
  • Write 
  • Execute


Each level has a specific number assigned to it.

  • Read - 4
  • Write - 2 
  • Execute - 1


So based on these numbers, you can assign each type of user, any of the following digits:

7 = 4+2+1 (Read + Write + Execute)

  • 6 = 4+2 (Read + Write)
  • 5 = 4+1 (Read + Execute)
  • 4 = 4 (Read)
  • 3 = 2+1 (Write + Execute)
  • 2 = 2 (Write) 
  • 1 = 1 (Execute)


For Example - 750 (default value) means each user has the default permissions:
Administrator - 7 - Read + Write + Execute
Group - 5 - Read + Execute
Other - 0 - None