Hi,
is it possible to link different commissions (of the salesperson) to different items?
I'd like, for each salesperson, to assign different % commission to items.
Example
for each computer sold, my commision is 5%
for aech mouse, my commission is 1%
thanks
0
Comments
But contact your lcoal NRC, shouldn't be to much work....
If it was hard to write, it should be hard to understand."
You could create another table which would have the following fields, Item No.,Commission %. This new table will also have a form and this new form will be linked to the Item card with subform link property.
You could then use this functionality in Purchase, Sales or anywhere you want. I hope you could take it from here.
Thanks
Best regards
Suresh.
Add "Salesperson Comm. Group Code" in the sales/purchaseperson table. With a relation to the Comm. Group table, filter table with salesperson.
Add "Item Comm. Group Code" in the item table. With a relation to the Comm. Group table, filter table with item.
This allows you to link item groups to salespersons or you can make unique groups per item. So no need to link thousends of items to salespersons.
If it was hard to write, it should be hard to understand."
i'm new in the navision and i would like also to link the salesperson to different commissions according to different items and also the commissions are changed as the time frame changes.
any help is appreciated
al.
Eromein's proposal looks pretty good... Simple and flexible...
In case you want time frames, then add Starting Date and Ending Date to the Salespers. Item Commision table and maybe a additional field in the key to be able to add multiple commisions for every Commision Group...
I was planning to enable such case next week...
Thanks Eromein!
Arhontis
https://forum.mibuso.com/search
thanks everybody.
I have started to implement it for a telecommunications company.