1. 程式人生 > >Code snippet

Code snippet

code

  • Fire the notification event
  • gs.eventQueue("event_name", current, null, null);

    1. Copy attachments from one table to another

    new GlideSysAttachment.copy("source_table_name", source_record_sys_id, "target_table_name", target_record_sys_id);

    Code snippet