cancel
Showing results for 
Search instead for 
Did you mean: 

RNIF - Freeformtext after attachment

vk_k3
Participant
0 Kudos

HI Folks,

I ran into a problem where I am generating an RNIF message (RNIF 2.0 Receiver) with attachment where :

<Manifest><Attachment><description><FreeFormText></FreeFormText></description><GlobalMimeTypeQualifierCode>application/pdf</GlobalMimeTypeQualifierCode><UniversalResourceIdentifier>

The Field "FreeFormText" is blank when we send a message with attachment but it is a mandatory field in the partners system because of which the message fails.

But the Attachment tag itself  is not present when there is no attachment for a message, because of which the message goes through successfully in the partners system.

Is there anyway we can set this field ?

Either in RNIF Module configuratoin or in Adapter Module code ?

Regards,

Vkjoat

Accepted Solutions (1)

Accepted Solutions (1)

vk_k3
Participant
0 Kudos

Folks,

I have fixed this Via Adapter Module.

Regards,

Vkjoat

Former Member
0 Kudos

Hi VKjoat

For the main message there is a standard module attribute for RNIF. You could use this in this

Module Key: RNIF

Parameter Name: MessageStandardFreeFormText

Parameter Value: "yourmessage" (No quotes)

Thanks

Asif

vk_k3
Participant
0 Kudos

HI Asif,

Yes, I have already used that but for the freeform text i was referring to is different.

It comes when there is an attachment to the message.it comes after the tag <Attachment><description>  !!!  There is no Module configuration for this hence  I have handled this in Adapter module!!!!!!

Answers (0)