how to get data from web page into dynamics 365 b c?

kmkaot
Member Posts: 261
I want collect data on frequencies period from web or web source,
will anyone suggest the options available
warm regards
Crishna
will anyone suggest the options available
warm regards
Crishna
0
Answers
-
Hello @kmkaot,
You can use something like this to get web pagepageextension 50101 CustomerListExt extends "Customer List" { trigger OnOpenPage(); var Client: HttpClient; Response: HttpResponseMessage; URL: Text; Content: HttpContent; Page: Text; begin URL := 'http://www.elmundo.es'; Client.Get(URL, Response); Content := Response.Content; Content.ReadAs(Page); Message(Page); end; }
Or if the web source have an API use it.
Sorry, the information you asking for is very generic.
Regards.0 -
Hi, ftornero
Thank you very much for quick support.
There is website for collect and display data from devices with GSM sim. This website is showing real time values. I need to collect data online store in NAV table. for example Meter Id, Current reading, Pressure etc.
please advice...
thanks in advance
kmk
0 -
Hello @kmkaot,
To try to help you out is necessary more information about what you want to do, i.e:- Is there an API to get the data ?
- Do you need, otherwise, to get the page and parse the data to obtain the information you need ?
- Is the page public so you can post the URL here ?
- And all the information you can share about the project....
How I said before you need to be more specific.
Regards.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions