Dropdown not showing data from BDM

1
0
-1

Hello,

I want to create a Dropdown, that Displays all the data from a Business Data ModelTable called "Customer".
I created a custom querry to get all the IDs (called getAllIDs):
SELECT persistenceId
FROM Customer

On my form I created a variable with the following external API:
../API/bdm/businessData/de.test.model.Customer?q=getAllIDs

In the Dropdown I selected then uses this vaiable in the "Available values" field and I enterd PERSISTENCEID as the "Displayed key".

But I'm still not getting any values!?

Thanks!

1 answer

1
0
-1

Comments

Submitted by xslaprazor on Sat, 01/14/2017 - 10:23

As far as I understand this:
First link has the same goal, but uses completly diffrent databases etc.
Second link doesn't contain a solution.
Third link Looks great, but I'm still not getting any values and I think the problem is my external API call.

Notifications