Persistent procedure example
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Persistent procedure example
Persistent procedure ABL for the OpenAPI
Suppose you want to run a persistent procedure, CustomerOrder.p,
with the following definition, containing a user-defined function.
|
OpenAPI code to run the persistent procedure
You might write the following client code to run it.
|