Issue
Code backup
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// Override Method - modified - Grid Item
|
||||
// Permette di avere un campo selezionato allinterno di più righe e aggiornare la griglia visualizzata quando viene cliccato il campo desiderato.
|
||||
public boolean modified()
|
||||
{
|
||||
boolean ret;
|
||||
TestCheck tchk;
|
||||
ret = super();
|
||||
|
||||
if(TestCheck_NoYesBlank.value() == NoYes::Yes)
|
||||
{
|
||||
update_recordset tchk
|
||||
setting NoYesBlank = NoYes::No where tchk.NoYesBlank == noyes::Yes;
|
||||
TestCheck_ds.research();
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
@@ -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