Insert From Device
Purpose 
In FileMaker Go, enters content into a container field from the following sources: music library, photo library, camera, video camera, microphone, signature. Enters content into a container field or text field from a bar code source.
Format 
Insert from Device [<table::field>; Type: Music Library]
Insert from Device [<table::field>; Type: Photo Library]
Insert from Device [<table::field>; Type: Camera; Camera: Front/Back; Resolution: Full/Small/Medium/Large]
Insert from Device [<table::field>; Type: Video Camera; Camera: Front/Back; Resolution: Full/Small/Medium/Large; Max Duration: <value or formula>; Start immediately]
Insert from Device [<table::field>; Type: Microphone; Max Duration: <value or formula>; Start immediately]
Insert from Device [<table::field>; Type: Bar Code; Camera: Front/Back; Resolution: Full/Small/Medium/Large; <table::field>]
Insert from Device [<table::field>; Type: Signature]
Options 
 •
Select Specify target field to specify a container field. You can also specify a text field for bar codes. If no field is specified, the currently active field is used, if it is a container field or text field.
 •
Click Insert from to select the type of source.
 •
For Camera, choose Back or Front.
 •
For Resolution, choose Full, Large, Medium, or Small.
 •
Select Maximum duration to specify the number of seconds a video camera or microphone records. Click Specify to define a duration from a calculation.
 •
Select Start immediately to have a video camera or microphone start recording immediately.
 •
For Scan from Camera, choose Back or Front.
 •
For Scan from Field, choose a field.
 •
In the list of Bar code types, select the types of bar codes you want FileMaker Go to scan. By default, all types are selected.
Compatibility 
 
Where the script step runs 
Supported 
FileMaker Pro 
No 
FileMaker Server scheduled script 
No 
FileMaker Go 
Yes 
Custom Web Publishing 
No 
FileMaker WebDirect 
No 
Runtime solution 
No 
Originated in 
FileMaker Pro 13.0
Description 
 •
 •
 •
 •
Notes
 •
 •
 •
EAN-13 to scan ISBN-10 or ISBN-13 bar codes. Also select ISBN-10 (from EAN-13) if you need to convert a scanned ISBN-13 bar code to the ISBN-10 type.
 •
EAN-13 as well as UPC-A or UPC-E to scan UPC-A or UPC-E bar codes.
Example 1 
Inserts a photo taken by the iOS device’s back camera at Full resolution into the File Container field.
Insert from Device [Products::File Container; Type: Camera; Camera: Back; Resolution: Full]
Example 2 
Inserts an image of a bar code taken by the iOS device’s back camera at Small resolution into the container field named UPC. To retrieve the text value of the bar code, use GetAsText(UPC).
Insert from Device [Products::UPC; Type: Barcode; Camera: Back; Resolution: Small]
Related topics 
Script steps reference (alphabetical list)
Script steps reference (category list)