Restrict changes of certain fields - possible?

Moin: Is it possible to do the following in NAVISON Financials 2.50: - a user may create a new debitor´s record without any restrictrictions - accessing this record after creation, certain fields are excluded from being changed All this depends on if a user is member of a certain group or not. Anybody out there who can direct my thoughts in the right direction? :o) Regards Uwe

Try this: Create a new field in the P&P Setup that contains the Group that should have the right to change the fields You want to protect. The field has a relation to table 2000000004 When the user try to change i.e the Vendor Posting Group You do this PurchSetup.GET; IF (xRec.“Vendor Posting Group” <> ‘’) AND NOT MemberOf.GET(USERID,PurchSetup.“Change Vendor group”) THEN ERROR(STRSUBSTNO(‘You do not have permission to change the field %1.’,FIELDNAME(“Vendor Posting Group”));