I'm trying to start process in default detail form of BO.
Process that I want to start I called MakePayment2 (from Library sample)
I use this code:
<div style="height: 50px;">
<a href="#" onclick="AwareApp.startProcess
FromForm
(‘MakePayment2’, ‘main’,
this, true) ">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG_global.gif"></a></div>
I also try with AwareApp.startProcess
(‘MyProcess’, ‘main’) and AwareApp.startProcess
2(‘MyProcess’,’MyObje
ct’,256,’main’) but absolutely nothing happens.
I can start this process from toolbar and it works fine.