Add, change and delete wage entries (UpdateConnector HrCompMut)

UpdateConnector to add, change and delete wage entries.

UpdateConnector name: HrCompMut

Note:

Profit also contains a separate UpdateConnector with a unique key ('GUID'). You only need this UpdateConnector if you cannot use the default key fields in HrCompMut.

UpdateConnector name: HrCompMutGUID

The following general rules apply here:

  • In case of an INSERT action, Profit uses the provided 'GUID', as long as it is unique. If this is not the case, Profit generates a standard SQL message for this. If you do not provide a 'GUID', Profit adds a 'GUID' itself.
  • In case of an UPDATE or DELETE action, Profit looks up the record using the 'GUID', but the other key fields are in fact mandatory. If the 'GUID' is incorrect or unavailable, the line is rejected.

A connector of this kind is also available for employees and absence entries.

Note: 

You can retrieve a list of fields to be supplied for each UpdateConnector and generate an XML example. See the description for AFAS Online or for a local installation.

Contents

Preparation
Description

Actions that can be performed with the connector

INSERT

Add records

UPDATE

Change records

DELETE

Delete records

ID

Do not deliver.

Parameters

Fields: VaD1, VaD2, VaD3 (parameters 1, 2 and 3, respectively.)

You can only deliver these fields if this has been set for the wage component. For instance, if you can make entries on one parameter according to the wage component settings, then you can also only deliver one parameter with the UpdateConnector.

Directly to

  1. UpdateConnector descriptions