Files
VSC/_NuGet/X++/tablesTrick.xpo
T
claudio 368d6fafea Issue
Code backup
2026-05-10 16:59:01 +02:00

20 lines
364 B
Plaintext

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;