Moble Offline with java

0
As microflows cannot be used in an offline device, is there another way to include java code that is the equivalent of a microflow java action call?
asked
1 answers
1

Microflows cannot be called in pages that are used in the offline part of the app. So you cannot call Java actions too.

You could call your Java action from a microflow that gets called in a before commit or after commit event of an object that was created in the offline app and then synchonized with the server.

answered