Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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.1ref: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>Index Action Action_List Process Mobile}}
 +====== 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 =====
 +
 +''MOBILE CAMERA GET INTO'' AttributeIdentifier() [ ''WITH'' StringLiteral() ''='' StringLiteral() 
 +( '','' StringLiteral() ''='' StringLiteral())* ]
 +
 +where AttributeIdentifier is the identifier of the attribute to write the result into (the attribute must be of the Picture Type), 
 +
 +===== Example =====
 +
 +<code aim>MOBILE CAMERA GET INTO MyObject.MyPictureAttribute </code>
 +
 +
 +You can also optionally specify different properties defining how the photo library will behave. See the [[mobile_camera_snap_into]] action for more details.
 +
 +