I want to create a new record using a workflow
Using a workflow, I want to create a new record on a table. However, this is creating multiple records. In addition,I would also like to create a new record related record in the related table of proc_po_item.var gr = new GlideRecord('proc_po');gr.qu...
