Hi, I have a requirement for a User to be able to open any record on Table A and be able to see (and filter/search) a list of ALL records on Table B. There is no relationship between the 2 tables. Table B is being used as a manual lookup. I canno...
I just created some sys_choice entries for the boolean field I wanted. I set the value to 1 and 0, and the label to Yes and No respectively. Worked fine. It doesn't affect anything having the extra sys_choice entries there. You can even make them...
Hi Carlos,I have the web service call working, and I'm now pulling device data from AirWatch into ServiceNow. But I've noticed that it's only retrieving 500 devices (out of about 1,800). Did you encounter this? Do you know how to increase (or rem...
Hi Carlos,Thanks a lot for this info! Where do I get the tenant code from? I've been wandering around the console for a while and can't find it anywhere.Regards,GeoffreyEDIT: I figured it out. It's the API Key, at Settings > System > Advanced > API...
This bit is incorrect: var requestSysId = 'REQ0076278';// current.number.getDisplayValue();You need to assign a sys_id to a reference field, but you're passing it a number. Or you can use .setDisplayValue(number) to set it using the number.To copy th...