Forum Discussion
QBDevelopment
8 years agoQrew Cadet
I did this by converting the original User-List field to a list of user emails, converting that list of user emails to a text, and importing the text list of emails into the target User-List field in my child record. Formula here:
URLRoot() & "db/" & & "?a=API_GenAddRecordForm&_fid_[TARGET FIELD ID HERE]=" &ToText([Assign To User Emails])& "&_fid_6=" & URLEncode ([Job #])& "&z=" & Rurl()
URLRoot() & "db/" &