iNotes customisation - display additional field

Hi there,

I need to display the contents of a field (SMTPOriginator) on iNotes in read mode.

I have already added this in the file dwa_en.properties in the file iNotes/Forms9.nsf

L_ORIGINALSENDER=Original sender:

And I added this in the subform l_MailMemoRead

The label is displayed correctly, but I am unable to display the content of the field

Can anyone please help?

Here is what it looks like at the moment:

Kind regards.

Subject: thank you

Thank you c mejia.

In fact I saw your post from a few days ago, watched the video and I am trying to get it to work using his technique…

The thing is that at first when I viewed the source of an email when I open it on iNotes, I found this:

DXX: ({
“item”: [
{
@name”: “SMTPORIGINATOR”,
“textlist”: {
“text”: [
{
“0”: “test@example.com
}
]
}
},
]
})

So the field and its value are already available… only I am unable to retrieve the value and get it to display properly…

Subject: iNotes Customization Video

Have you watched the video, https://www.youtube.com/watch?v=cL0g7k7ziZc https://www.youtube.com/watch?v=cL0g7k7ziZc, Eric Spencer does something similar to this and gives some similar examples.