Hi guys,
I'm trying to create a Web Service based on a page that only consists of "subpages". It contains a ListPart and a CardPart and it's fine in RTC. But in the Web Service I only see the fields of the ListPart. It doesn't matter if the CardPart in the FactBoxArea or not.
Any idea?
"Money is likewise the greatest chance and the greatest scourge of mankind."
0
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Are there any additional limitations that aren't mentioned in the official documents?
there are many issues, thus it is better to stick to basic simple page design. e.g. how you want to publish list with CardPart - take it from the DataSet point of view:
You have 10 records in the list - ok, no problem
You have 1 record in the CardPart for the active records from the list - ??? In web service, which line is "Active"? Which records should be there? There is no way to read All records you need, the CardPart shows only one record, you cannot expect to publish whole dataset...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
That's right. But in my case the FactBoxes belong to the header, not the lines.
Can you see the logical problem in this? 8)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
It should... but what if one header hasn't been consumed (e.g. because of technical reasons) and the next one is going to be published :?:
What if I transform my FactBoxes also into ListParts that show only one record?
Or do you suggest a completely different solution?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.