Blocking customers

lanemark
Member Posts: 83
We currently use the "Blocked" utility on the customer card. Is there a way where I can give only specific users permission to unblock a customer, we still wish to be able to edit the customer card in other fields.
I have checked the roles and permisions tables and cannot see "Blocked " as one of the options.
We use Nav v5
Alan
I have checked the roles and permisions tables and cannot see "Blocked " as one of the options.
We use Nav v5
Alan
0
Comments
-
Permissions only work at the form level not the field level.
As you are using version 5 you may want to consider the 'Approvals' functionality as this allows you to escalate an order to an approver if the customer is over terms or the order is over a certain value however this may well be overkill for your situation.
Otherwise it would be a modification.0 -
The mod would be adding a boolean field to the user table "Unblocking allowed".
And on validate of the customer table blocked field you would check to see if that user is one that is allowed to uncheck it else bring an error
rough example.....//
OnValidate()
user.get(UserID);
if not "unblocking allowed" then
Error('You do not have permission to unblock a customer');
there are many post about adding user specific features..search for more0 -
I have acheived the same results on a NAV native database without a mod. The mod is the best solution, but for a quick and very dirty workaround you could:
- Give only the users who need access to the customer block field, write permission to the Change Log table.
- Enable Change logging for the Customer block field.
Then only users who have the ability to write to the change log table can alter the field.
Like I said, a very dirty fix, as you cannot then use the Change log table for logging any other changes without inadvertantly letting other users alter the block field.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions