Kbase P58566: How to show messages in the client-side after update a record without canceling the transaction?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2004 |
|
Status: Verified
GOAL:
How to show messages in the client-side after update a record without canceling the transaction?
GOAL:
How to pass an info back from AppServer after a commit without canceling the transaction?
GOAL:
How to return a warning or information message from a validation hook without stopping the transaction?
GOAL:
Support of Warnings within Dynamics
GOAL:
Support of information message within Dynamics
FACT(s) (Environment):
Dynamics 2.0A
FIX:
This has been logged as an enhancement request# 20031210-010.
Validation procedures such as writePreTransValidate, createPreTransValidate, etc. and addMessage procedure cannot be used because all of them use the RETURN statement which will cancel the transaction.