Hi there,I'm quite new to ArcGIS and I'm including the javascript API within a .net application. My question is, inside the popuptemplate - can you add a URL?For example - somthing like this:fieldInfos: [{
                  fieldName: "Name",
     label: 'Name:',
     visible: true,
     url: "url here"   }
Any help would be greatly appreciated 🙂