R30058 PosOperator - Person Full Name Required

Code R30058
Entity Crm.Pos.Operators Entity
Name PersonFullNameRequired
Attribute User
Layer Back-End
Events Commit
Priority Normal
Modify NO
Applicable Legislations BG (PosLocation.EnterpriseCompany.Company)
Action Validate that:

if (User.Person != NULL)

, then (User.Person.FirstName != NULL) && (User.Person.MiddleName != NULL) && (User.Person.LastName != NULL)
Description According the requirements of the Bulgarian legislation the information about the POS Operator's full name is mandatory.

The current rule reassures that the First Name, Middle Name, Last Name of the Person which is set in the User of the POS Operator are filled in.
Message POS Operator with a code '{PosOperatorCode}' contains a user '{User.Login}' which is associated with a Person whose full name is not filled in.

Please, make sure that fields First Name, Middle Name, Last Name of the Person set in the User's definition are filled in.
Version Introduced: 2019.1
Revocable NO

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.