hI Team,
[FormDataFieldEventHandler(formDataFieldStr(PurchTable, PurchLine, ItemId), FormDataFieldEventType::Modified)]
public static void ItemId_OnModified(FormDataObject sender, FormDataFieldEventArgs e)
{
PurchLine purchLine = sender.datasource().cursor();
}
But when I create a new line and enter Item Id, then won't get the Recid from Purch Line.
Kindly let me know if anything missing?
Pls give me more shed on this.
thanks!