Hi,
I would need to assign, for a product, the internal codes and the sales price for each of the interested customers.
I tried to do some research but I can’t find whether this possibility exists or not.
Can anyone give me a suggestion?
Thanks
Hi,
I would need to assign, for a product, the internal codes and the sales price for each of the interested customers.
I tried to do some research but I can’t find whether this possibility exists or not.
Can anyone give me a suggestion?
Thanks
I think you can do individual prices, but I don’t use it
select rules for selling prices and you get the first drop down picture.
I only tried products, not services
Why would you want a different product reference pr. customer?
Maybe a product variant can be used?
Because in the documents I send to customers and in those I receive, I would like to be able to use the customer coding.
I would also like to assign a different sales price to each customer.
In Italy we say “The customer is always right”
Then, using variants seems to me to make management complex due to the proliferation of codes.
It would then solve the problem of prices but not that of internal codes.
aha. What if you create a complementary attribute on the proposal lines, the order lines and the invoice lines.
Then you can write the customer code there. You might even be capable of making it automatic, because what if you create a (unique?) complementary attribute on each customer which is a prefix that you use along with the existing product code, then in that proposal, order and/or invoice complementary attribute you make it concatenate the thirdparty code and the product code
| thirdparty prefix | product ref | concatenate text on proposal/order/invoice |
|-------------------|-------------|--------------------------------------------|
| e369 | 75f744 | e369-75f744 |
| a4aa | b04edf | a4aa-b04edf |
| dd78 | 010bb4 | dd78-010bb4 |
As you said:
1st way) Define an attribute in the Extrafield field for third parties, then combine this attribute with existing product codes.
2nd way) Define fixed or variable (e.g. DB Rowid) numbers from the Exrafield field to third parties and products, then combine them in ODT (or PDF templates), if you wish, you can create another attribute and combine the other attributes with “CONCAT”.