Actions43
- Location Groups Actions
- Locations Actions
- Roles Actions
- User Groups Actions
- Users Actions
- Affiliate Entity Groups Actions
- Attachments Actions
- Classes Actions
- Contacts Actions
- Department Groups Actions
- Departments Actions
- Document Sequences Actions
- Earning Types Actions
- Email Templates Actions
- Employee Types Actions
- Employees Actions
- Entities Actions
- Exchange Rate Lines Actions
- Exchange Rate Types Actions
- Exchange Rates Actions
- Attachment Folders Actions
- Get Next Value Actions
Overview
This node is designed to update the "Employee Type Key" configuration within a company's settings in the context of an employee management system. It allows users to modify specific attributes related to employee types by sending updated data to the backend service.
Common scenarios where this node would be beneficial include:
- Adjusting employee type identifiers or keys as company policies evolve.
- Synchronizing employee type configurations between different systems.
- Automating updates to employee classifications during HR process workflows.
For example, if a company changes the way it categorizes part-time and full-time employees, this node can be used to update those keys programmatically without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional additional fields to include in the request body when updating the employee type key. Currently supports: Id (string) which specifies the identifier of the employee type to update. |
Output
The node outputs JSON data representing the response from the API after attempting to update the employee type key. This typically includes confirmation of the update, any updated fields, or error messages if the update failed.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the AvantGuard Sage Intacct Company Configuration API.
- The base URL for the API must be configured in the credentials.
- Depends on the external AvantGuard Sage Intacct API endpoint
/ia/api/v1.
Troubleshooting
- Missing or invalid Id: If the
Idfield is not provided or incorrect, the API may reject the update request. Ensure that the correct employee type identifier is supplied. - Authentication errors: Failure to provide valid API credentials will result in authorization errors. Verify that the API key credential is correctly set up.
- Network or API errors: Connectivity issues or server-side problems may cause the node to fail. Check network connectivity and API status.
- Invalid additional fields: Adding unsupported fields in the "Additional Body Fields" collection may cause the API to return errors. Use only supported fields as documented.
Links and References
- AvantGuard Sage Intacct API Documentation (example link, replace with actual)
- n8n documentation on Creating Custom Nodes