Question

Connectivity Outbox Column C91

  • 18 May 2021
  • 8 replies
  • 273 views

Userlevel 7
Badge +11

I'm handling a case for a customer regarding the window 'Connectivity Outbox' in Apps 08

  1. Load a Shipment from the 'Shipment' Window.
  2. RMB and 'send dispatch advice'
  3. Open the latest message from 'Connectivity Outbox'
  4. Get Lines in the bottom from the 'Grid'

There are numerous columns named C00, C01,… C99, N00,….N99, D00… etc.

 

My question is that, how do I get some information regarding these columns? 

What are they, how the information is fetched? What information is shown by each column? I'm interested in column C91 to be precise.

 

PS: The Page Help was not clear about this.


This topic has been closed for comments

8 replies

Userlevel 5
Badge +9

please refer About EDI/MHS Messages document.

Link: http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/default.htm?openpage=http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/Enterp/frmCustomerInfo.htm

C91 - FAX-NO - Consignor/Shipper Fax

Userlevel 3
Badge +7

Hi Charana,

Please refer to the DESADV message class in About EDI/MHS Messages Online Documentation: 
http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/General/aboutedimessages.htm

It explains each field for outgoing and incoming messages for each type of row, for example C91 in MESSAGE_LINE row refers to FAX_NO (Consignor/Shipper Fax). Its size is 200 and it is non-mandatory. The value is fetched from the Company’s Comm. Method for FAX.

Cheers,
Linda

Userlevel 5
Badge +7

Hi,

Go to below link 
1.  http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/default.htm?openpage=http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/Enterp/frmCustomerInfo.htm
 

  1. Click on link to ‘Message setup’
  2. Click on link to ‘About EDI messages’
  3. Click on link to ‘DESADV’
Userlevel 7
Badge +11


Hi Piyal,

Many thanks for your answer. Actualy my issue is in Apps8. The link you’ve provided is for Apps10. And the one described here as C91 (Fax-No) doesn’t match the data. I’ve checked the Apps8 counterpart of the documentation. Which only has information until C89.

Userlevel 7
Badge +11

Hi Charana,

Please refer to the DESADV message class in About EDI/MHS Messages Online Documentation: 
http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/General/aboutedimessages.htm

It explains each field for outgoing and incoming messages for each type of row, for example C91 in MESSAGE_LINE row refers to FAX_NO (Consignor/Shipper Fax). Its size is 200 and it is non-mandatory. The value is fetched from the Company’s Comm. Method for FAX.

Cheers,
Linda


Hi Linda,

Thank you for your reply. As I’ve pointed out in the previous reply, the issue I’ve encountered is in Apps8 and the fields don’t really match up. The one I’m investigating has a country name as the data for column C91.

Userlevel 7
Badge +11

Hi,

Go to below link 
1.  http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/default.htm?openpage=http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/Enterp/frmCustomerInfo.htm
 

  1. Click on link to ‘Message setup’
  2. Click on link to ‘About EDI messages’
  3. Click on link to ‘DESADV’


Hi Malsha,

Thank you so much for your reply. My issue is in Apps8 and the data doesn’t match the one provided in the documentation.

Userlevel 3
Badge +7

Hi Charana,

Please refer to the DESADV message class in About EDI/MHS Messages Online Documentation: 
http://docweb.corpnet.ifsworld.com/ifsdoc/Apps10/Documentation/en/General/aboutedimessages.htm

It explains each field for outgoing and incoming messages for each type of row, for example C91 in MESSAGE_LINE row refers to FAX_NO (Consignor/Shipper Fax). Its size is 200 and it is non-mandatory. The value is fetched from the Company’s Comm. Method for FAX.

Cheers,
Linda


Hi Linda,

Thank you for your reply. As I’ve pointed out in the previous reply, the issue I’ve encountered is in Apps8 and the fields don’t really match up. The one I’m investigating has a country name as the data for column C91.

Hi Charana,
This field does not seem to be in use for Core App 8. If you get any values here, perhaps a customization or extension is in place? The mapping probably should be further investigated (technically) via case.

Userlevel 6
Badge +12

Hi @Charana Udugama 

 

As Linda mentioned, it must be a customization. You can check the method Purchase_Order_Transfer_API.Receive_Dispatch_Advice(). The mapping must be defined there.

 

Additional Info:

The method which executes for a specific Message Class can be found here.