Newer Version Available

This content describes an older version of this product. View Latest

WorkRewardFund

Represents a Reward Fund and describes the Reward Fund attributes.

Supported Calls

create()delete()describeLayout()describeSObjects()getDeleted()getUpdated()query()retrieve()search()undelete()update(),  upsert()

Special Access Rules

To use the Rewards feature, including WorkRewardFund and WorkReward, you must have the Reward permission enabled. To create Rewards, the user must have Create on WorkRewardFund, which is not a standard permission.

Additional Considerations and Related Objects

WorkReward is a lookup to WorkRewardFund. WorkRewardFund must have at least one WorkReward record available. Each WorkBadgeDefinition with a RewardFundId is a “Reward Badge.”

Fields

Field Name Details
IsActive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the WorkRewardFund is active (true) or not (false).
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The time stamp that indicates when the current user last viewed a record that is related to this WorkRewardFund.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The time stamp that indicates when the current user last viewed this WorkRewardFund. If this value is null, this record might have been only referenced (LastReferencedDate) and not viewed.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
Required. Name of the Reward Fund.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Salesforce unique ID of User who is the Owner of the WorkRewardFund record.
RewardFundTypeId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
Salesforce unique ID of the WorkRewardFundType that is associated with the WorkRewardFund.
TotalCodeCount
Type
int
Properties
Filter, Group, Nillable, Sort
Description
Total reward codes that are available in the WorkRewardFund. Derived from WorkReward records that are associated with the WorkRewardFund.
Type
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
RewardType of the WorkRewardFund. Default is Amazon.com.
UsedCodeCount
Type
int
Properties
Filter, Group, Nillable, Sort
Description
Total reward codes that are used in the WorkRewardFund. Derived from the total assigned WorkReward records that are associated with the WorkRewardFund.
Value
Type
currency
Properties
Create, Filter, Sort, Update
Description
Value of each of the reward codes in the WorkRewardFund.