cancel
Showing results for 
Search instead for 
Did you mean: 

Build an Agentry Based Mobile App from Scratch. Extend App with native NFC (RFID) scanning capabilities.

Former Member
0 Kudos

Hi All

I use next document

How To Part 2 Build an Agentry Based App From Scratch

How To Part 2 Build an Agentry Based App From S... | SCN

to understand How-to Build an Agentry Based Mobile App from Scratch Connecting to an SAP Back-end

I use

- Java 8 update 66

- Eclipse Version: 4.2.2

Build id: M20130204-1200

- Agentry Editor Plugin 70.10.0.9 com.syclo.agentry.editor.feature.feature.group SAP AG

from Agentry_70.10.0_EditorPlugin_x86_64.zip

I want to extend application by native NFC (RFID) scanning capabilities using the artice -

.


Now I am on the step


---

Agentry application changes.

  Now we need to modify our detail screen in the Agentry Application to use our new Button control.

Configuring the button Control

---

They offer to modify Add Notification window.

I'm going to change ShowFlightSchedules_PPC_List Screen of the Test App FlightBooking

I add button on the Screen but I can't bind button to the Java class Z_RFIDButtonAdapter.

There are no class name input field on the Button Definition screen.

Is it possible to bind a Button to a Java class like for fields.

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

You have to use a button field type.  Screen buttons can only execute actions.

--Bill

Former Member
0 Kudos

Hi Bill

How can I add button field type on the List Screen?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

You will need to create a new detail screen that includes your field you want to extend along with the string field to receive the NFC value after scanning.  You can put it in the same screenset and just include a List View field to display the schedule list and put your string and button field at the top of the screen.

--Bill