Question

FSM Custom Attachment Tab Browse Popup

  • 13 April 2022
  • 1 reply
  • 93 views

Badge +3

Hi All,

We are trying to create an custom attachment table and map the same in the screen.

Like Task_steps_attachment, we have created a attachment tab in task screen and map with our custom table, we are trying to config a browse window when we click on attachment_path lookup as below,

we have followed the same process like how baseline configured in task_steps_attachment with attachment_alias [we configured with custom_table and with c_attachment_alias], but we are getting an normal lookup instead of Browse window.

could anyone please advice how we can achieve this on configuration or do we need custom code for this ?

 

Thanks in Advance.

 

Regards,

Hariharan P


1 reply

Userlevel 5
Badge +17

You need to set lookup navigation for the attachment_id field.  As shown in the first image below, right click on the field in FSM UI Editor, then select ‘Set Lookup Navigation’ from the context menu.  In the resulting dialog window, edit the top line to appear exactly as shown in the second image.

The attachment lookup, which is what you’re seeing, is defined for the ‘file path’ field in our baseline attachment listviews.  This is used when you want to select an existing attachment to associate with a specific entity - e.g. a task step or a place.

Image 1 of 2:



Image 2 of 2:

 

 

Reply