Skip to main content
Solved

Transfer document from purchase order to customer order

  • March 25, 2024
  • 7 replies
  • 143 views

Forum|alt.badge.img+10

Dear all, 

 

I’d like to know if it is possible to transfer a document attached :

  • in PurchaseOrder entity to customer order entity 
  • to purchase order line entity to customerOrderLine entity

I know I can use “Object Connection Transformations” but I don’t know the transformation method to use for both cases. (I guess I might use two transformation methods for both case, one for purchase order to Incoming Customer Order and one from Incoming Customer Order to Customer Order // one for purchase order line to Incoming Customer Order line and one from Incoming Customer Order line to Customer Order line) 

 

Best regards, 

 

Laura

Best answer by AkilaR

Hi @BeaLauraA,

It should be the Target LU key, not the Source LU Key. So, the transformation Method should be ORDER_NO=INTERNAL_PO_NO.

 

Regards,

Akila

7 replies

AkilaR
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • March 25, 2024

Hi @BeaLauraA,

I believe you should be able to use CUSTOMER_PO_NO or INTERNAL_PO_NO as the target LU key since this is getting updated with the connected internal PO no in the Inter-site Process.

Regards,

Akila


Forum|alt.badge.img+10
  • Author
  • Sidekick (Partner)
  • March 26, 2024

Hi @AkilaR

I’ve tried but it does not work, do you know if I am missing any parameter?

 

Laura


AkilaR
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • March 26, 2024

Hi @BeaLauraA,

Have you tried INTERNAL_PO_NO as the target LU key as well? I think you could directly link Customer Order also with this setup. I have tried this and worked for me.

On an Additional note, Transformation will only show documents that are attached to the Source LU. If the PO attachments are transformed from a different source those will not transformed to a third LU. (Customer Order or Incoming Customer Order)

Regards,

Akila


Forum|alt.badge.img+10
  • Author
  • Sidekick (Partner)
  • March 26, 2024

Dear @AkilaR , 

 

I’ve tried this way and it does not work… 

For  INTERNAL_PO_NO I get this message error : 

 

Laura


AkilaR
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • Answer
  • March 26, 2024

Hi @BeaLauraA,

It should be the Target LU key, not the Source LU Key. So, the transformation Method should be ORDER_NO=INTERNAL_PO_NO.

 

Regards,

Akila


Forum|alt.badge.img+10
  • Author
  • Sidekick (Partner)
  • March 26, 2024

Hi @AkilaR , 

 

Thank you so much, it works !!

 

Laura 


AkilaR
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • March 26, 2024

Hi @BeaLauraA ,

Glad to hear the good news.

Regards,

Akila