I have created Purchase New, ReRent and Purchase Consumable documents by using Movement.NewMovement API object and the document gets created without any issue but I am unable to fetch same created document. I tried below mentioned code but I don’t get that document through that moreover it doesn’t return product details only get header information.
Please provide me the correct API to fetch all movements.
I think I had mentioned I was able to create movement transaction also able to get created movement document header information like movement number & notes etc. however I am not able fetch product to be used in that transaction.
So please let me know how I can fetch movement product details used in that transaction.
however I am not able fetch product to be used in that transaction.
In the above example “CS027”, “PN-001” are products added to a new Transaction.
If you’d to fetch an already saved Transaction you may use the following code at the end of the above example - var movementProducts = MovementProductList.GetMovementProductList(movement.MovementID);