Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2017-02-13 08:45 AM
Hi all,
I wantted to set cross reference field with custom object?
Is it possible to do it
Regards
2020-06-26 02:34 PM
Ah, there's an issue with closing parenthesis and single-quotes,
$('input[name*="SelectedValues23934"]').val();
That's on me not checking when I posted above
Advisory Consultant
2020-06-26 02:41 PM
thanks it is working
2024-06-10 05:25 PM
Hi David, the script is working but I'm running into an error in loop "SyntaxError: Identifier 'windowFields' has already been declared". I've tried adding " if (typeof windowFields === 'undefined') { var windowFields = {}; }" but that didn't work. Do you have any suggestions to fix the issue? Thanks.
2024-06-11 09:12 AM
@JieunChoi try removing this line at the top
<script src="./shared/scripts/controls/ReferenceField.js"></script>
Advisory Consultant