There are two ways to find a table field's label value:
If fields label value derived from directly fields extended data type:
if (curext()=="krc" && this.RBOInventItemGroupId == "")
ret = checkfailed(strfmt("'%1' field cannot be empty!..",
new SysDictType(extendedTypeNum(RBORetailGroupId)).label()));
If there is a special label value dedicated at table level:
if (curext()=="krc" && this.RBOInventItemGroupId == "")
ret = checkfailed(strfmt("'%1' field cannot be empty!..",
new SysDictField(tablenum(WholeSalesCampaignGroup),
fieldnum(WholeSalesCampaignGroup,RBOInventItemGroupId)).label()));
get etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
get etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
2 Mart 2016 Çarşamba
8 Şubat 2013 Cuma
AXAPTA - Get default printer name
printJobSettings p = new PrintJobSettings();
;
info(p.printerPrinterName());
;
info(p.printerPrinterName());
30 Kasım 2011 Çarşamba
AXAPTA get unit id for an item
Unit id for items aren't saving item table. There is a table named InventTableModule for unit id:
Second parameter is which module you looking for.
MyTable.UnitID = InventTableModule::find(Sobj.ItemId,ModuleInventPurchSales::Invent).UnitId;
Second parameter is which module you looking for.
Kaydol:
Kayıtlar (Atom)