Hi,
I am working on an integration between CRM and Axapta and I am fetching the created or modified Orders for the current day from Axapta and I am creating or updating them in CRM.
When there is a price list item for the product, there is no issue - the order product is created with a certain price.
However the customer has products, that don't have price list items and when I try to create an order product in CRM using an SSIS Script Component (where I set the "priceperunit", "extendedamount" and etc.), that doesn't have a price list item, it creates an order product with "extendedamount" = 0, despite all the fields that I've set.
Also there is an error for the order product "The following error occurred: Product with the specified unit does not exist in price list." which is logical given the case.
So my question is: Can an order product have its fields set manually, when there is no price list item for its product, and if so - how can I do it?
Thanks.
Best regards,
Evgeni Dyulgerov