Share via


RetailData::EncryptDataAX5 Method [AX 2012]

Converts the encoded string to the required format(AX5 version).

Syntax

server public static str EncryptDataAX5(
    str data, 
    str invariant, 
    str context, 
    str cell)

Run On

Server

Parameters

  • data
    Type: str
    The data string.
  • 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
Converted string.

See Also

Reference

RetailData Class