Hello All,
I am wondering for the No. Series WEB SERVICES Issue solution.
I want to read the records from the No. Series Page "Filtered with the No. Series of Sales Orders".
E.G.
If in C-Side Client, in the Sales Order page, when we make a ASSIST EDIT button then we will get the No. Series Form filtered with Sales Order related No. Series.
Can you anybody please suggest, how to do the sames task?
Ravi_Thakkar
Ahmedabad, Gujarat, India
E Mail :
ravi.thakkar@hotmail.com 0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks for your reply.
I have an idea about Marked only records.
I also refer the RTC. But, in RTC, look up at no. series is showing me the filtered records of no. series related to Sales Order.
I want the same records on WEB in Grid view.
Any suggestion?
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I transferred the filtered data in Temporary Table.
Then after how can the WEB SERVICE on .NET side, identify the page table as a temporary table?
1) I think it will take it as a physical table and according to that it will show the data. (If true then, data with no filters)
Or
2) How can I return the record at .net side from NAV?
Any suggestion?
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
2) If there is Page for the data, and the data are read from DB in the page, the WebService based on this page will return same data if same filters are passed to the webservices.
3) If the page is using some input parameters whcih must be set when the page is opened or the page/form is called over some prepared temporary table, you need to call this calling process, not the page directly, may be it means that you will need to create special webservice for getting the data and not using the page webservice.
4) I recommend to make clear for yourself how the WebServices work and how the Form in NAV is called/used in the code.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
What I want is,
E.G. On web, One Click on "SO No. Series" Button, will open one WEB page having Grid control bound with No. Series records filtered with the records same as the NAV Assist Edit button click functionality open the No. Series form as shown in attachment.
To provide such kind of filteriation according to ASSISTEDIT, and also should use the NAV Code to return the data, what should be the logic? (I would require to use NAV code through web service to filter the data)
Do antbody have any suggestion?
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.