-Add Procurement Category Column in On-hand Inventory Screen Get link Facebook X Pinterest Email Other Apps December 31, 2025 we have tow options: 1- as display method2- add new field to inventtable and update it in init() method of form before super() Get link Facebook X Pinterest Email Other Apps Comments
update or create finical dimension on purchline October 07, 2025 [ExtensionOf(tableStr(PurchLine))] final class BI_PurchLine_Extension { public void insert( boolean dropInvent , boolean findMarkup , boolean updatePurchTableDistributions , boolean _skipPurchTableUpdate , boolean _skipInterCompanyCalcDisc ) { SalesLine salesLine; DimensionAttributeValueSetStorage dimStorage,dimStorage_Purch; DimensionAttributeValueSetStorage dimStorage_Update; DimensionAttribute dimAttr; ... Read more
import MT_940 file create new bank statement October 19, 2025 internal final class BankstatmentRunnableClass { // Define constants for tag names #define.Tag20(":20:") #define.Tag25(":25:") #define.Tag28C(":28C:") #define.Tag60F(":60F:") #define.Tag60M(":60M:") #define.Tag61(":61:") #define.Tag62F(":62F:") #define.Tag62M(":62M:") #define.Tag64(":64:") #define.Tag65(":65:") #define.Tag86(":86:") private static utcdatetime ExtractDateline( str dateStr) { utcdatetime statementdate; // Extract date int year = 2000 + str2Int(subStr(dateStr, 1, 2)); // 24 → 2024 int month = str2Int(subStr(dateStr, 3, 2)); // 12 int day = str2I... Read more
Comments
Post a Comment