Can someone please guide me on how to add the PO Memo to Receipt Entry screen. Wanting to carry any notes on memo from PO Entry to Receipt Entry so that the receiver knows what or where the items go. All help would be much appreciated, i am able to add a PO Memo Tab on Summary page on bottom but am missing the other half of carrying the memo over.
Add a Foreign Key View for the POHeader
Brian,
Thanks for the information, i will give that a try. Is there any other linking that needs to happen? And your screenshot is that what i should mimic or different values?
When I first read your post, I was thinking Comment, not Memo. If you create the FKV shown, the POHeader.Comment field will be available in the view. Not sure if a FKV to the memo table can be created.
Ahh, okay no worries but thank you for your help.
I agree with Brian a FKV to Memo won’t be available since it uses the Table/Key1/Key2/Key3/etc type of relationship.
Instead you could add an embedded Dashboard.
In the BAQ be sure to include the PO Detail table and the PO Number & Line from that table.
Then create your Dashboard and add a Primary Dashboard Browse Filter.
Then Add the Dashboard via a Customization to the Receipt Entry screen.
Subscribe to the RcvDtl.PONum & POLine fields.
Then on that sheet, once part of the receipt line has been entered the dashboard should show that data.
Another way is to use a BPM Message that would pop up the Memo contents when the PONum & Line are entered.
-Rick
I think a BAQDataView subscribed to the RcvHead.PONum would do the trick.
Thanks guys i ended up just doing the BAQ dataView and it pulled it in with customization.