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

Server

Parameters

_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.

If a record exists, it will be updated. If no record exists, it will be created. Either way, the text is persisted.

Show: