Question

Display Product image on FSM Mobile Product Screen

  • 21 November 2022
  • 4 replies
  • 118 views

Userlevel 1
Badge +6

How can we upload our product images to the FSM mobile to show our engineers a article image in the part usage?

 

 

Thank you

 

Best regards

 

Markus Kühnl


4 replies

Userlevel 7
Badge +22

@Anjula Priyanath 

Userlevel 6
Badge +14

Hi @mkuehnl,

Did you try Attachment option in mobile designer field? If not, please have a look into the below screenshots.

Config metadata to set attachment id (image reference) in part_used (or any table you need to use the image reference).

Then, you can set the correct attachment id (ex - part_used.user_def_num1 = attachment.attachment_id)

Go to Part Usage screen (or any screen you need to add an image).

Go to Global Menu and select Designer - Fields (Mobile user should be Studio to use this)

Then, tap on ADD FIELD, select the table and use the ATTACHMENT option.

Select the Column which is configured in metadata, and select Control Type Attachment.

Sync rule configurations may required to link the part_used and attachment table to sync/ stream attachments to mobile.

Thanks.

Userlevel 2
Badge +9

@mkuehnl@Anjula Priyanath How did you setup the sync rule? At my side, after a initialisation, the attachments are not synced to the mobile device due the attachment sync rule.

Userlevel 2
Badge +9

Nevermind, got it working

Reply