DeleteAllowed & ModifyAllowed defaulted on posted docs

ben5000ben5000 Member Posts: 110
Hi all,

Is there any special reason why those properties are defaulted to 'Yes' on posted documents?

Regards,

Answers

  • SogSog Member Posts: 1,023
    If you mean in the userrights, there is no special reason for that.
    The license itself blocks modifications/deletes on posted documents.
    Only object that are used to modify the document (x times printed for example) have the rights on the object itself.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • ben5000ben5000 Member Posts: 110
    I mean at form-level there are 3 properties InsertAllowed, ModifyAllowed and DeleteAllowed.

    And the 2 last properties are defaulted to 'Yes' on posted documents which implicitely allow the user to delete or modify those records
    from the document form.
  • bbrownbbrown Member Posts: 3,268
    '<Yes>' is just the default value for those properties. Since the user has no direct rights to delete or modify records, in those tables, there's no need for the developer to change those default values.
    There are no bugs - only undocumented features.
  • ben5000ben5000 Member Posts: 110
    Ok thanks for the precisions :)
Sign In or Register to comment.