Announcements
I have to add two different fields on one API page. let's say one from the employee table and another from the default dimension. How can I achieve this?
Hi, or you create a normal page, get the data on OnOpenPage trigger, and publish it in the Web Service.
Hope this helps as well.
Thanks.
ZHU
There is an example here you can follow as long as there is a relation between the tables:
docs.microsoft.com/.../devenv-develop-custom-api
If there is no releation you have to add code to the OnAfterGetRecord trigger to retrieve the data you need from the other tables.
Hello,
I assume you need to create a page which has the fields added to it and from there create the API page.
Thanks.
André Arnaud de Cal...
294,221
Super User 2025 Season 1
Martin Dráb
232,982
Most Valuable Professional
nmaenpaa
101,158
Moderator