AxInternalBase::stripParm Method [AX 2012]

Strips the parm prefix for the string passed in the parameter.

Syntax

client server public static str stripParm(str methodname)

Run On

ClientOrServer

Parameters

  • methodname
    Type: str
    The name of the method to be stripped for the parm prefix.

Remarks

This method is used for getting the field name behind the parm method in AxBC table classes.

See Also

Reference

AxInternalBase Class