Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| ref:a_f:a:mobile_camera_get_into [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1 | ref:a_f:a:mobile_camera_get_into [2026/08/13 00:43] (current) – ↷ Page moved from a_f:a:mobile_camera_get_into to ref:a_f:a:mobile_camera_get_into localdev | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== MOBILE CAMERA GET INTO ====== | ||
| + | |||
| + | This action opens a photo library on a mobile device that the user logged in from, allows the user to select a picture from the library and then writes the result into the specified Picture attribute of the specified business object. Note that this action can only be used in native mobile applications – it will not work in a browser. | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | '' | ||
| + | ( '','' | ||
| + | |||
| + | where AttributeIdentifier is the identifier of the attribute to write the result into (the attribute must be of the Picture Type), | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | <code aim> | ||
| + | |||
| + | |||
| + | You can also optionally specify different properties defining how the photo library will behave. See the [[mobile_camera_snap_into]] action for more details. | ||
| + | |||
| + | |||