Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Multiple OperationBinding cacheSyncOperations ?

    Is this possible, something like
    Code:
    <operationBinding operationType="update" operationId="Bob" cacheSyncOperation="Carol, Ted, Alice">

    #2
    We have no idea what this declaration would be intended to do - perform multiple cache sync operations, even though only one record is updated? Which of the operations returns the record data to send back to the client: the first? The last?

    If you need to perform multiple operations after an update has occurred, the right way to do it would be to declare a new operationId that programmatically calls each of those other operations.

    Comment

    Working...
    X