This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Apr 6, 2016, 1:44 PM
52 Posts

iNotes customisation - display additional field

  • Category: iNotes
  • Platform: Linux
  • Release: 9.0.1
  • Role: Developer
  • Tags: iNotes,customisation
  • Replies: 2

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

<tr id="e-DOCUMENTUNID-mailinfo-smtporiginator-container"> <td class="s-mailinfo-label" style="white-space:nowrap;vertical-align:top;"> <dwa:string id="L_ORIGINALSENDER" quotes="none"/><!-- --></td> <td class="s-mailinfo-label" width="100%" colspan="2"> <div id="e-DOCUMENTUNID-mailinfo-smtporiginator" style="height:1.25em;">  </div> </td> </tr>

 

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.

Apr 8, 2016, 2:14 PM
52 Posts
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...


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal