User Profile
Magnus Johnsen
1050
Posts
112
Kudos
172
Solutions
27-11-2024
14:17
The scheduled maintenance window that was planned for 6th of December has been postponed to the 10th of December.
During the release of version 10.29, Visma Net will be unavailable.
Please note that this release introduces a breaking change as announced in this post.
... View more
Categories:
18-11-2024
14:22
Due to mandatory changes to the SAF-T report, we are changing the type of two fields in the Account endpoints DTO.
The fields affected are PublicCode1 and PublicCode2 and their type will change from Int to String. This change is required from 01.01.2025.
To comply with the legal requirements, we are releasing this change faster than our preferred grace period of three months.
We are urging you to have a look at your integrations and update this. The changes will be released with version 10.28, planned for the 6th of December 2024
This was previously planned to be released on 26th of November, but was moved due to Black Week.
... View more
Categories:
18-01-2024
15:18
Hi,
You should have a look at the article linked in your other post as well as the charts of accounts.
Does the account have a Tax category set?:
We would also recommend that you try to recreate the same transaction manually in the UI.
... View more
18-01-2024
15:00
Hi,
Have a look at your segment keys and values for subaccount(ScreenId=CS203000&DimensionID=SUBACCOUNT&SegmentID=x), these are the values returned by the API.
Click ion the segment ID to find the segment values.
Apart from this, have you had a look at this article:
TaxID '01' cannot be found in the system
... View more
18-01-2024
13:39
Hi,
As far as we have been able to see this also happens in the UI.
We would recommend that you get in contact with your partner service regarding this as it's a feature of the system and not a bug in the API.
... View more
17-01-2024
09:56
Hi,
We are aware and are looking into it: https://status.visma.com/incidents/xj1qjw02p3w4
... View more
15-01-2024
10:25
Hi,
Yes that is correct, please let us know if you run in to any issues.
... View more
10-01-2024
13:37
There is no direct action for the supplierInvoices.
But you can get the attachments for the invoice with the attachmentID on the supplierInvoice and then get by id via the "Attachment" endpoint.
... View more
09-01-2024
09:51
That field is the same, however, the county field and some other fields were incorrect which in turn triggered the error incorrectly.
... View more
09-01-2024
09:47
I'm guessing based on the postcode that what you want is:
Country: GB
County: Oxfordshire
City: Goring
... View more
09-01-2024
09:03
Hi,
There were some fields causing issues in your payload, for example the "accountUsedForPayment" was left empty, and the "county" field was incorrect.
With the payload below we were able to create the supplier, please try this:
{
"number": {
"value": "1"
},
"name": {
"value": "Simplehuman"
},
"status": {
"value": "Active"
},
"documentLanguage": {
"value": "en-GB"
},
"supplierClassId": {
"value": "20"
},
"overrideWithClassValues": false,
"currencyId": {
"value": "EUR"
},
"vatRegistrationId": {
"value": "GB 831 1308 70"
},
"corporateId": {
"value": "831 1308 70"
},
"mainAddress": {
"value": {
"addressLine1": {
"value": "5 Thames Court, High Street, Goring-on-Thames"
},
"addressLine2": {
"value": "5 Thames Court, High Street, Goring-on-Thames"
},
"postalCode": {
"value": "RG8 9AQ"
},
"city": {
"value": "Oxfordshire"
},
"countryId": {
"value": "GB"
},
"county": {
"value": "Oxfordshire"
}
}
},
}
... View more
05-01-2024
12:10
Hi,
We are aware of the issue and were investigating it, you can follow the status here:
https://status.visma.com/incidents/lp6cykqwk9jq
... View more
04-01-2024
11:16
There was an incident related to the VNI service: https://status.visma.com/incidents/9v8w5nmk77n6
... View more
03-01-2024
12:23
Hi,
What type of app is it?
If it's tenant based you need to have someone with the "Integration Administrator" role add the app by for example invite codes.
Are you getting the correct token?
... View more
02-01-2024
11:13
Hi,
We will not shut down your integrations now, we advise you as mentioned to contact your Business Unit if you are not ready.
For the issue you receive, could you please list when they are happening and we can bring it up with development.
Are there any of those issues that are not related to the initial on-boarding of new clients to the developer portal?
Thank you.
... View more
29-12-2023
14:25
Please have a look at the segment key setup for your subaccounts(ScreenId=CS202000&DimensionID=SUBACCOUNT):
The issue might be that there is some validation that is not properly done in V2 as well.
Thank you.
... View more
29-12-2023
14:21
Is it happening to clients that have been onboarded for longer than 24 hours or only for newly onboarded clients? Could you send us some examples of the issues with time stamp and requestId if possible.
Thank you.
... View more
29-12-2023
10:24
Hi,
The app needs to be approved, since it's holidays now this might take longer time.
... View more
28-12-2023
10:33
Hi,
Most likely the company you are sending requests to have subaccounts required, and the subaccounts that are set up on the item you are using has a default value set that is shorter than the subaccounts that have been set up.
... View more
28-12-2023
10:24
Hi, is this still happening?
... View more
28-12-2023
10:23
Hi,
You need the "Integration Administrator" role set up in Visma Admin for the company you want to manage in app store.
... View more
21-12-2023
11:32
Hi,
Good to hear! Currently it's not possible to use the salesOrder nextGen service for non-stock items.
We have an improvement case in the backlog for this, I've informed the developers that you have also requested this feature.
... View more
20-12-2023
13:00
Hi,
For the incident where this error occurs after the initial request with a Service type token the status remains the same. The development team is still working on resolving the root cause, which seems to be that the user that is created after the initial request is not shared to the cache of all servers fast enough.
When subsequent requests are sent, the loadbalancer might route it to a server where this user is not yet properly set up.
... View more
20-12-2023
10:13
Hi,
You can set the Visma App Store access level to "invite code only" and then log on to the App store with an account that has the "Integration Administrator" role for the company you would like to integrate towards:
... View more
19-12-2023
09:36
Hi,
In that case you don't have automatic numbering on your SO's, please disregard my comment about the field and include it in your request.
Thank you.
... View more
18-12-2023
16:00
Hi,
There were a couple of issues with your JSON:
Ordertype SO does not support the "orderID" field
It's not possible to set discountCode, discountPercent and discountAmount in the same request
This will still generate an issue if you try to create a shipment from this as it has no warehouse, for more information on how the drop-ship flow works i Visma.Net, please have a look at this article:
Create a drop-ship order flow
Try using the JSON below:
{
"type": "SO",
"date": "2023-12-14T00:00:00",
"requestOn": "0001-01-01T00:00:00",
"cancelBy": "0001-01-01T00:00:00",
"description": "Prog-It testi",
"status": "Open",
"customer": {
"id": "10001",
"order": "10905"
},
"shipping": {
"scheduledDate": "0001-01-01T00:00:00",
"contact": {
"name": "JSC Tehnoinform"
},
"intrastatTransactionTypeId": 0,
"residentialDelivery": false,
"saturdayDelivery": false,
"insurance": false,
"priority": 0
},
"orderLines": [
{
"inventoryId": "nonstocktest",
"description": "Coated Paper Stocklot",
"unitOfMeasure": "STK",
"quantity": 23.762,
"unitCost": 0,
"unitPrice": 855,
"undershipThreshold": 0,
"overshipThreshold": 100,
"shipDate": "0001-01-01T00:00:00",
"requestDate": "0001-01-01T00:00:00",
"note": "Coated Paper Stocklot, 35 RO, 0 PX, 23762 KG NET/23762 KG GROSS, 48101300 CUSTOM CODE",
"hasManualPrice": true,
"commissionable": false,
"supplierPrice": 0
}
],
"useReplacementCostForMarginAndProfit": false,
"originalOrderId": "10905"
}
... View more
18-12-2023
13:53
Hi,
We are not able to reproduce this issue, we're able to create salesOrders using customers without any active/default contacts:
Could you please send us the JSON you are sending in your payload?
Thank you.
... View more
18-12-2023
09:17
1 Kudo
Call for action to all ISVs and partners having integrations with Visma.net:
As you might have noticed we are approaching the deadline (stated in the release notes) for migrating existing integrations from VNI to Connect Authentication.
We noticed an increasing activity to migrate in the last couple of weeks but as of today only 20% of the integrations have been migrated to the new authentication.
It is therefore very important that you move fast. In case you are not able to migrate before the deadline you should reach out to your Business Unit as soon as possible to discuss your migration timeline.
We want to ensure that your integrations won’t stop January 1st.
Kind Regards,
Visma.net Management
... View more
Categories:
18-12-2023
09:09
Hi,
There was an issue with high load on one of our servers. The issue shold now have been resolved and we are continuing to monitor the situation.
You can follow the incident here: https://status.visma.com/incidents/9zw5r6d8pxkz
Please let is know if this is still affecting you.
Thank you.
... View more
14-12-2023
12:38
What type of application/authentication are you intending to set up?
... View more
Activity Feed for Magnus Johnsen
- Posted Version 10.29 - Scheduled downtime maintenance window has been postponed: 10th December on News in Developers Visma.net. 27-11-2024 14:17
- Posted Version 10.28 - Breaking change due to mandatory changes in the SAF-T report: 6th December 2024 on News in Developers Visma.net. 18-11-2024 14:22
- Got a Kudo for Re: Including Attributes when getting multiple Projects. 17-05-2024 09:03
- Tagged [Release Notes] - Visma.Net API 9.80.0 - 06.02.2024 on News in Developers Visma.net. 09-02-2024 08:57
- Posted Re: TaxID '01' cannot be found in the system. on Forum in Developers Visma.net. 18-01-2024 15:18
- Posted Re: HIGH priority Subaccount missing, Error creating journal transaction. Error: TaxID '01' cannot on Forum in Developers Visma.net. 18-01-2024 15:00
- Posted Re: Budget API is not retrieving inactive subaccounts on Forum in Developers Visma.net. 18-01-2024 13:39
- Posted Re: Bad Gateway messages when making calls to the Visma.Net ERP API on Forum in Developers Visma.net. 17-01-2024 09:56
- Posted Sv: Getting customer / supplier invoice document (PDF) on Forum in Developers Visma.net. 15-01-2024 10:25
- Posted Sv: Getting customer / supplier invoice document (PDF) on Forum in Developers Visma.net. 10-01-2024 13:37
- Posted Re: Insert supplier on Forum in Developers Visma.net. 09-01-2024 09:51
- Posted Svar: Insert supplier on Forum in Developers Visma.net. 09-01-2024 09:47
- Posted Re: Insert supplier on Forum in Developers Visma.net. 09-01-2024 09:03
- Posted Re: Bad Gateway 502, in all API calls, AGAIN (!) on Forum in Developers Visma.net. 05-01-2024 12:10
- Posted Re: Bad Gateway messages when making calls to the Visma.Net ERP API on Forum in Developers Visma.net. 04-01-2024 11:16
- Posted Re: Change from test to production on Forum in Developers Visma.net. 03-01-2024 12:23
- Posted Re: VNI-VC January 1st on Forum in Developers Visma.net. 02-01-2024 11:13
- Posted Re: Salesorder API v3 creating orderLines without subaccount on Forum in Developers Visma.net. 29-12-2023 14:25
- Posted Svar: IPPexception 5520 on every call for select customers migrated to new auth flow on Forum in Developers Visma.net. 29-12-2023 14:21
- Posted Re: Service app status pending on Forum in Developers Visma.net. 29-12-2023 10:24