Användarprofil
Magnus Johnsen
1050
Inlägg
112
Gillar
172
Lösningar
19-12-2023
08:07
The same again today ... 502 Bad Gateway
... Visa mer
18-12-2023
09:17
1 Gilla
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
... Visa mer
Etiketter:
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
... Visa mer
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.
... Visa mer
14-12-2023
16:46
1 Gilla
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.
... Visa mer
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.
... Visa mer
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.
... Visa mer
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
... Visa mer
Etiketter:
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.
... Visa mer
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
... Visa mer
30-11-2023
14:54
Hi Magnus it is working, thank you.
... Visa mer
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.
... Visa mer
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.
... Visa mer
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.
... Visa mer
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.
... Visa mer
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.
... Visa mer
22-11-2023
14:35
You're welcome 😀
... Visa mer
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.
... Visa mer
17-11-2023
09:18
Sorry for late reply, missed this message. Yes this is ticked off, both currency and rate override.
... Visa mer
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
... Visa mer
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
... Visa mer
15-11-2023
12:37
1 Gilla
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
... Visa mer
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.
... Visa mer
10-11-2023
11:07
Wrong post, sorry. The problem has been fixed 🙂
... Visa mer
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
... Visa mer
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
... Visa mer
Etiketter:
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 ?
... Visa mer
06-11-2023
15:29
Hi Magnus, Yes this has been resolved. Forgot to mark the solution, will do that right now. Thanks!
... Visa mer
03-11-2023
11:49
Hi,
Do the users have the "API user" role for the company?
... Visa mer
02-11-2023
08:31
We're aware that the thread has been marked resolved by misstake, we're still investigating.
... Visa mer
Aktivitetsflöde för Magnus Johnsen
- Någon gillar Re: Including Attributes when getting multiple Projects. 17-05-2024 09:03
- Någon gillar Re: Budget API is not retrieving inactive subaccounts. 21-12-2023 14:28
- Gillat Extend customerPayment API endpoint with the financeCharges and deductedCharges attributes för Norrbäck. 19-12-2023 09:36
- Någon gillar Visma.net statement regarding Connect Authentication. 18-12-2023 09:33
- Någon gillar Svar: Problem with Visma.net API - missing external codes in extract. 16-11-2023 20:29
- Någon gillar Re: POST CustomerInvoice. Error: 'RevisionID' cannot be empty.. 21-09-2023 16:29
- Någon gillar Re: POST CustomerInvoice. Error: 'RevisionID' cannot be empty.. 21-09-2023 15:10
- Någon gillar Re: many companies ERP service API. 18-09-2023 13:07
- Någon gillar Re: POST image Base64. 15-09-2023 12:06
- Någon gillar Re: Issue posting salesorder with currency gives wrong unit price. 11-09-2023 10:33
- Någon gillar Re: CORS Errors with API requests from local proxy server with SPA Integration. 01-09-2023 08:14
- Någon gillar Re: Retrive data from Visma.net ERP Service API. 28-08-2023 14:24
- Någon gillar Svar: create a customer invoice from a shipment?. 23-08-2023 13:43
- Någon gillar Re: GET on journaltransactions stops with empty data. 21-08-2023 14:05
- Någon gillar Re: Supplier response ERP Service API. 18-07-2023 15:48
- Någon gillar Re: Response does not have all values. 17-07-2023 11:21
- Någon gillar Re: how can I get accrual keys. 12-07-2023 13:03
- Någon gillar Re: Unable to update account on PO line. 14-06-2023 11:11
- Någon gillar Re: How to get a token with postman using Visma Connect Authentication. 15-05-2023 16:40
- Någon gillar Svar: SalesOrders v3 - Error 500 on customer, but not another. 13-04-2023 13:58