Hello.
We created a new CF (persistant type) on :
LU = PurchaseOrderLine
View = PURCHASE_ORDER_LINE_ALL
URL = ifsapf:tbwPurchaseOrderLine_Ext
And now, we would like to make this same CF visible on :
LU = PurchaseOrderLinePart
View = PURCHASE_ORDER_LINE_PART
URL = ifsapf:frmPurchaseOrder_Ext
and on
LU = PurchaseOrderLineNopart
View = PURCHASE_ORDER_LINE_NOPART
URL = ifsapf:frmPurchaseOrder_Ext
Is there a way to share this same CF among these screens? or do we have to create new CF and make events to “share” the datum?