Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
Aggiungere come metodo il display del campo
public display ReqGroupId reqGroupId()
{
return InventTable::find(this.ItemId).ReqGroupId;
}
PALEBI_ServiceOperation so;
ttsBegin;
while select forupdate so
where so.PALEBI_ServiceOperationId == 'SO26-00169'
{
so.ApprovedBy = 'asa';
so.update();
}
ttsCommit;