Create new colum and recieve data from field other page.

Hello,

I’m trying to create an new column in Purchase Order List (9307)
The new column must be called search name.
On page ID 26 there is an field called Search Name, is it possible
to get the data from this table and show it for each row?

I’ve tried to copy the row and paste it on the ID 9307,
but i get an Global C/AL Variable error.k

Hope you can help me :slight_smile:

Sorry for bad english!

I don’t understand why you want Vendor Search Name in Purchase Order List?

IF you still want to bring it there are two ways -

  1. Either To have a flow field in purchase header table will get the search name based on Vendor Selected in Purchase Order.
  2. Or Create a Field in Purchase header and pass value from Vendor to This new field when vendor is selected in Purchase Document.

Thank you! Flowfield was the answer!