Output attribute definition Maps to sys_one_extend_definition_attribute with type='output'
IMPORTANT: When using dataType: 'glide_record', tableName is REQUIRED.
dataType: 'glide_record'
tableName
Optional
Table name for glide_record type (REQUIRED when using glide_record dataType)
// Correct usage with glide_record:{ $id: Now.ID['my_skill_related_record_output'], name: 'Related Record', dataType: 'glide_record', tableName: 'incident'} Copy
// Correct usage with glide_record:{ $id: Now.ID['my_skill_related_record_output'], name: 'Related Record', dataType: 'glide_record', tableName: 'incident'}
Output attribute definition Maps to sys_one_extend_definition_attribute with type='output'
IMPORTANT: When using
dataType: 'glide_record',tableNameis REQUIRED.