Issue
Code backup
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user