getCorrectiveActionsSimple() Method

Table of Contents

  1. Function
  2. Syntax
  3. Parameters
  4. Return Value
  5. Sample Code
  6. Remarks
  7. Possible Errors
  8. Related Methods

Function

  • Returns a list of Corrective Actions (time-related) available within the system

Syntax

  • AeBasicDataItemsAry = AeXMLBridge.getCorrectiveActionsSimple();

Parameters

  • None

Return Value

Sample Code

C#

1
2
3
4
5
6
7
8
9

try
{
TAeBasicDataItem[] actions = ws.getCorrectiveActionsSimple();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}

VB.Net

1
2
3
4
5
6

Try
Dim actions As TAeBasicDataItem() = ws.getCorrectiveActionsSimple()
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try

Remarks

  • This call can return an empty list if no Corrective Actions have been configured for the client

Possible Errors

  • None

adjustEmployeeBenefitBalanceByIDNum
employeeBenefitBalanceAsOfByIDNum
extractEmployeeBenefitActivityByIDNum
extractEmployeeBenefitBalancesAsOfUsingHyperQuery
getEmployeeBenefitBalancesAsOfByIDNum
recomputeEmployeeAccrualsByIDNum
removeEmployeeBenefitAdjustmentsByIDNum