AX – D365FO – GET NAME OF A SPECIFIC VENDOR from a given vendAccount #D365FO Posted on 4 May 2022 by Marco Saad public display Name VendorName() { Name ret; ret = VendTable::find("01052").name(); return ret; } Share this:LinkedInFacebookTwitterLike this:Like Loading... Published by Marco Saad View all posts by Marco Saad