PCAdaptorVisitorRouteGeneration.generateRouteForComponent Method [AX 2012]

Generates the route for a component.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void generateRouteForComponent(PCGenerateComponentInstanceInfo _generateComponentInstanceInfo)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void generateRouteForComponent(PCGenerateComponentInstanceInfo _generateComponentInstanceInfo)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public RouteTable generateRouteForComponent(PCGenerateComponentInstanceInfo _generateComponentInstanceInfo)

  Microsoft Dynamics AX 2012 (FPK)
          public RouteTable generateRouteForComponent(PCGenerateComponentInstanceInfo _generateComponentInstanceInfo)

  Microsoft Dynamics AX 2012 (SYS)
          public RouteTable generateRouteForComponent(PCGenerateComponentInstanceInfo _generateComponentInstanceInfo)

Run On

Server

Parameters

_generateComponentInstanceInfo
Type: PCGenerateComponentInstanceInfo Class
An instance of the PCGenerateComponentInstanceInfo class.

Community Additions

ADD
Show: