User Profile
Magnus Johnsen
1050
Posts
112
Kudos
172
Solutions
20-12-2023
10:15
Ah, I see. I needed to click save, while all fields were filled correctly, before the Invitation codes box came up.
... View more
19-12-2023
08:07
The same again today ... 502 Bad Gateway
... 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:
15-12-2023
13:45
Thanks for sharing, Adrian ! To my knowledge, to be able to get tenant_ID via JWT and UserInfo you need to adjust the following settings.
1) Developer Portal 2) Adding OpenID Identity scope : tenants to your token request
e.g.
openid email profile tenants vismanet_erp_interactive_api:create vismanet_erp_interactive_api:read vismanet_erp_interactive_api:update vismanet_erp_interactive_api:delete
... View more
15-12-2023
09:16
The URL provided is correct. The bug reported seems to be user-specific. I have tried the link with another Visma .net user and now it does work. So the tenant consent update error is specific for this user, who has consented with other OAuth settings before.
... View more
14-12-2023
16:46
1 Kudo
Still you'd like to know who you are connected to. As an ISV you do not know on beforehand who connects to your application, so some context is useful. You can get that though a call to https://connect.visma.com/connect/userinfo, although that needs openid scopes to be present. For Visma .net ERP you can call `controller/api/v1/organization`, which will yield one single company.
... View more
12-12-2023
15:44
A fix for this issue has been deployed and been confirmed to solve the issue.
If it arises again, please let us know.
Thank you.
... View more
12-12-2023
09:25
Hi, we are also having this exact issue on a old integration after switching to tennant id authorization. Works fine when authenticating with the old authentication method.
... View more
08-12-2023
08:35
We are planning to have two Maintenance windows next week: 1. Monday 11th of December 16:00 - 19:00 CET Maintenance on Demo and Template companies to improve performance. These companies will be unavailable, all other functionality will work as usual. https://status.visma.com/incidents/41dclr3f8kh3
2. Tuesday-Wednesday night 13th of December 01:00 - 04:30 CET. SQL infrastructure optimization. This is continuity for the Azure migration and was decided to do after migration weekend. Visma.net ERP UI and API will be unavailable during the maintenance window. https://status.visma.com/incidents/1qkwfgjk2y0h
... View more
Categories:
05-12-2023
09:22
Hello, We ran into a problem here. The work around we implemented was to delete the original line, and then insert a new one, for example like this: PUT https://integration.visma.net/API/controller/api/v1/purchaseOrder/ {
"lines": [
{
"operation": "Insert",
"project": {
"value": "58"
},
"projectTask": {
"value": "100"
},
"warehouse": {
"value": "P"
},
"account": {
"value": "4010"
},
"orderQty": {
"value": 1
},
"inventory": {
"value": "02"
}
}
]
} The problem is when the nonStock inventoryItem '02' has a default account which is not part of a project accounting group. In that case I get "Error: Inserting 'Purchase order line' record raised at least one error. Please review the errors.\r\nError: 'Project' cannot be empty". Was it always like this? I am pretty sure this worked a couple months ago, but I can't find anything related in the patch notes. The reason the default account needs to not be project enabled is that otherwise the default project is null which is very frustrating for the user.
... View more
01-12-2023
11:19
Hi,
As this is not currently implemented we have moved the post to the Ideas part of the forum.
The current possibility here is to use this endpoint to get the customer data: /controller/api/v1/customer/internal/{internalID}
Thank you
... View more
30-11-2023
14:54
Hi Magnus it is working, thank you.
... View more
30-11-2023
13:21
Hi,
Could you please have a look at this thread and let us know if it helped solve the issue: 'Access denied' during authorisation through Visma Connect
Thank you.
... View more
30-11-2023
10:18
Hi,
Please send us an email at developersupport@visma.com with an example of a JSON that fails, the companyID and name.
We'll forward this to the development team.
For now the only known workaround has been retrying the operation at a later point.
... View more
29-11-2023
12:35
Hi,
Please make sure that the user you are using has the roles "Financials Administrator" & "Financials User":
Note: The "API user" role here is only needed for the interactiv authentication via the developer portal.
Please let us know if you still have these issues when the roles have been applied in Visma Admin.
... View more
23-11-2023
13:17
Hi,
We recommend trying to recreate the same invoice in the UI manually, to see if there any warnings/errors that are triggered.
If none, please send the JSON you are trying to post and we'll try to recreate it on our end.
... View more
23-11-2023
13:04
Hi,
It refers to these fields in ScreenId=AR303000:
Check this customer in the UI, and make sure that the Locations subaccounts are set to an existing subaccount combination.
Or update the location via the location endpoint.
Please let us know if you still have issues after this.
Thank you.
... View more
22-11-2023
14:35
You're welcome 😀
... View more
21-11-2023
13:23
Hi,
Prepare invoice (from sales order) is now available. Does this cover the need in this aswell?
Notice that there is a difference in Prepare invoice in sales order and Prepare invoice in shipments
Sales order - Prepare invoice -> Invoice all confirmed shipments related to the sales order
Shipment - Prepare invoice -> Invoice only order lines added to the shipment
Thank you.
... View more
17-11-2023
09:18
Sorry for late reply, missed this message. Yes this is ticked off, both currency and rate override.
... View more
17-11-2023
09:04
Hi,
Is this the full eror message you are getting?
Which endpoint are you using?
If it's v3, it's most likely related to this: Getting DNS error when posting Salesorder v3
Status: Investigating an issue in Visma.net ERP Sales Order Service
... View more
16-11-2023
14:57
The link has been updated: https://community.visma.com/t5/Knowledge-base-in-Developers/xxx-of-SubAccount-can-t-be-found/ta-p/272417
... View more
15-11-2023
12:37
1 Kudo
Hi,
The due date for the removal of the old fields can be found in the release notes:
[Release Notes] - Visma.Net API 9.70.0 - 14.11.2023
... View more
13-11-2023
10:46
That makes no sence. We're creating the invoices through API, så it should be populatet regardles of what module is used. There's to many if and buts where and where not attriutes are populatet. Make it easy for us to use the data, and this is one more example of not makeing it easy. Please make the changes and populate the data so it makes it usable for us.
... View more
10-11-2023
11:07
Wrong post, sorry. The problem has been fixed 🙂
... View more
10-11-2023
09:18
Hi,
To get all attributes you can use the Attribute endpoint:
This will include attributes that might be used for inventory, to get what item's has what attributes you use the parameter "expandAttribute" and set it to true:
/controller/api/v1/inventory?expandAttribute=true
... View more
09-11-2023
13:57
There is a scheduled maintenance window the 12th of Octover 01:00-05:00, during which both the Visma.net ERP and API will be unavailable.
We are improving our scalability to be better prepared to handle extreme work loads, we also hope to resolve the Gateway issues that we have been seeing.
You can follow the status here: https://status.visma.com/incidents/zngd6yr9ljy6
... View more
Categories:
07-11-2023
13:59
Hello, we've informed the infrastructure team regarding this. Could you please inform us on the company ID that you receive the mentioned error ?
... View more
06-11-2023
15:29
Hi Magnus, Yes this has been resolved. Forgot to mark the solution, will do that right now. Thanks!
... View more
03-11-2023
11:49
Hi,
Do the users have the "API user" role for the company?
... 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