Please refer to chapter 4 in SDK documentation which contains more detailed information regarding operations on organization entities. 


FMS is able to generate unique FIFA Id for an organisation 

Steps to verify: 

  1. From FMS register an organisation and remember the organisation’s data.  

  1. Remember the FIFA ID of the organisation. 

  1. Go to Admin Console -> Audit Trail.  

  1. Filter by remembered FIFA ID. 

  1. Exactly one entry should be visible with operation type ‘Organisation registered’.

FMS gives the user the possibility to resolve duplicates. 

In case of unavailability to register an organisation due to finding duplicates FMS users should be able to compare entered data and duplicates’ details. 

FMS is able to use Force Register option to forcefully register an organisation when false positive duplicates are discovered 

Steps to verify: 

  1. From FMS register an organisation that is similar to an already registered organisation. E.g. swap tokens of the organisation's name 

  1. In this example, we consider all duplicates are false-positive duplicates, therefore, use option to Force Register the organisation.  

  1. Remember FIFA ID.  

  1. Go to Admin Console -> Audit Trail.  

  1. Filter by remembered Entity ID. 

  1. Exactly one entry should be visible with operation type ‘Organisation force registered’. 

 

FMS is able to update organisation data 

Steps to verify: 

  1. From FMS update the organisation’s data (detailed information can be found in chapter 4.4 Updating an organisation in SDK documentation). 

  1. Go to Audit Trail in Admin Console and filter entries by updated organisation’s FIFA ID. 

  1. Entry with operation type ‘Organisation updated’ should be visible. In the ‘Operation description’ field information about changed properties should reflect the first step action.

FMS is able to merge/unmerge organisations 

Steps to verify: 

  1. Prepare 2 organisation FIFA IDs. 
  2. Call MergeOrganisationsAsync() method and pass prepared FIFA IDs as parameters. 
  3. Go to Audit Trail in Admin Console. 
  4. 2 entries should be visible – one for a primary organisation (Organisation merged (primary)) and another one for a secondary organisation (Organisation merged (secondary)).

Steps to verify for unmerge: 

  1. Prepare 2 organisation FIFA IDs which were previously merged. 
  2. Call UnmergeOrganisationsAsync() method and pass prepared FIFA IDs as parameters. 
  3. Go to Audit Trail in Admin Console. 
  4. 2 entries should be visible – one for a primary person (Organisation unmerged (primary)) and another one for a secondary person (Organisation unmerged (secondary)).