Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:mobile_camera_get_into [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1a_f:a:mobile_camera_get_into [2023/05/09 01:40] (current) sean
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.
 +
 +