368d6fafea
Code backup
20 lines
364 B
Plaintext
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; |