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. Features can be of two types standard and custom.

Standard feature

standard Standard features are defined by PWR Apps and hence available throughout the org.

Custom feature

custom Custom features are those defined by you while creating an application, as they are custom feature names of the feature will be prefixed with instance prefix.

...

A checkbox is a boolean type of feature type it will store value in a boolean format i.e true or false. that 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.

...

The number type of feature indicates the number of APIs can a user use using that feature. for For example, user to which this feature's license is assigned can consume n APIs per day, after that he will get an error that his allocated amount is exhausted.

...

API type of feature indicates a number of APIs users can have access to. for 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.

...

There will be some features that will get reset daily i.e after every 24 hr. for For example API usage have to be reset on the basis of the day (24 hr).

...