Skip to main content
Solved

I want to customize release Purchase Receipt

  • September 24, 2023
  • 1 reply
  • 54 views

Forum|alt.badge.img

By passing some field from purchase receipt screen to receipt screen like below when release action in purchase receipt

 

Best answer by Kyle Vanderstoep

What I have found is the best method for doing this is actually adding a row inserted/updated event inside of the Posting Graph (INReceiptEntry in this case) that links back to the originating document (PO Receipt)

Here is the following pseudocode:

So inside the INReceiptEntry graph

INTran Row Inserted / Updated

If POReceiptType, POReceiptNbr have a value

Get the Receipt header from those values

Get the current INReceipt header for this INTran

Get the extensions for both and copy the values between the two.

 

 

 

View original
Did this topic help you find an answer to your question?

1 reply

Kyle Vanderstoep
Jr Varsity III
Forum|alt.badge.img+1

What I have found is the best method for doing this is actually adding a row inserted/updated event inside of the Posting Graph (INReceiptEntry in this case) that links back to the originating document (PO Receipt)

Here is the following pseudocode:

So inside the INReceiptEntry graph

INTran Row Inserted / Updated

If POReceiptType, POReceiptNbr have a value

Get the Receipt header from those values

Get the current INReceipt header for this INTran

Get the extensions for both and copy the values between the two.

 

 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings