Announcements
No record found.
class DT_SalesTableForm_CreateRetailCustomer_DK extends RunBase { DialogField name,email,phone; DirPartyName partyName; Email custEmail; Phone custPhone; public container pack() { return conNull(); } public boolean unpack(container _packedClass) { return true; } Object Dialog() { Dialog dialog; dialog = super(); // Set a title fordialog dialog.caption('Create Customer'); // Add a new field to Dialog name = dialog.addField(extendedtypestr(DirPartyName),"Customer Name"); email = dialog.addField(extendedtypestr(Email),"Customer Email"); phone = dialog.addField(extendedtypestr(Phone),"Customer Phone"); return dialog; } public boolean getFromDialog() { //Retrieve values from Dialog partyName = name.value(); custEmail = email.value(); custPhone = phone.value(); return super(); } public void run() { Dialog dialog; //Set Dialog field value to find CustTable if (dialog.closedOk()) { //createRetailCustomer.getcustomer(); } } public static void main(Args _args) { DT_SalesTableForm_CreateRetailCustomer_DK createRetailCustomer = new DT_SalesTableForm_CreateRetailCustomer_DK(); if(createRetailCustomer.prompt()) { createRetailCustomer.run(); } } }
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!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 660
André Arnaud de Cal... 654 Super User 2026 Season 1
Subra 489