Announcements
No record found.
xmlport 90000 "TEST EXPORT UTF" { Format = Xml; Caption = 'TEST EXPORT UTF'; Direction = Export; UseRequestPage = false; schema { textelement(RootNodeName) { tableelement(Item; Item) { fieldelement(No; Item."No.") .... }
pageextension 90016 "test export" extends "Item List" { actions { addafter(History) { action(ExportItems) { Caption = 'Export Items'; Promoted = true; PromotedCategory = Process; Image = Export; ApplicationArea = All; trigger OnAction() begin testxml.TextEncoding(TextEncoding::UTF8); testxml.Run(); end; } } } var testxml: XmlPort 90000; }
TextEncoding = UTF8;
xmlport 90000 "TEST EXPORT UTF" { Format = Xml;
currXMLport.TextEncoding(TextEncoding::UTF8);
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 1,986 Super User 2026 Season 1
YUN ZHU 1,071 Super User 2026 Season 1
Dhiren Nagar 975 Super User 2026 Season 1