User Profile
Suzdar Ibrahim
64
Posts
2
Kudos
5
Solutions
21-03-2025
10:19
Hi @SitterIT ,
You can't remove the version I'm afraid. Visma.NET is not made for these type of exports so you have to update this everytime a new version releases.
BR,
Suzdar
... View more
20-03-2025
11:31
Hi @SitterIT,
This is version number and is not the best practice if you want to export data...
Why not use the screenID + adjnumber?
... View more
26-02-2025
09:58
@WimV Hi,
It is still valid and will be for 3 months after the new URL has been released.
BR,
Suzdar
... View more
18-02-2025
13:04
Hi @SierdW,
Please check my replies regarding the new base URL. Regarding webhooks, we will make sure to create a small course which explains how to set them up and use them. Webhooks are usually meant for machine-to-machine integrations, but I totally understand your concerns and will report this back to the team.
Thanks for the feedback!
BR,
Suzdar
... View more
18-02-2025
12:59
1 Kudo
Hi, @product_scansys_nl @JohanFriedrichsen,
We estimate the new base URL to be active by end of February. When the new base URL is released you will have approx. 3 months to migrate. So this means the current EoL for the Base URL is 30.05.2025
I hope this answers your questions 🙂
BR
Suzdar
... View more
18-02-2025
12:53
@Trygve Storrønningen1 Hi Trygve,
The base URL change will only apply to the ERP API (v1 & v2 salesOrder), not salesOrder V3.
... View more
04-02-2025
10:48
Hi ErikW!
Which field are you ref. to ? Do you have a screenshot or example?
BR
Suzdar
... View more
17-01-2025
11:21
Hi Adrian,
As a workaround you can do requests calling for specific statuses. So basically if you want inactive items then change the parameter from active to inactive when sending the request.
BR,
Suzdar
... View more
18-11-2024
14:46
Hi Gisleaa,
The fields you are mentioning might have other identifiers in the API. I assume you are looking in the customerInvoice endpoint? in that case you should be able to find these fields.
BR,
Suzdar
... View more
15-11-2024
11:29
Hi again Gisle!
Could you give me a scenario? maybe that will make it easier for me to understand the use case 🙂
BR,
Suzdar
... View more
15-11-2024
11:14
Hi Gisle,
We do send a detailed information on the supplier endpoints on our API. Please take a look in the documentation to see if the data you need is included.
BR,
Suzdar
... View more
25-10-2024
11:19
It is most likely a hiccup. Let me know if it happens again 🙂
... View more
25-10-2024
10:37
Hi Maksimus,
We don't support interval dates, but we do have a orderBy parameter which sorts the list by the most recently created order.
BR,
Suzdar
... View more
25-10-2024
10:35
Hi Andreas,
Are you still experiencing these issues?
BR,
Suzdar
... View more
25-10-2024
10:34
Hi Magnus,
Are you still experiencing these issues?
BR,
Suzdar
... View more
22-10-2024
12:12
I'd like to add that theres a possibility to subscribe to Webhook from Visma Connect IdP (in Developer Portal) to get notified when your App has been granted/revoked permission for a Tenant. TENANT_APPLICATION_ADDED/TENANT_APPLICATION_DELETED are the events you need to require specific details about scopes.Note that there is work in progress now on a bug that makes these events not triggered from App Store changes at the moment, but that will be fixed asap.
I hope that answers your question.
BR,
Suzdar
... View more
22-10-2024
10:46
Hi SitterIT,
That email is sent to the members of ISV organization that owns the app so unfortunately this cannot be customized or changed.
BR,
Suzdar
... View more
01-10-2024
14:09
Dear Developers of Visma.net,
Throughout the years, our Visma Net Integration (VNI as some say) has been used by you to solve many business problems customers have encountered. We would like to inform that the ODP authentication for this platform will reach the end on 14th of October 2024. If you have not migrated to Visma Connect authentication then please do urgently because integrations using this authentication will not work after 14th of October.
If you do not know how to do this then please watch our guide here.
- Suzdar
... View more
Categories:
- Categories:
-
Visma.net ERP Financials
16-09-2024
12:56
I'd also recommend to take a look at this post, it would require a different action to be pressed for your webhook to trigger - https://community.visma.com/t5/Knowledge-base-in-Developers/Using-Automation-Actions-and-Webhooks-to-create-custom-actions/ta-p/330388
... View more
16-09-2024
12:36
Hi Kashyap,
All changes done in screen IN202500 trigger a webhook, so also costprice pending, but not transactions like update costprice revalue. Only thing I can think of is if you check for lastModifiedDateTime and try to match the price of the inventory item with your system, if there are any changes then update the price in your system.
BR,
Suzdar
... View more
13-09-2024
12:14
Hi Gordana,
This seems a bit strange. I'd suggest maybe trying this in Postman aswell as a last time effort. However if that does not work then I recommend contacting your respective country for further troubleshooting as we can't have sensitive data on this forum. You can find more information here on who to contact.
BR,
Suzdar
... View more
13-09-2024
12:05
Hi Kashyap,
Unfortunately we do not have a separate API for checking updated products. We only provide parameters on the endpoint itself which leaves the integrators to do the programming logic. However you can create a post on the idea forum 🙂
BR,
Suzdar
... View more
12-09-2024
14:04
Hi,
As far as I remember Inventory_item_changed event doesn't cover those changes but only inventory header values such as status, ID etc.
... View more
12-09-2024
10:04
Hi Kashyap!
Is this something that worked before and suddenly stopped working? These are all the available events on the webhook service:
[
{
"eventType": "customer_changed",
"name": "Customer changed",
"description": "Triggered when a new customer was created or an existing one was updated"
},
{
"eventType": "arinvoice_changed",
"name": "ARInvoice changed",
"description": "Triggered on status change or custom action"
},
{
"eventType": "account_changed",
"name": "Account changed",
"description": "Triggered on changes of an Account entity"
},
{
"eventType": "purchaseorder_changed",
"name": "PurchaseOrder changed",
"description": "Triggered on status change or custom action"
},
{
"eventType": "shipment_changed",
"name": "Shipment changed",
"description": "Triggered after creation or confirmation of a Shipment"
},
{
"eventType": "project_changed",
"name": "Project changed",
"description": "Triggered on changes of a Project"
},
{
"eventType": "salesorder_changed",
"name": "SalesOrder changed",
"description": "Triggered on status change or custom action"
},
{
"eventType": "inventoryitem_changed",
"name": "Inventory Item changed",
"description": "Triggered after creation or update of an InventoryItem"
},
{
"eventType": "employee_changed",
"name": "Employee changed",
"description": "Triggered on changes of an Employee"
},
{
"eventType": "supplier_changed",
"name": "Supplier changed",
"description": "Triggered after creation or update of a Supplier"
}
]
... View more
11-09-2024
14:35
I tried the endpoint now and it works as intended. Are you sure you are making the request to the correct company?
BR
Suzdar
... View more
11-09-2024
14:09
Hi Gordana,
Have you tried using Incognito mode? sometimes the browser might cause issues with the swagger doc.
BR,
Suzdar
... View more
11-09-2024
14:06
Hi Zunnu,
The status pages seems to be operational according to https://status.visma.com/
However If you would like us to check on your client specific I suggest taking contact with your respective country. For Finland you can contact this email sovellustuki@visma.com
... View more
12-07-2024
11:26
Hi! Given that this is a Norwegian company(?) sales abroad are tax-free. We have no tax zone for the EU at all. Some may have a voluntary registration in Sweden and must calculate Swedish VAT in addition, this is not something we support as standard and may have to be set up in each case. Since you mention sales to the EU, I guess it may be a question of a Swedish client where they have their own tax zones for that. Unfortunately, I don't know the Swedish setup so this is something you have to discuss with them.
BR,
Suzdar
... View more
Activity Feed for Suzdar Ibrahim
- Posted Svar: URL to the record on Forum in Developers Visma.net. 21-03-2025 10:19
- Posted Re: URL to the record on Forum in Developers Visma.net. 20-03-2025 11:31
- Kudoed Sv: Important: End of VNI and transition to Azure API Management for FenistraKristian. 04-03-2025 12:30
- Kudoed Re: Important: End of VNI and transition to Azure API Management for Rozhat. 04-03-2025 12:30
- Posted Re: Important: End of VNI and transition to Azure API Management on News in Developers Visma.net. 26-02-2025 09:58
- Got a Kudo for Re: Important: End of VNI and transition to Azure API Management. 25-02-2025 11:16
- Posted Re: Important: End of VNI and transition to Azure API Management on News in Developers Visma.net. 18-02-2025 13:04
- Posted Re: Important: End of VNI and transition to Azure API Management on News in Developers Visma.net. 18-02-2025 12:59
- Posted Re: Important: End of VNI and transition to Azure API Management on News in Developers Visma.net. 18-02-2025 12:53
- Kudoed Svar: Är visma API nere ???? for Gordana_Abacus IT. 06-02-2025 10:24
- Posted Re: Error getting subaccounts on Forum in Developers Visma.net. 06-02-2025 09:56
- Posted Svar: Är visma API nere ???? on Forum in Developers Visma.net. 06-02-2025 09:55
- Posted Re: Regarding custom fields in SalesOrderV3 on Forum in Developers Visma.net. 04-02-2025 10:48
- Posted Re: Inventory GetAll only returns active on Forum in Developers Visma.net. 17-01-2025 11:21
- Kudoed Add Default External Reference and Default Customer Order to Location endpoint for kbrevik. 06-12-2024 11:49
- Posted Re: articleinformation supplierinvoice on Forum in Developers Visma.net. 18-11-2024 14:46
- Posted Re: articleinformation supplierinvoice on Forum in Developers Visma.net. 15-11-2024 11:29
- Posted Re: articleinformation supplierinvoice on Forum in Developers Visma.net. 15-11-2024 11:14
- Posted Re: Increase in errors the last days on Forum in Developers Visma.net. 25-10-2024 11:19
- Kudoed Sv: Filter orders on min and max date (SalesOrder API v3) for Trygve Storrønningen1. 25-10-2024 10:44