By using this website, you agree to our Terms of Use (click here)
Tim Henning
Member
Follow
Forum
Replies: 1
Views: 4440
RE: For REST API, does DAC need a single key field?
If your API is readonly, you can use ODATA call to return REST response. It returns a nice flat array structure that works nicely in JavaScript. GET ...
7 years ago
Forum
RE: For REST API, does DAC need a single key field?
I have applied the "isKey" attribute to all of the key fields in the DAC. Using Postman, I have successfully retrieved data using a PUT verb and ente...
7 years ago
Forum
7 years ago
Forum
Replies: 3
Views: 3858
RE: Generic Inquiry - Use subqueries for a field
I found I could achieve a workaround by using an expression in the results grid for the Earliest End Date. =Min(IIf([BillingRule.Status] = 'O', [Billi...
7 years ago
7 years ago
Replies: 5
Views: 6813
