Copy master & detail records (which includes a default value)
I have set up a scenario where I have a master "Project" record with multiple "Task" records as children. We are using the "Copy master & detail records" button to create a copy of both parent and children records:
"javascript:void(copyMasterDetailButtonHandler('&relfids=114&recurse=false©Fid=6&destrid=0&sourcerid=" & [Record ID#] & "', 'btcc8tmst'))"
In the Task/child record, there is a required user field called "Requested by" in which the person who creates the record becomes the default value. However, when using the Copy button to create new task records, this field remains blank. Noting that this field in blank in the original task records being copied.
Why doesn't this field get updated with name of the user who creates the tasks via the button?