1Ci Support Help Center home page
Submit a request
Sign in
  1. 1Ci Support
  2. 1C:Enterprise Development Standards
  3. Designing user interfaces
  4. Implementation of form

Object modification commands

  • Implementation of form
    • Opening forms
    • Opening parameterized forms
    • Rules for creating form modules
    • Locking or independent opening of object forms
    • Modal windows use restrictions
    • Preventing editing table fields by condition
    • Specifics of spreadsheet document in a web client
    • Accessing automatically generated form controls from code
    • Accessing user form controls from code
    • Object modification commands
See more

Scope: managed applications.

Set the Changes data property to True for all commands, which change or can change object data.

Also follow this rule for the commands, which do not change data in some scenarios. For example, a form has a command to fill in a document tabular section, which displays the following message to users before being executed: "The tabular section will be cleared before the execution. Continue?". If a user rejects, the command execution is terminated, and the tabular section remains unchanged. If the user allows the cleanup, the tabular section will be changed. That is why the Changes data flag must be set for the command.

Otherwise:

  • The View only property is not set for this command whenever this property is set to True for the form in general.
  • When executing the command, the object will not be automatically locked from editing. It can result in saving conflict if another user simultaneously changes this object.
© 2020-2022 1C INTERNATIONAL LLC www.1Ci.com Support policy