RetailConnSeedDataGenerator.addToPOSIsFormLayout Method [AX 2012]

Syntax

private void addToPOSIsFormLayout(
    RetailFormLayoutId _id, 
    str _title, 
    str _description, 
    int _upperCase, 
    str _headerNode, 
    str _linesNode, 
    str _footerNode, 
    int _printAsSlip, 
    int _useWindowsPrinter, 
    int _promptQuestion, 
    int _printBehaviour, 
    RetailReceipt _layoutType)

Run On

Server

Parameters

  • _title
    Type: str
  • _description
    Type: str
  • _upperCase
    Type: int
  • _headerNode
    Type: str
  • _linesNode
    Type: str
  • _footerNode
    Type: str
  • _printAsSlip
    Type: int
  • _useWindowsPrinter
    Type: int
  • _promptQuestion
    Type: int
  • _printBehaviour
    Type: int

See Also

Reference

RetailConnSeedDataGenerator Class