User Profile
Joni Wolff
84
Posts
15
Kudos
5
Solutions
‎18-02-2025
12:37
In v3 you can use GET /api/v3/SalesOrders/{type}/{orderId}/shipment
... View more
‎04-02-2025
13:42
If the order types number series have been setup to default be auto-generated, you can in the API use the field "overrideNumberSeries": true.
This way, with the order type, if created from UI it will get an order id generated by the system. And from the API, if the "overrideNumberSeries" is set true and a non-existing "orderId" is provided, the order will be created with the provided order id.
... View more
‎26-11-2024
20:29
Hej
Det är i planerna att förbättra keyboard navigeringen, men för att flytta med piltangeter mellan rader och kolumner, så kan man göra följande:
Efter att ha matat in önskar värde i t.ex. Utpris kolumnen, klicka Enter så kommer man ut ur editeringsläget. Därefter kan man använda piltangenter för att scrolla mellan rader och kolumner.
När du flyttat dig till önskad rad och kolumn, klicka Enter för att komma in i editeringsläge och kunna ange värde. Därefter igen Enter för att igen kunna flytta sig med piltangenterna.
... View more
‎01-11-2024
15:53
1 Kudo
Hi! This has now been solved, "overrideNumberSeries" has been introduced in POST salesOrders
https://community.visma.com/t5/News-in-Developers-Visma-net/Release-Notes-Sales-Order-Service-API-1-1-0-1185/ba-p/692324
... View more
‎01-11-2024
15:50
1 Kudo
We will fix so that the error does not appear if the default supplier does not have a currency ID set, but until then, as a workaround, setting the currency ID on the supplier will eliminate the error.
... View more
‎29-10-2024
09:02
Hi! If you're referring to the "invoiceNo" found in "shipments" section in GET api/v2/salesorder/{orderNbr} you can get this information in Sales order v3 using GET api/v3/SalesOrders/{type}/{orderId}/shipment
... View more
‎27-08-2024
08:30
Hi
Just wanted to let you know that expand by LOT/Serial is now available in the Sales order API v3 in the GET/Inventory endpoint
... View more
‎21-08-2024
13:51
Because of an error, the release notes during the period May - August 2024 were not automatically posted. Here are the release notes for this period.
Release notes
Description
LOT/Serial numbers available in GET/Inventory
It is now possible to expand LOT/serial in GET/Inventory endpoint. If you use expand=lotSerial without expand=location, it will show the Lot/serial for item on Warehouse level If you use expand=lotSerial and expand=location, it will show the Lot/serial for item on Warehouse location level Only Lot/Serial numbers that has a quantity will be included in the response
Access to order in interactive API now restricted based on user's access to branch
For the POST and PATCH endpoints, if a call is done with a user token for a user without access to the order's branch, the endpoint will now return a 404 error.
POST/SalesOrders/Lines extended with sortOrder
You can now in POST/SalesOrder/lines set the sortorder for the added line(s). If not provided, the new line(s) will be added last and if providing sort order that already exist, the lines with higher sort order value will get increased sort order.
"isRotRutDeductable" removed from GET/api/v3/SalesOrders/{type}/{orderId}
"isRotRutDeductable" is now, as announced previously, removed from GET/api/v3/SalesOrders/{type}/{orderId}. You use the field "isRotRutDeductible" instead.
"appartment" removed from GET
"appartment" is now, as announced previously, removed from GET/api/v3/SalesOrders/{type}/{orderId}/rotrut. You use the field "apartment" instead.
Input for sortOrder in PATCH/SalesOrders/lines
It is now possible to set sortOrder to a value higher than the line count of the order. Previously this was not possible and you received an error.
Access to order in interactive API now restricted based on user's access to branch
For the GET endpoints, if a call is done with a user token for a user without access to the order's branch, the endpoint will now return a 404 error.
PurchaseOrderSource set according to warehouse
Earlier, after changing the warehouse on a line, purchaseOrderSource was not updated according to the warehouse. This has now been fixed.
Supplier not found or is not active error
From now, when the supplier number contain leading or trailing spaces in the id, there will be no error message.
Validation for supplierId
Now it is no longer needed that purchase order source is set to be able to set the supplier ID for the order line
Status added in GET/shipment
The shipment status field is now included in the GET/shipment endpoint
Orders created via the new Sales order service now included in classic menu search
Orders created via the new Sales order service (API and UI) are no longer missing from the classic menu search results under Transactions and registers.
Validation of warehouse location for receipt lines
When adding a order line with operation: "Receipt", and the warehouse location do not allow receipts, you will get an error.
Projects restricted to customer
If you have restricted projects based on customer in the Project preferences (PM101000) window, and you set a project for an order, you will now get a 400 error if the project is not connected to the order's customer.
... View more
‎29-01-2024
08:28
1 Kudo
Hi! Just wanted to let you know that this has now been fixed
... View more
‎11-01-2024
11:13
1 Kudo
Yep, we have a case created to fix this, we aim to get this fixed in the coming weeks
... View more
‎09-01-2024
09:55
Hi! The issue seem to be that for the order type(s) the segment length have not been updated correctly, looks like some segment have been added and with that the order type setting have not been correctly updated. I'll check this and check that this issue is fixed.
To get this working, do the following:
1. Open Sales - Preferences - Order types
2. Select the order type
3. In the 'Combine sales sub from'-field, enter CCCCCC
4. Save
5. Change back to the original value IIIIII in the Combine sales sub from-field
6. Save
... View more
‎01-12-2023
08:12
Due to an issue with the automatic release notes to the Community starting from 28th of September 2023 I'm posting the release notes for this time period manually.
Release notes
Description
Support for setting status to Open
Setting the order status to Open is now supported, for example, when the current status is Cancelled.
... View more
Categories:
‎17-11-2023
10:00
Issue has been identified and fixed, can you please retry again
... View more
‎17-11-2023
09:01
Hi again! Received input from our infrastructure engineer. Could you test out the following:
Run a command "ipconfig /flushdns" in a command line and check after this if issue is gone or open https://ui.salesorder.visma.net/ in a browser and tell if that opens
... View more
‎17-11-2023
08:38
We're investigating the issue.
Status.visma.com is updated and we will update there as soon as we have more information.
... View more
‎10-11-2023
09:27
Due to an issue with the automatic release notes to the Community starting from 28th of September 2023 I'm posting the release notes for this time period manually.
Release notes
Description
Supplier price not set correctly
When the supplier on an order line differs from the line item's default supplier, the supplier price is no longer set incorrectly.
purchaseOrderId field is available in GET/lines and GET /lines/{lineId}
The purchaseOrderId field is now available in GET/lines and GET /lines/{lineId}. This field displays the purchase order number that is linked to the sales order line.
Support for multi-language
If multi-language is set up in the system, the description of the order line and inventory item is now set according to the language of the customer.
... View more
Categories:
‎01-11-2023
10:36
Due to an issue with the automatic release notes to the Community starting from 28th of September 2023 I'm posting the release notes for this time period manually.
Release notes
Description
Filter Inventory endpoint with LastModifiedDate
It is now possible to filter the Inventory endpoint with the LastModifiedDateTime value
Support for Completed in order line
Setting the Completed field in order lines is now supported.
Line replacement unit cost converted to order currency
Earlier, the line replacement unit cost was not converted to the currency of the order, but the base currency was used instead. This has now been fixed.
Support for cancelling an order
You can now cancel an order by changing the status of an order to Cancelled. Note that, when you set an order to Cancelled, you cannot update any more fields.
Support for Attachment information in GET order and GET order lines
You can now get information about the attachments that have been added to an order or order lines via GET Order and GET order lines.
... View more
‎17-10-2023
17:13
For the breaking changes we will follow the same guideline as what is today in the Visma.net ERP API, i.e. latest 3 months before.
In the closest roadmap we have not planned to introduce createShipment in V3. Could you elaborate a bit more for why it is highly needed in V3? Is it, for example, for the easier use of the API through the sales process or expectation of better performance in that endpoint etc?
... View more
‎17-10-2023
17:06
Thanks! This is in progress and can hopefully be released in the next coming weeks.
... View more
‎12-10-2023
07:23
Hi!
origOrderNbr, salesPerson, purchaseOrderSource and also project and projectTask are and have been available for a while now. I just wanted to come back on this to ask if there are still other fields/values that you are missing to be able to fully use the SalesOrder API V3?
... View more
‎16-08-2023
09:22
1 Kudo
Hi! This is a bug, the freight amount should be set to the same as the freight cost when the Shipping term has not been defined, this is not happening at the moment. We have created a case to fix this and release notes will be published when it is fixed.
... View more
‎14-08-2023
20:56
Hi! Just to inform that the project and project task are not available in POST and PATCH
... View more
‎03-08-2023
09:51
1 Kudo
Thanks for the update. Could you send me the companyID and the JSON by email(joni.wolff@visma.com) and I'll investigate.
... View more
‎02-08-2023
09:51
Hi! Sorry for the late reply. Is this still happening when setting the sales person in the call?
... View more
‎21-06-2023
12:39
Hi! We are doing a post mortem and will publish it when ready
... View more
‎19-05-2023
11:35
1 Kudo
Hi! Just for information we now have support for origOrderNbr and salesPerson. For action/CreateShipment we do not have any plans to introduce that in v3 for now.
Coming weeks the plan is to start with the markForPO and Projects functionality.
... View more
‎19-05-2023
11:15
We have now released the functionality in Sales Order Service API for supporting setting salesperson in header and sales person and commissionable in order line.
Based on the sales person set on the line, we now also calculate the commissions for the order.
... View more
‎12-05-2023
07:23
@Trygve Storrønningen1 "What expectations could we have to the stability in v3 till 30th June 2024 - how moving/breaking will it be?"
Could you clarify this a bit? Are you referring to the new date of 31st of December, if that might move?
If you are thinking of it v3 will be removed or made obsolete, that is not the case. We will continuously add more functionality to v3 until we have everything in place to cover the endpoints specified in v1/v2. The plan then being to be functional complete by Q2-2024.
... View more
‎12-05-2023
07:15
1 Kudo
@erik-kle regarding the new auth, that is replied to in thread: https://community.visma.com/t5/Forum-in-Developers-Visma-net/When-will-the-new-auth-be-enforced/m-p/578791#M3583
... View more
‎11-05-2023
13:06
As announced previous, the original plan was to close specific sales order endpoints in v1 and v2 by 31/12 2024.
This due date is now changed. We plan to be functional complete with Sales order API v3 by Q2-2024(30th of June 2024), thus new Due date being end of Q4-2024(31st of December 2024). If any change would occur for this, we will announce that as soon as possible.
Planned due date to close specific sales order endpoints in v1 and v2 is 31/3 2025. Find more information here on the planned removal of Sales Order endpoints
... View more
Activity Feed for Joni Wolff
- Posted Re: Get shipments for order on Forum in Developers Visma.net. ‎18-02-2025 12:37
- Posted Re: Find order type numbering sequence? on Forum in Developers Visma.net. ‎04-02-2025 13:42
- Posted Re: Använda pil upp/ner för att navigera mellan rader i nya orderfönstret - Status changed to: Nytt förbättringsförslag on Förbättringsförslag för Visma Net. ‎26-11-2024 20:29
- Got a Kudo for Re: Issue when Using SalesOrdersv3 to add orders with existing ordernumber. ‎04-11-2024 14:01
- Got a Kudo for Re: (0005-InvalidState) Currency rate not found for to EUR with rate type SPOT.. ‎04-11-2024 10:35
- Posted Re: Issue when Using SalesOrdersv3 to add orders with existing ordernumber on Forum in Developers Visma.net. ‎01-11-2024 15:53
- Posted Re: (0005-InvalidState) Currency rate not found for to EUR with rate type SPOT. on Forum in Developers Visma.net. ‎01-11-2024 15:50
- Posted Re: Invoicenumber missing https://salesorder.visma.net/ on Forum in Developers Visma.net. ‎29-10-2024 09:02
- Posted Re: Expose "expand Inventory Summary by Lot/Serial Number" option & the fields via Inv on Ideas in Developers Visma.net. ‎27-08-2024 08:30
- Posted [Release Notes] - Sales Order Service API May - August 2024 on News in Developers Visma.net. ‎21-08-2024 13:51
- Got a Kudo for Re: Salesorder API v3 creating orderLines without subaccount. ‎08-02-2024 08:44
- Posted Re: Salesorder API v3 creating orderLines without subaccount on Forum in Developers Visma.net. ‎29-01-2024 08:28
- Got a Kudo for Re: Salesorder API v3 creating orderLines without subaccount. ‎11-01-2024 11:28
- Posted Re: Salesorder API v3 creating orderLines without subaccount on Forum in Developers Visma.net. ‎11-01-2024 11:13
- Posted Re: Salesorder API v3 creating orderLines without subaccount on Forum in Developers Visma.net. ‎09-01-2024 09:55
- Posted [Release Notes] - Sales Order Service API 11th of November 2023 - 1st of December 2023 on News in Developers Visma.net. ‎01-12-2023 08:12
- Posted Re: Getting DNS error when posting Salesorder v3 on Forum in Developers Visma.net. ‎17-11-2023 10:00
- Posted Re: Getting DNS error when posting Salesorder v3 on Forum in Developers Visma.net. ‎17-11-2023 09:01
- Posted Re: Getting DNS error when posting Salesorder v3 on Forum in Developers Visma.net. ‎17-11-2023 08:38
- Posted [Release Notes] - Sales Order Service API 1st of November 2023 - 10th of November 2023 on News in Developers Visma.net. ‎10-11-2023 09:27