Customer Item Black List not work

hi all

we have some items that should not be sell to some customers and from customers screen we choose customer

then assigne some items in item black list with type block but all these settings without any effect customer can buy this items without blocking

thanks

is it a customization or base functionality?

I’ve never heard of a “black list” in nav.

Is this a table kind of like the cross-references?

where you can assign a customer and an item number?

Then i will assume there is some custom code on the sales line that checks if the item is on “this list” and pop’s a message or something.

we do something like this but use “price groups” each item as several price groups 1,2,3,4.
some items might just have a price for 1,2&3. a customer with price group 4 (for example) we don’t want them to have this item, so it has no price.
then each customer is assigned a “price group”. when they try to order an item the price comes up as “zero” and w/code mods our system won’t allow items with zero “unit price”

thanks for your reply

but i think that base functionlity from department ----> warehouse-----------> orders & contacts -----------------> customers

like this picture

Unless it is a Saudi localisation it is not base fucntionality, I would say it is a modification. Can you see the object number in object designer?

object id 21 name customer card version list NAVW 15.00.01

What about the ID number of Item Black List menu Item?

Open Form 21 in design mode, go to Customer Menu Button–>Menu Items, Select Black List and Click Properties

What is the value in ID?

Yep the base customer card is standard [:D] as the other poster states - the object ID of the black list screen.

SORRY GUYS I HAVE HIGH EXPERIENCE IN C# AND VB.NET BUT IN NAVISION I’M STILL BEGINNER OBJECT ID FOR CUSTOMER ITEM BLACK LIST 50002 THIS MEANING THAT IT IS CUSTOMIZED FUNCTION BUT OUR SUPPLIER NOT ACTIVATE IT I NEED TO KNOW HOW I CAN OPEN C/AL CODE C/AL GLOBAL C/AL LOCALS FOR ANY OBJECT IS IT ONLY BY OPENING OBJECT DESIGNER THEN OPEN ANY OBJECT IN DESIGN VIEW THEN FROM VIEW ? OR OTHER METHOD CAN ALSO BE USED THANKS A LOT FOR YOUR HELP

Shift + F12 (tools - object designer) - Form - find 50002 - Design. F9 (to open CAL codes).
if you can’t, so you need to have adequate license file to work on it.