RetailConnSeedDataGenerator.addToPOSIsButtonGridButtons Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
private void addToPOSIsButtonGridButtons(
int _id,
int _col,
int _colSpan,
int _rowNumber,
int _rowSpan,
int _action,
str _actionProperty,
int _pictureId,
str _displayText,
int _fontSize,
str _buttonGridId,
int _colour,
int _fontStyle,
int _imageAlignment,
int _backColor,
int _backColor2,
int _borderColor,
int _fontColor,
int _gradientMode,
int _newImageAlignment,
int _newTextAlignment,
int _useCustomLookAndFeel)
Microsoft Dynamics AX 2012 R2 (SYS)
private void addToPOSIsButtonGridButtons(
int _id,
int _col,
int _colSpan,
int _rowNumber,
int _rowSpan,
int _action,
str _actionProperty,
int _pictureId,
str _displayText,
int _fontSize,
str _buttonGridId,
int _colour,
int _fontStyle,
int _imageAlignment,
int _backColor,
int _backColor2,
int _borderColor,
int _fontColor,
int _gradientMode,
int _newImageAlignment,
int _newTextAlignment,
int _useCustomLookAndFeel)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void addToPOSIsButtonGridButtons(
int _id,
int _col,
int _colSpan,
int _rowNumber,
int _rowSpan,
int _action,
str _actionProperty,
int _pictureId,
str _displayText,
int _fontSize,
str _buttonGridId,
int _colour,
int _fontStyle,
int _imageAlignment)
Run On
ServerParameters
- _id
- Type: int
- _col
- Type: int
- _colSpan
- Type: int
- _rowNumber
- Type: int
- _rowSpan
- Type: int
- _action
- Type: int
- _actionProperty
- Type: str
- _pictureId
- Type: int
- _displayText
- Type: str
- _fontSize
- Type: int
- _buttonGridId
- Type: str
- _colour
- Type: int
- _fontStyle
- Type: int
- _imageAlignment
- Type: int
- _backColor
- Type: int
- _backColor2
- Type: int
- _borderColor
- Type: int
- _fontColor
- Type: int
- _gradientMode
- Type: int
- _newImageAlignment
- Type: int
- _newTextAlignment
- Type: int
- _useCustomLookAndFeel
- Type: int
Community Additions
ADD
Show:
Note