Montree (KM X TEN)
แบ่งปันประสบการณ์ด้าน Infor SyteLine & Infor WMS & Infor OS | Data Lake
Wednesday, July 1, 2026
Friday, November 7, 2025
Infor SyteLine (CSI) customize Custom Assembly
if you are looking for script to test run Infor CSI Custom Assembly you can use below code.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Mongoose.IDO;
using Mongoose.IDO.Protocol;
using System.Globalization;
namespace CODE
{
[IDOExtensionClass("CODE_People")]
class CODE_People : ExtensionClassBase
{
[IDOMethod(MethodFlags.None, "Infobar")]
public int GetAge(DateTime reference, DateTime birthday, ref int age, ref string Infobar)
{
age = reference.Year - birthday.Year;
if (reference < birthday.AddYears(age))
age--;
Infobar = "คำนวณสำเร็จ";
return 0;
}
}
}
Wednesday, November 5, 2025
Infor CSI: Infor Cloud Printing with Infor Document Management
if you found error same like me . you have to go to SyteLine -> Group-> assign permission.
ping me i you need any help. by KM X TEN.
***** Error [11/6/2025 1:22:38 AM] *****
Report [ue_KM_JobJumboTagViewer] could not be saved to print server [MG_IDM_PRINT_SERVER], Error: Invalid logical folder or missing required access permission for user [dev.5@kmmt.co.th] and logical folder [MONGOOSE_ENTERPRISEPRINT]
Sunday, October 26, 2025
ตัวอย่างเอกสาร ยืนยัน เสียอากร เพื่อให้สัญญาสมบูรณ์ทางกฏหมาย
ผมแนบไว้ให้จะได้เตรียมเงินกันได้ถูก และ จะได้ไม่เสียเวลา ก่อนจะมาถึงขึ้นนี้ได้เราต้องเตรียมเอกสารสัญญา และ ทั้งผู้จ้างและผู้ว่าจ้างจะต้องลงนามในสัญญาให้เรียบร้อย ข้อควรคำนึงให้ดีคือ วันที่สัญญาจะต้องไม่ย้อนหลังเกิน 15 วันไม่งั้นจะโดยเบี้ยปรับ
Thursday, October 2, 2025
Infor CSI Custom Assembly - IDO Extension Class with a Custom As...
Tuesday, September 30, 2025
-
https://stackoverflow.com/questions/39153581/how-do-you-change-session-timeout-in-iis-8-5
-
วิธี การ Maintenance SQL Server 2005 | Maintenance SQL Server 2008 | SQL 2005 Express | Sql management Studio How to SQL Server Maintenance...
-
รวมคำศัพท์ที่สนใจ ERP & Programmer ที่จะต้องเขียนโปรแกรมที่โรงงาน ที่จำเป็นต้องรู้เพราะไม่งั้นเวลาได้ Requirement มาแล้วเราจะไม่เข้าใจ แ...