The Generate HR bank account masking activity allows you to generate bank accounts specific to Croatia.
Table of contents |
---|
Usage |
Example |
Properties |
To use the Generate HR bank account masking activity, it must be placed inside a table masking activity or a similar activity that iterates over data. Once placed, select the property you want to mask. Next, select the account type. The following account types are available:
In this example we want to mask bank account numbers in the Account table with generated numbers, so first we place the Account masking activity into opened Package.xaml and put the Generate HR bank account masking activity within it. Once placed, select 32-Personal checking account
as the account type since our table holds personal accounts.
Figure 1: Generating Croatian bank account
Property group | Property name | Description | Example |
---|---|---|---|
Input properties | AccountType | Account type for Croatian bank account. | Write "11" or "32" or choose property from the dropdown list |
DataItemProperty | The property to mask. | Write x => x.Num or choose property from the dropdown list |
|
EnforceUnique | If true, random selection should select unique values. | true or false |
|
Input: Filter | Filter | Expression used for filtering records - only filtered items will be masked. | x => x.Num.EndsWith("000") |
SkipDefaultValues | If true, default values will be omitted in masking (i.e. null values are not masked). | true or false |
|
Input: Repeating | RepeaterId | The ID of the repeater that will be used to detect repeating and save results when masking item key repeats. | NumRepeater |
RepeatingKey | Key to use for repeating detection. | Write x => CompositeKey.Create(x.Num) or choose properties from the pop-up window |
|
Misc | DisplayName | Display name of the activity in the workflow. | Generate HR bank account |
Result | Contains the masking definition object. It's a part of the masking infrastructure and should be ignored. | - |
BizDataX Documentation © Built by Ekobit. All rights reserved.
https://www.ekobit.com/ https://bizdatax.com/ https://bizdatax.com/support/