select , find Colum from table

PHOTO EMBED

Tue Jun 21 2022 06:25:29 GMT+0000 (Coordinated Universal Time)

Saved by @firasmf #dynamicsax2012

    
    PurchTable         purchTable;
    ;
    select DocumentState from purchTable where purchTable.PurchId == this.PurchId;    
    return purchTable.DocumentState;
    

    //////////////////////////////////////////////////////////////////////
    
    return  PurchTable::find(this.PurchId, false).DocumentState;
content_copyCOPY