jochen-z
12/7/2017 - 3:14 PM

Instant Row Deletion

-- DA: Selection Type JS Expression -- Expression: document

Link Text:

javascript:DelRecord(#ID#);

function DelRecord (p_val) {
 apex.item( "P430_DEL_ID" ).setValue(p_val);
 // run DA
 apex.event.trigger(document,'del_record');
}