PrintMgmtSetupSettings::readIdTextForUserOnServer Method [AX 2012]

Loads the identification text for the current user based on language ID by running on the server tier.

server protected static PrintMgmtIdentificationTxt readIdTextForUserOnServer(RefRecId _parentRecId, LanguageId _langId)

Run On

Server

Parameters

_parentRecId
Type: RefRecId Extended Data Type
The record ID of the parent settings.
_langId
Type: LanguageId Extended Data Type
The language ID of the identification text.

Return Value

Type: PrintMgmtIdentificationTxt Extended Data Type
The identification text if it exists; otherwise, an empty string.
Show: