linkAttachment
Parameters
Example Usages
// This links attachment 1 to record ID 4711 of the customerOrder.
app.linkAttachment(1, "customerOrder", 4711);// This links attachment 1 to record ID 4711 of the customerOrder,
// and additionally sets the attachment's documentTypeId to 5.
app.linkAttachment(1, "customerOrder", 4711, 5);Return Values
Last updated