Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Create Sequence Generator Services

Create Sequence Generator Services

Create an assembly project.
The sequence generator service enables you to generate unique, sequenced filenames for documents each time you run your integration. In Studio, you configure the sequence generator service on a
workday-in
transport. Before you can launch your integration, you must also configure the sequence generator service in your Workday tenant.
  1. Open the assembly in the Assembly Editor.
  2. In the Assembly Editor, click the
    workday-in
    transport.
  3. On the
    Services
    tab of the
    Properties
    view for the
    workday-in
    transport, click
    Create sequence-generator-service
    .
  4. On the
    Service Name
    window, enter a name for your sequence generator service.
  5. On the
    Properties
    view for the sequence generator service, click
    Add
    to add a sequencer.
  6. On the
    Sequencer
    field, enter a name for your sequencer.
  7. On the
    Project Explorer
    view, right-click your assembly project and select
    Deploy to Workday
    .
  8. On the
    Cloud Explorer
    view, navigate to your deployed assembly project.
  9. Right-click the integration node of your deployed assembly project.
  10. Select
    Workday: Integration System
    .
  11. On the
    Workday
    tab, consider:
    Option Description
    Username
    The username credentials for your Workday tenant.
    Password
    The password credentials for your tenant.
  12. In your Workday tenant, on the
    Integration Services
    column of the
    Custom Integration Services
    section, locate the name of your sequence generator service and select
    Related Actions and Preview
    .
  13. Select
    Integration Sequence Generator Service
    Configure Integration Sequence Generators
    .
  14. In the
    Increment Sequence ID By
    field, enter the value 1.
  15. In the
    Sequence ID Format
    field, enter the value
    file[Seq].csv
    .
  16. Click
    OK
    .
  17. Click
    Done
    .
Studio saves the sequence generator service on the
workday-in
transport of your integration. Workday saves your sequence generator settings on your integration system.
Launch your integration.