RetailAttributeHelper::editHtmlAttributeValue Method [AX 2012]

Opens the RetailRichText form for the supplied attribute value.

client server public static void editHtmlAttributeValue(
    FormRun _caller, 
    EcoResTextValue _textValue, 
   [FormControl _callerFormControl])

Run On

Called

Parameters

_caller
Type: FormRun Class
The calling form.
_textValue
Type: EcoResTextValue Table
The attribute to open the form for.
_callerFormControl
Type: FormControl Class
Optional. The control whose datasource to refresh upon updates to the attribute value.
Show: