Share via


RetailCDXSeedData::addNonFunctionalSubjob Method [AX 2012]

Adds non-functional subjobs to support previous version.

Syntax

client server public static void addNonFunctionalSubjob(
    str _axTableName, 
    container _axFieldNames, 
    RefRecId _channelSchemaRecId, 
   [container _jobIdContainer])

Run On

Called

Parameters

  • _axTableName
    Type: str
    Ax Table name.
  • _axFieldNames
    Type: container
    Ax field name.
  • _jobIdContainer
    Type: container
    Jobs for which this table contains related information

See Also

Reference

RetailCDXSeedData Class