RetailData::HashData Method [AX 2012]

Encodes the data for security purposes.

Syntax

server public static str HashData(
    str data, 
    str algorithmName, 
    str invariant, 
    str context, 
    str cell)

Run On

Server

Parameters

  • data
    Type: str
    The actual data.
  • algorithmName
    Type: str
    The algorithm name.
  • invariant
    Type: str
    The variant info.
  • context
    Type: str
    The context of the text message.
  • cell
    Type: str
    Remote location cell info.

Return Value

Type: str
The encoded text.

See Also

Reference

RetailData Class