Symptom
- You are hiring employees in automated process
-
Your requirement is to generate Person ID from Boomi
Environment
Boomi
Resolution
The function import responsible for generating the next person ID is "generateNextPersonID"
- You can create single person ID
- You can create multiple Person ID
Procedure to obtain single person ID
- Shapes involved
- Start
- HTTP connector + Operation
- Stop
- Steps to create
- Use the start step and select No Data
- Configure HTTP connection + Operation with the following data
- stop
- A simple process will look like this
Procedure to obtain multiple Person ID’s
- Shapes Involved
- Start
- Message step
- HTTP connector + Operation
- Stop
- Steps to create
- Use start step and use No Data
- Use a message step and post the following payload(attached to the KBA)
- The connection + operation will look like this
- Note: Under the content type of the operation please maintain the following string: multipart/mixed; boundary=batch_36522ad7-fc75-4b56-8c71-56071383e77b and also under Resource path use $batch
- Stop
- A simple process will look like this
What is basic authentication?
OData API in SFSF when chosen for basic authentication works in the below format
Let's assume
username : A
company ID: C
Password for this user: P
Now while giving the username and password in the basic authentication format
Username should be: A@C
Password should be P
Also, you can refer to this KBA 2173792
Keywords
- generateNextPersonID
- generateNextPersonID in Boomi
- how to use generateNextPersonID in boomi
- LOD-SF-INT
- how to use generateNextPersonID
Product
SAP SuccessFactors HXM Core all versions
Attachments
Payload.zip |