I have criteria added automatically to all my requests of type="fetch". I add the client-ID in a DMI method. This works fine.
When I execute an add request, a fetch request is automatically executed, and in this automatic fetch-request gets the automatic criteria, since it is a fetch-request.
What I want is to send a message to the fetch-request in order to NOT add the criteria. But I only have access to the original add request. So how to pass a message to the automatic fetch request in order to have this logic in the DMI Method ?
When I execute an add request, a fetch request is automatically executed, and in this automatic fetch-request gets the automatic criteria, since it is a fetch-request.
What I want is to send a message to the fetch-request in order to NOT add the criteria. But I only have access to the original add request. So how to pass a message to the automatic fetch request in order to have this logic in the DMI Method ?
Comment