Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens the RetailRichText form for the supplied attribute value.
Syntax
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
Called
Parameters
- _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