Questions tagged [boomi]

Dell Boomi is a cloud-based integration service.

Dell Boomi is a cloud-based integration service. For more information, see

https://en.wikipedia.org/wiki/Dell_Boomi

https://en.wikipedia.org/wiki/Cloud-based_integration

http://www.boomi.com/

82 questions
0
votes
0 answers

How is a boomi process stored?

I am exploring boomi for now, I have a bit of working experience in Mulesoft. In Mulesoft, you can view the flow that you create in XML format in Anypoint Platform, and it can be viewed in the disk as well. Is there any such file created for Boomi…
0
votes
0 answers

Is there a way to deploy multiple packaged components sharing a certain package version using Boomi platform API?

Normally to deploy a packaged component using Boomi platform API, we use a packaged component Id and this end in deploying just one packaged component (whose id is provided). However, I want to deploy a list of packaged components sharing the same…
Arsany
  • 11
  • 1
  • 5
0
votes
2 answers

Boomi - Merge two JSONs

I have two inbound JSON data sets that I need to combine/merge in Boomi Inbound DataSet1 { "Id": 1, "Program": [ { "ProgramId": "A", "ProgramName": "ProgramA" }, { "ProgramId":…
0
votes
0 answers

Unable to create JSON files from data, the document may not be well-formed json :Boomi

Recently i started doing a POC in Dell Boomi integration toll, and as part of the we are trying to load a json to insert to respective sql server table . I am facing issue in mapping json to table data . Here is the error i am facing . The test run…
Sudarshan kumar
  • 1,503
  • 4
  • 36
  • 83
0
votes
0 answers

Comparing two JSON files from different sources (same schema) in Boomi

How can I compare JSON files from two different sources (same schema)in Boomi. If there is a difference, we reject the payload with error stating fields cannot be changed. Note that there may be upwards of 200 attributes.
0
votes
0 answers

Need to add Subgroups members into Parent Group

I'm creating a scenario where I need to include the Subgroup UIDs in the Parent group. Parent groups with members (UIDs) and some parent groups with members (UIDs) and subgroup names can be found in the inbound file that I'm extracting. Members of…
0
votes
1 answer

Is there any way to get content of the ZenDesk Attachments instead of redirect URL?

I need to get ZenDesk ticket attachment content like encoded format. ZenDesk API provided only the content url. By using that content url I can only able to get the redirect page of that file. But I need to automate a process that file as Base64…
MKP
  • 13
  • 1
  • 6
0
votes
0 answers

Access subsite from parent site using sharepoint rest api

I am trying to get all the folders in the subsite, the below URL returns all the folders inside my subsite when I use the subsite in the URI I am using Mulesoft on new object oob sharepoint…
0
votes
0 answers

webservice call inside oracle trigger

Need help in addressing one of the requirement. Requirement is to call salesforce boomi api as an webservice from oracle trigger and I did implement it, but the problem here is, when the trigger gets fired, salesforce boomi reads oracle data thru…
satya
  • 1
0
votes
0 answers

Boomi / Groovy - Calculate YTD hours based on custom date

Using Dell Boomi, I'm pulling in a report for an integration I'm working on. This integration requires YTD hours, but starting on July 1st. In order to do this, I know that I need to pull in all the data (to be safe) for current and previous year…
0
votes
1 answer

Running a report through Google Ad Manager API with an xml request that includes dimension attributes

I have a process in Boomi that can pull data from the GAM API. I've been using it to pull dimensions and columns, but I'm having trouble figuring out how to pull dimension attributes. When I add it to the xml request to run the report, I get this…
0
votes
1 answer

Failed to update user in Active Directory (using Boomi mapping)

I can create user using Boomi without any SSL(means using port389) and password(for new user to login) but I want to change user's phone number, and I got this error: javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 00000057:…
Vita Yeh
  • 1
  • 2
0
votes
1 answer

Ambiguous expression could be either a parameterless closure expression or an isolated open code block;

I'm having the following code block which will create an object with is concatenated string of all objects within "basixCertificateNumbers" array. def object= jsonSlurper.parseText ''' { "basixCertificateNumbers": [ { …
William Pham
  • 271
  • 3
  • 17
0
votes
1 answer

Boomi integration - Dynamically inject mapping information

We are now in process of evaluating integration solutions and comparing Mule and Boomi. Use case is to read an Excel file, map the columns to a pre-defined set of JSON attributes and then use the JSON to insert records into a database. The mapping…
0
votes
1 answer

Using Groovy to capture the last day of the previous month

I'm using Groovy(1.5) in Boomi to capture the last day of the previous month, and I've been mixing some things I found via Google: import java.util.Properties; import java.io.InputStream; for( int i = 0; i < dataContext.getDataCount(); i++ ) { …
Dorbs
  • 173
  • 3
  • 15