...
The highlighted lines tell the system how to create an internal matrix of the type:
Index | Key | Value |
0 | A82097620 | 1024_CCP |
1 | B12123094 | 0256_SOCIEDAD |
A company whose Alias is 1024_CCP and another 0256_COMPANION, so that the module knows which of the two aliases to call at run time, a search is made through the field "holderNif" (line41).
...
If we wanted to add a new company whose alias in the certificate manager is "0001_TEST" and the CIF B74324088 we would have to make a new entry in the table, matching it with the corresponding NIF, theoretically the entry would be like this:
Index | Key | Value |
0 | A82097620 | 1024_CCP |
1 | B12123094 | 0256_SOCIEDAD |
2 | NIF_EJEMPLO | ALIAS_NUEVO |
The table would therefore be as follows:
Index | Key | Value |
0 | A82097620 | 1024_CCP |
1 | B12123094 | 0256_SOCIEDAD |
2 | B74324088 | 0001_TEST |
The file would look like this:
...