Consents
9.6.0Summary
Renders the consent information for Data Processing Activities for current user.
Remarks
Data Processing Activities module can be accessible and managed in APPS-Configurable Apps.
Examples
Basic usage
Notice the use of @item.GetValue to get data from the loop variable.
If you just write @GetValue, the data will be taken from outside the loop.
Similarly, you have to use @item.GetLoop to use loops inside a loop.
Check if the loop exists
Example of usage
The following general example illustrates how to use a loop construct.
Check if the loop exists
Available tags
Consent.Activity.Description
Returns description of related consent activity.
@GetString("Consent.Activity.Description")
Consent.Activity.Name
Returns name of related consent activity.
@GetString("Consent.Activity.Name")
Consent.CreatedDate
Returns datetime stamp of the consent creation.
@GetDate("Consent.CreatedDate")
Consent.Status
Returns consent status. Can be 'None', 'Given' or 'Withdrawn'.
@GetString("Consent.Status")
Consent.UpdatedDate
Returns datetime stamp of the consent updating.
@GetDate("Consent.UpdatedDate")