Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

custom object for cross reference field

ilhankurt
Contributor III

Hi all,

I wantted to set cross reference field with custom object?

Is it possible to do it

 

Regards

33 REPLIES 33

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

thanks it is working

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.

@JieunChoi try removing this line at the top 

<script src="./shared/scripts/controls/ReferenceField.js"></script>

 Advisory Consultant