Versions Compared

Key

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

The feature is specific functionality users can use in an application. In other words, an application is made up of multiple features. There are two on the application that can be used by users of the subscriber instance. An application can have multiple features. Features will be accessible by the user of the subscriber instance as per the assigned license. There are is categories of features: standard Standard and customCustom.

Standard feature

Standard features are defined by PWR Apps and available to all instances.

Custom feature

Custom features are those defined by publishers while creating an application, as . As they are custom features, names the name of the feature that will be prefixed with the instance ID.

Feature type

Checkbox:

A checkbox is a boolean type of feature type it will store value in a boolean format i.e true or false. That means if the checkbox value is true then we will get to know . This indicates whether the users have access to that particular feature and if the checkbox value is false then we will get to know the user has no access to that particular featurethis feature or not with the values TRUE or FALSE.

Records:

Records indicate the number of records a user can create on a license object .

Numbers:

This type of feature indicates the number of how many times the user can use this feature. For example, the user to which this feature's license is assigned can consume a number of documents printed per day, after that he the user will get an error that his allocated “Allocated amount is exhaustedexhausted”.

API:

This type of feature indicates the number of APIs users can consume. For example, all users together in the instance can consume max n numbers of a particular API per year, after that, they will get an error that allocated “Allocated calls are exhaustedexhausted”.

Storage:

The total number of records can be created in the given instance. Scope for storage feature type will be instance only. The storage type feature will not have a reset period property

Scope

Instance:

If the scope of the feature is an Instance. It means this particular feature is available for all the users of the instance.

User:

Features with this scope will be user-based, this will be only available for the users to which this feature's license is assigned.

Reset Period

Daily:

The used amount will reset to zero every day at 00:00 AM of as per the instance timezone.

Monthly:

The used amount will reset to zero every month on the 1st day of the every month at 00:00 AM of as per the instance timezone.

Annual:

The used amount will reset to zero every year on 1st Jan at 00:00 AM of instance timezone.

...

The used amount will never reset

Scope

Instance:

If the scope of the feature is an instance that means it will indicate all users together in the instance can use that feature.

User:

If the scope of the feature is User then that means a user-based feature so only available to users to which this feature's license is assigned.