Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 17 Next »

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 categories of features: standard and custom.

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 they are custom features, names of the feature that will be prefixed with 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 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 feature.

Records:

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

Numbers:

This type of feature indicates the number of 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 will get an error that his allocated amount is exhausted.

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 API per year, after that, they will get an error that allocated calls are exhausted.

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

Reset Period

Daily:

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

Monthly:

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

Annual:

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

Never:

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.

  • No labels