InfoBaseUser.DataSeparation

Usage:

Read and write.

Description:

Type: Structure.
Contains the separators' values specified for the user:
Key - name of the common attribute which is a separator.
Value - String, string representation of separator value, depending on type of the common attribute:
  • Boolean - 0 or 1;
  • Number - decimal representation of number;
  • Date - yyyymmddhhmmss, where yyyy - number of year, mm - number of month (01 - 12), dd - day of month (01 - 31), hh - number of hour (00 - 23), mm - number of minute (00 - 59), ss - number of second (00 - 59);
  • String - string content without modification;
  • Reference to object of information base - number or code of object. Depends on type of number or code:
    • Number - decimal representation of number;
    • String - string content without modification.

Availability:

Server, thick client, external connection.

Note:

Structure validation is performed by assigning value to the DataSeparation property and when the Write method of the InfoBaseUser object is executed.

See also:

MetadataObject: CommonAttribute, property DataSeparation

    

1C:Enterprise Developer's Community