PrintMgmtSetupSettings::updateIdTextForUserOnServer Method [AX 2012]
Persists identification text for the current user by running on the server tier.
server private static void updateIdTextForUserOnServer(
RefRecId _parentRecId,
LanguageId _langId,
str _userText)
Run On
ServerParameters
- _parentRecId
- Type: RefRecId Extended Data Type
The record ID of the associated settings.
- _langId
- Type: LanguageId Extended Data Type
The language ID of the text.
- _userText
- Type: str
The text to update.
Show: