FileMaker Go cannot read an eID by itself. eID 2 FMP can, and hands the name, address, date of birth and portrait to your file in one movement.
Requires a Bluetooth card reader and FileMaker Go on the same device.
Put the identity card in the Bluetooth reader and press Kaart lezen. Name, address, date of birth, card number and the portrait appear on screen.
With a FileMaker file configured, FileMaker Go opens straight away with a filled-in record. No intermediate step, no extra tap.
A button in your own file calls eID 2 FMP, has a card read, and gets the answer back at the right record.
Surname, given names, date and place of birth, sex, nationality, card number, expiry date, full address and the portrait.
The photo travels in the same transfer and lands in your container field through Base64Decode.
eID 2 FMP can send to FileMaker, and FileMaker can ask eID 2 FMP for a card — with a key, so the answer lands at the right record.
Nine checks that say where it goes wrong, plus a trial with a made-up card so you can test the chain without a reader.
Every command to the card and every answer back, status word included. Hence the name.
That number is separately regulated in Belgium. eID 2 FMP skips it while reading — there is no setting to send it anyway.
fmurlscript enabled in your fileThe app is free to install and the first ten readings are free, so you can try at leisure whether it fits your file. Only the card reader is bought separately — indicative price € 85 excl. VAT at a web shop.
One script step in your own file, and eID 2 FMP does the rest.
Set Variable [ $terug ; Value:
"fmp://$/" & Get ( FileName ) & "?script=eIDOntvangen" ]
Open URL [ With dialog: Off ;
"eid2fmp://lees" &
"?terug=" & GetAsURLEncoded ( $terug ) &
"&sleutel=" & GetAsURLEncoded ( Persoon::ID ) ]
eID 2 FMP stores nothing and sends nothing to us. No server of ours is involved: the data read goes from the device straight to your own FileMaker file, and disappears from the app as soon as you clear it or close the app.
Do write. We answer on working days, usually within two days.