Good morning, community,
I'm trying to retrieve the data from the DialogConfigParm table via the API to serve it to an Angular v9.3 portal, but I can't get it to work. I also tried extending the API with a plugin:
Method.Define("common/configparms")
.FromTable("DialogConfigParm")
.EnableRead()
.WithAllColumns());
I set the "Allow in wizard" field to true for the fields I'm interested in.
Does anyone have a working solution? What am I missing?
Thanks in advance,
A