Defining source for customer logos

  1. From the top of the menu, select Administration > Users.
  2. In the list of users, locate a user with known access to Infor Document Management (IDM).
    This value serves as the service user. You will need the value from the ID field in the last step.
  3. From the top of the menu, select Administration > Content connectors
  4. Click Add from the toolbar.
  5. Specify CustomerImage as the Name and select IDMICPDownloadLinkConnector as Type.
  6. Specify values for the different parameters:
    1. xquery_template: /CustomerImage[@Company = "${CONO}" AND @CustomerNumber = "${CUNO}"]
    2. description_template: ${CUNO} - ${CUNM}

      Value from M3 and these attributes from IDM are available:

      • createdBy
      • createdByName
      • createdTimestamp
      • lastChangedBy
      • lastChangedByName
      • lastChangedTimestamp
      • checkedOutBy
      • checkedOutByName
      • checkedOutTimestamp
      • fileName
      • size
      • displayName - Display name set on document type in IDM
      • pid
      • id
      • version
      • representsItem
    3. preview_resource_type: Thumbnail
    4. serviceuser_for_external: <use the ID for service user from step 2>