Share via


SmmEntityDelete_Lead::main Method [AX 2012]

Deletes the lead passed as context.

Syntax

client server public static void main(Args _args, FormDataSource _formDataSource)

Run On

Called

Parameters

  • _args
    Type: Args Class
    A parameter that contains the calling context.
  • _formDataSource
    Type: FormDataSource Class
    The FormDataSource data source to be refreshed after delete.

See Also

Reference

SmmEntityDelete_Lead Class