Dictionary.securityKeyName2Id Method [AX 2012]
Provides the ID for a specified security key, based on the security key name.
public SecurityKeyId securityKeyName2Id(str name)
Run On
CalledParameters
- name
- Type: str
A string that indicates the security key name.
Return Value
Type: SecurityKeyId Extended Data TypeA securityKeyId system data type value that indicates the security key ID; 0 (zero) if you pass a name value for a nonexistent security key.
Community Additions
ADD
Show: