Hi Mohammed, Are you customizing MPOS or ePOS? In case of MPOS you should use ExtensionProperties of data entity (Microsoft samples are good to have a look). In case of EPOS you can store new fields in PartnerData property of Transaction, while transaction object is in POS memory + save new fields to database in method SaveTransaction of class TransactionTriggers (in TransactionTriggers project from SDK). A bit more about PartnerData is here: blogs.msdn.microsoft.com/.../ax-for-retail-2012-r2-working-with-custom-fields-for-receipts Regards, Oksana
↧