Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

????This description is based on development with Visual Studio as tool which is also what we recommend?????

Anchor
_Toc98833917
_Toc98833917
Visual Studio Extension

...

  1. Now try and drag and drop “DistributionObjectName” into the map canvas and drag a connection from it to a target element.

  2. Right click your project of type “Integration Account” and choose Build/Rebuild.

  3. Go to the bin/Debug folder and verify that an XSLT file has been created. Try opening the file in e.g., Notepad++

  4. The XSLT file contains code that is inserted by the custom functoid. That code will be executed in a runtime scenario, where data from Link will be retrieved and inserted as part of the actual data transformation.

<xsl:variablename="var:v1"select="ScriptNS0:GetDocumentDistributionObjectName()" />

...

Assert.AreEqual(xmlOutput.SelectSingleNode("//SomeXpath/someElement").InnerText, "Testing123");