RetailAttributeHelper::editMediaAttributeValue Method [AX 2012]
Opens the RetailRichText form for the supplied attribute value.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
client server public static void editMediaAttributeValue(
FormRun _caller,
EcoResTextValue _textValue,
RetailRichMediaType _mediaType,
[Map _urlTemplateMap])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void editMediaAttributeValue(
FormRun _caller,
EcoResTextValue _textValue,
RetailRichMediaType _mediaType)
Run On
CalledParameters
- _caller
- Type: FormRun Class
The calling form.
- _textValue
- Type: EcoResTextValue Table
The attribute to open the form for.
- _mediaType
- Type: RetailRichMediaType Enumeration
The rich media type of the supplied attribute.
- _urlTemplateMap
- Type: Map Class
Show:
Note