SysGlobalCache.remove Method [AX 2012]
Removes the value stored for a specified owner under a specified key.
Syntax
public boolean remove(str _owner, anytype _key)
Run On
Called
Parameters
- _owner
Type: str
- _key
Type: anytype
Return Value
Type: boolean
true if any values were removed; otherwise, false.