/// <summary>
/// <MAI 09282022>
/// FDD details
/// </MAI>
/// </summary>
[ExtensionOf(tablestr(PurchLine))]
public final class PurchLine_XXYYX_Extension
{
public display NoYes isXYZ()
{
return InventTable::find(this.ItemId).XYZ;
}
}
NOTE: In the coming days extensions will be recessive, so avoid static the display method.