Code Monkey home page Code Monkey logo

Comments (2)

natalie-pienkowska avatar natalie-pienkowska commented on July 16, 2024

Hi @hajekj do you mind providing more context on what you're trying to do here? We don't use xml files.

from powerplatformconnectors.

MandarbZA avatar MandarbZA commented on July 16, 2024

Hi
I can confirm this happens. We have a connector that we built to talk to the Microsoft Graph API for Teams and AAD Groups.
In our Dev environment it looks like this:
image

The connector is exported from Dataverse in a managed or unmanaged solution zip file. The file contains these files:

  • [Content_Types].xml
  • customizations.xml
  • solution.xml

And a folder Connector that has the actual connector files:

  • tpg_5Ftpg-20teams-20connector_connectionparameters.json
  • tpg_5Ftpg-20teams-20connector_iconblob.Png
  • tpg_5Ftpg-20teams-20connector_openapidefinition.json
  • tpg_5Ftpg-20teams-20connector_policytemplateinstances.json

The only reference to the Png file is in the customizations.xml file, in the iconblob node. This looks the same as what @hajekj gave, except I inserted the entire file:


<ImportExportXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Entities></Entities>
  <Roles></Roles>
  <Workflows></Workflows>
  <FieldSecurityProfiles></FieldSecurityProfiles>
  <Templates />
  <EntityMaps />
  <EntityRelationships />
  <OrganizationSettings />
  <optionsets />
  <CustomControls />
  <EntityDataProviders />
  <Connectors>
    <Connector>
      <connectorid>76434d40-ff76-4b61-9407-d59b618f6cd7</connectorid>
      <description>TPG Microsoft Teams custom connector that allows creating and managing Microsoft Teams.</description>
      <displayname>TPG Teams Connector</displayname>
      <iconbrandcolor>#be0b1d</iconbrandcolor>
      <name>tpg_5Ftpg-20teams-20connector</name>
      <connectortype>1</connectortype>
      <openapidefinition>/Connector/tpg_5Ftpg-20teams-20connector_openapidefinition.json</openapidefinition>
      <connectionparameters>/Connector/tpg_5Ftpg-20teams-20connector_connectionparameters.json</connectionparameters>
      <policytemplateinstances>/Connector/tpg_5Ftpg-20teams-20connector_policytemplateinstances.json</policytemplateinstances>
      <iconblob>/Connector/tpg_5Ftpg-20teams-20connector_iconblob.Png</iconblob>
    </Connector>
  </Connectors>
  <Languages>
    <Language>1033</Language>
    <Language>1036</Language>
    <Language>1031</Language>
  </Languages>
</ImportExportXml>

When the solution is imported into a different environment, the icon doesn't show in the environment:
image

This issue was the only search result I could find that referenced that node apart from the certification topic, and the Dataverse documentation about the Connector table.

from powerplatformconnectors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.