Solved

Creating a attachment field in a standard screen

  • 14 October 2022
  • 3 replies
  • 109 views

Userlevel 4
Badge +9

Hi Experts,

 

Need a help on creating a attachment field in a standard screen in mobile. Have an problem in defining the custom metadata relationships between the field and the attachment record and the sync rule.

can someone help?

Best Regards,

Kalana.

icon

Best answer by Shneor Cheshin 9 November 2022, 01:34

View original

3 replies

Userlevel 6
Badge +26

Hey @Kalana Surendra 

Can you provide more details?

Is this a new object? i.e. a new table you have created?

Existing one? Like Task/Request and other baseline objects?

Cheers!

Userlevel 4
Badge +9

Hi @Shneor Cheshin,

 

I am trying to add a new screen with attachments using 1:1 mapping to the task debrief flow using a baseline object if possible?

 

Regards,

Kalana.

Userlevel 6
Badge +26

Hey @Kalana Surendra 

Sorry for the late response.

Below are the high-level configuration steps to follow. I have it done for ESCALATION table, so examples are 

  • Create a new table of primary keys. Attachment ↔ Object.
    For example: C_ESCALATION_ATTACHMENT table will be a table to support attachment for escalation object. it will contain fields like ATTACHMENT_ID, ESCALATION_ID.
  • To create an attachment tab in WebClient, you will need to create an alias table.
    For example: C_ATTACHMENT_ALIAS1.
    The table will be used mainly for UI configurations.
  • Create attachment button
    Need to run the script DESC_ATTACH_BTN after button click.
  • Create attachment screen and related attachment list screen

You can look at steps attachment as reference to what you are looking for.

Please contact me if you wish to discuss this.

Cheers!

Reply