Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

To realize the blockades in the columns of the documents and results we use the following combinations. If anyone has other suggestions, please add a post.

Administration >> System Initialization >> Authorizations >> General Authorizations:

- General -> Edit Document tables
- General -> Settings document

and/or

1062635 - Can I block a user from having access to Form Settings

and/or

You can blocking according with TransactionNotification include the fields:

-- Column can not be modified --

if @object_type = ('218') and @transaction_type in ('A','U')

     Begin

        if (select COUNT (*)

            from CHFL T0

            where objname in ('OITM','OCRD') AND GroupBy <> 'N') > 0

     Begin

            Set @error = 1

Set @error_message = 'Column can not be grouped'

END

END

http://scn.sap.com/community/portuguese/business-one/blog/2013/06/30/como-bloquear-a-altera%C3%A7%C3...


Regards,

Marcelo Silva Santos

4 Comments
Labels in this area