cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Mobile Add-Ons

Former Member
0 Kudos

I downloaded the Sample Code and read the How to Create Add-ons for the SAP Business one iPhone Scenario in the SAP Business One 8.8 Innovations page. I then followed the directions for Deploying Add-Ons on the B1i Server by unzipping the download and copying the AddOn folder to ...\B1iServer\tomcat\webapps.

1. Is the Sample code a sample add-on?

After that, you can register the add-on on the SAP Business One client under the Mobile Add-On menu. For information, see the Mobile Scenario System Admin document at: http://<your B1i Server IP Address>:<port>/add-on folder>/...

So I went to http://127.0.0.1:8080/AddOn and I get a 404 error.

I went into SAP Business One: Administration -> Add-Ons -> Mobile Add-On and do not know what to put in the "Add-On Code" field, "Add-On Name" field or "Add-On Provider" field.

Where can I find the Mobile Scenario System Admin document?

Is there documentation anywhere else on developing Add-ons for the iPhone??

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I have download the sample code from SAP PartnerEdge

But inside the zip file I only can find the B1utiliy.js.

Where can I download the "opprlist.html" and "gauge.html" files?

Former Member
0 Kudos

Hi Jeff,

Try

http://127.0.0.1:8080/AddOn/gauge.html

Or

http://127.0.0.1:8080/AddOn/opprlist.html

By default, if only http://127.0.0.1:8080/AddOn, the default page will open (e.g. index.html)

But for the demo, there is no default page.

That's why you get error.

Regards

Borja

Former Member
0 Kudos

Hello, if you have downloaded the sample code, rather than try to address http://127.0.0.1:8080/AddOn , put the address of html files:

http://127.0.0.1:8080/AddOn/gauge.html

or

http://127.0.0.1:8080/AddOn/opprlist.html

Regards

Borja

Former Member
0 Kudos

Dear Experts,

Anybody has a solution for this thread? I got the 404 error in the apps also.

Thanks in advance.

Nghia

Former Member
0 Kudos

I am still unable to find the Mobile Scenario System Admin document.

I did manage to get the two sample add-ons installed and running on my ipad. The "Add-On Code" and "Add-On Provider" can be any string but are required. The "Add-On Name" is used to display the add on in the SAP Business One menu on the iPhone or iPad.