JmgWorkPlannerForm.getProfileAt Method [AX 2012]

Retrieves the profile to display at the specified row and column.

Syntax

public JmgProfileId getProfileAt(int _column, int _row)

Run On

Called

Parameters

  • _column
    Type: int
    The column for which to retrieve the profile.
  • _row
    Type: int
    The row for which to retrieve the profile.

Return Value

Type: JmgProfileId Extended Data Type
The profile to display at the specified row and column.

See Also

Reference

JmgWorkPlannerForm Class