User Profile
erik-kle
69
Posts
29
Kudos
1
Solution
‎04-09-2024
09:36
+1 We are also in need of this
... View more
‎02-09-2024
12:54
In this case we have added a new Ordertype so we can have two different numer series. One on imported orders where the webshop sets the number, and regular SO to use when doing manual orders inside Visma Net. That is easy when having a new customer and a new system. At some point we all need to migrate from v1 and v2 to v3 on exsisting customer with existing logic. That is when there might be problem depending on how much logic is used. Changing the configuration inside Visma Net on processes, flow and integrations takes time.
... View more
‎30-08-2024
14:28
When adding SalesOrders in v3, the api demands Numbering set to UserNumbering and not only AllowOverrideUserNumbering. In the older versions (both v1 and v2) it is possible to use AllowOverridUserNumbering. This change is really bad if your customer uses the same numbering for both manually created orders inside Visma.Net and import using the api.
... View more
‎13-12-2023
13:07
We encountered this today. The app was installed this morning and now we get Branch '1 ' cannot..... Is there a 24 hour waiting before it works?
... View more
‎21-08-2023
16:45
1 Kudo
Any updates on this?
... View more
‎21-08-2023
09:46
Any updates on this? We have a new customer where this feature is necessary
... View more
‎17-08-2023
12:30
2 Kudos
Add the possibility to Post attachments to CashTransactions
... View more
‎11-05-2023
13:48
What about the new auth? Will that be enforced?
... View more
‎11-05-2023
13:20
Ok so there is no fixed date? Have 1/6 been communicated earlier? Because im certain i have heard that date along with the new auth, bur now i cant find any reference to it. So neither new auth or transition to SalesOrder V3 will be enforced for 1/6? Edit: I now found this statement " In the current plan, we will start deprecating the old endpoints in 1st of June 2023." from this page https://community.visma.com/t5/News-in-Developers-Visma-net/Goodbye-salesorder-endpoints-hello-Sales-Order-Service/ba-p/485636
... View more
‎11-05-2023
12:22
In communication with a customer where we notified that the auth will be changed and we have to get an app installed to continue with integrations after 1/6, the customer responded that another ISV had told him that the new auth will not be enforced before 31/12 2024. In my understanding 1/6 is the date for enforcing. Is that correct?
... View more
‎31-03-2023
16:15
1 Kudo
+ 1 We experience the same error for POST Salesorder in v3
... View more
‎27-03-2023
15:36
1 Kudo
"Connection to cache service failed" 14:30 and 15:30 today controller/api/v1/inventory
... View more
‎28-02-2023
09:09
Add Financial Fees for CustomerPayment endpoints POST/PUT/GET
... View more
‎09-01-2023
11:15
Why do you have a fauna of different SalesOrder objects for different endpoints? Isnt it possible to define a domain SalesOrder object, that are used for GET, POST, PUT, instead of NewSalesOrderCommand, SalesOrderDto, SalesOrderListDto etc, that are all a bit different.
... View more
‎04-01-2023
16:30
Hi, Upon a first glance of the POST v3/SalesOrders i find that ShipVia and ShippingTerms is missing. Will the NewSalesOrderCommand be extended with more fields in the coming months?
... View more
‎22-12-2022
16:33
Both shipVia and shipTermsId are crucial for many of our webshop integrations. Will this be available in the NewSalesOrderCommand before closing of v2?
... View more
‎22-12-2022
10:04
7 Kudos
Allow the possibility to add attributes to more entities in VN, the same as inventory, customer etc. This would provide a greater way to extend and integrate with VN, and to build custom solutions in a more dynamic way. The entities that would benefit from attributes are: SalesOrder SalesOrderLines PurchaseOrder PurchaseOrderLines CustomerInvoice
... View more
‎22-12-2022
09:55
1 Kudo
/controller/api/v1/customerPayment/{paymentNumber}/action/release
... View more
‎22-12-2022
09:46
12 Kudos
Expose a way to run generic inquiries as GET in the api. This would allow for a more dynamic way to get data than only fixed endpoints and allow the fetch data that is not available in the api
... View more
‎22-12-2022
09:30
2 Kudos
GET/controller/api/v1/cashaccount/{accountNumber} Get a specific cash account
... View more
‎31-08-2022
12:25
A workaround in multiple live integrations, takes days to implement. This is the 4th consecutive upgrade this summer that introduces breaking bugs. All seems to be releated. Do Visma have a plan for testing so this can be avoided in future updates?
... View more
‎31-08-2022
10:50
A customer reports that lineDescription and uom is not posted on SalesOrderV2. So this old bug from this summer is probably back. IPP-REQUEST-ID: 0fa328f1-6b77-4c9a-a0f4-f51c3a73b4af
... View more
‎31-08-2022
09:23
A customer reports that lineDescription and uom is not posted. So this bug is probably back. IPP-REQUEST-ID: 0fa328f1-6b77-4c9a-a0f4-f51c3a73b4af
... View more
‎30-08-2022
17:13
PUT /controller/api/v1/shipment/{shipmentNbr} 500 - VismaId: 02995599-65ad-411e-93df-ca149b752a13. Object reference not set to an instance of an object { "shipmentNumber": { "Value": "000126" }, "shipmentPackageLines": [ { "boxId": { "Value": "PC" }, "weight": { "Value": 90.000000 }, "customRefNbr2": { "Value": "Test" }, "operation": "Insert" } ] }
... View more
‎22-08-2022
17:06
After futher investigation we get corrupt RC orders when creating them in the apit. But in the UI it works. Its not possible to receive, we get an error about no planned lines to receive. Can this be related to the bug (that is in forum thread "Issue posting create shipment on sales order") that was introduced around 15/7 when it was errors on SO shipments not able to create shipments?
... View more
‎22-08-2022
16:45
When posting a RC via SalesOrderV2, with negative quantity on one line (for handling return fees) the header summaries shows negative amount. But that doesnt happen if creating an exact copy in the UI. The order cannot be fixed without deleting the lines and adding new ones in the UI. Is this a bug?
... View more
‎10-08-2022
10:25
No, the first order with the issue was created 2022-08-09 12:05:26 in the api, and after that all orders have this issue, even orders created now.
... View more
‎10-08-2022
10:16
This started yesterday around 15 12 i think. All orders imported after that have ended up on wrong warehouses. So either I or the customers must now allocate time to fix this on every single order. This is the second time this summer that Visma upgrades introduces bugs that are tedious to fix. I cannot charge customers for this.
... View more
‎10-08-2022
10:10
We can no longer set warehouse on lines, it defaults to the default for each product. This is validated on two separate customers, and is still an issue. Fix it now!!!!
... View more
‎15-07-2022
11:00
This starts to become a big issue now, the amount of orders that we cannot create shipments on is growing fast. When is your fix being deployed?
... View more
Activity Feed for erik-kle
- Got a Kudo for Expose Generic Inquiries in API. ‎25-10-2024 12:34
- Got a Kudo for Add attributes to more entities in VN. ‎18-10-2024 13:12
- Got a Kudo for Expose Generic Inquiries in API. ‎18-10-2024 13:09
- Posted Svar: Expose Deferal Schedule in the API on Ideas in Developers Visma.net. ‎04-09-2024 09:36
- Kudoed Expose Deferal Schedule in the API for Quan Pham. ‎04-09-2024 09:36
- Posted Svar: Issue when Using SalesOrdersv3 to add orders with existing ordernumber on Forum in Developers Visma.net. ‎02-09-2024 12:54
- Posted Issue when Using SalesOrdersv3 to add orders with existing ordernumber on Forum in Developers Visma.net. ‎30-08-2024 14:28
- Posted Re: Error: Branch '1 ' cannot be found in the system on Forum in Developers Visma.net. ‎13-12-2023 13:07
- Got a Kudo for Svar: create a customer invoice from a shipment?. ‎26-09-2023 10:20
- Kudoed Re: POST CustomerInvoice. Error: 'RevisionID' cannot be empty. for Magnus Johnsen. ‎21-09-2023 16:29
- Posted Svar: create a customer invoice from a shipment? on Forum in Developers Visma.net. ‎21-08-2023 16:45
- Got a Kudo for Add attachment to CashTransactions. ‎21-08-2023 12:46
- Posted Svar: Known issue: Unable to update "componentID" of an existing line of KIT Specification on Forum in Developers Visma.net. ‎21-08-2023 09:46
- Got a Kudo for Add attachment to CashTransactions. ‎21-08-2023 09:00
- Got a Kudo for Add attributes to more entities in VN. ‎18-08-2023 11:28
- Posted Add attachment to CashTransactions on Ideas in Developers Visma.net. ‎17-08-2023 12:30
- Got a Kudo for Expose Generic Inquiries in API. ‎26-06-2023 09:47
- Kudoed Re: Move of breaking change Due date for Sales order v1 and v2 for Joni Wolff. ‎12-05-2023 07:49
- Posted Svar: Move of breaking change Due date for Sales order v1 and v2 on News in Developers Visma.net. ‎11-05-2023 13:48
- Posted Re: When will the new auth be enforced? on Forum in Developers Visma.net. ‎11-05-2023 13:20