Please help!
I'm trying to start process with custom button on mobile form.
My process is:
ENTER NEW ProtokolPozycje WITH ProtokolPozycje.Protokol=Protokol USING MainMobile
My custom button code in Protokol MainMobile form is:
<button type="button"
onclick="AwareApp.startProcess2('DodajPozycjeProtokol', 'Protokol', <<Protokol.ID>>, 'MainMobile')">
Dodaj PozycjÄ™</button>
and the result is:
Process Input Not Provided
Process input in process is: Protokol
Process works well started from top bar.