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
4
votes
3 answers

How to use filter in Microsoft Graph API to get SharePoint items?

Here I am trying to filter data based on created date. At 1st I tried in Graph Explorer and it's working. https://graph.microsoft.com/v1.0/me/messages?$filter=createdDateTime ge 2017-09-04&$select=subject,lastModifiedDateTime Now trying to…
1
vote
0 answers

Why does my NetSuite Create Operation not return any of the custom fields?

I have full access to the fields on NetSuite as an Administrator. There are 4 custom fields on the 'classification' record type that are not pulling into the XML Profile in Boomi. It appears that this behavior only happens with the 'classification'…
1
vote
1 answer

groovy decimal string to integer

Hi All: I receive a decimal in string format and want to convert it to Integer in groovy. could not find any solution so far. For eg: I get the string value as "100.0" and I need the output as 100. Please help. I plan to run this groovy script in…
NK7983
  • 125
  • 1
  • 14
1
vote
1 answer

How to format a float64 date returned by a bigQuery job to timestamp/date?

What I am trying to do is create a job using this query: SQL Query: SELECT execution_id, top_level_execution_id, process_id, atom_id, message, node_id, pay_load, environment_name, status, date_created, custom_message, dynamic_field1, dynamic_field2,…
Cristian Baciu
  • 133
  • 1
  • 2
  • 15
1
vote
1 answer

Configuring Boomi JMS connector to ActiveMQ Artemis

I've been using a JMS connector in Boomi to connect with ActiveMQ Artemis 2.14, but using the client library activemq-all-5.15.11.jar and factory org.apache.activemq.jndi.ActiveMQInitialContextFactory This works, except I'm having issues with the…
BenW
  • 737
  • 10
  • 41
1
vote
0 answers

How can Boomi Custom Connector Read Multiple Parameter Without using payload?

Thank you for checking my question, I'm developing a Boomi custom connector which consumes Restful API. I have implemented the GET operation which receives only 1 ID parameters from User and QUERY operation which requests multiple parameters based…
BryanLe
  • 21
  • 1
1
vote
1 answer

How can a Daemon application with client_credentials authentication obtain delegated permissions from a specific user?

I have written a java program to upload files to Sharepoint in an Office 365 developer tenant where I am an adminstrator. The program authenticates with client_credentials with secret. After Authentication, it does not have an office 365…
1
vote
1 answer

How can I get Boomi to return valid JSON

I am querying records from Salesforce and trying to return the record set as a JSON array of records. Unfortunately, it returns every record as if it was a single record as the complete JSON rather than an array element in the same JSON object. { …
Vincent James
  • 1,120
  • 3
  • 16
  • 27
1
vote
1 answer

Store in database data retrieved by SOAP GET request with Dell Boomi

I'm new to Dell Boomi. I've done a SOAP GET request and I have received some data in the response. Now I would get that data, connect to a Database and insert that data in a table, but I don't know how to do it because when I get the response I'm…
1
vote
1 answer

Substring French text using javascript replaces the special characters

I can't do substring due to french special characters. My resulting string is usually more than the number specified due to special characters in french. Here is the approach i am using after doing some search. Both conversion and byteLength…
learning...
  • 3,104
  • 10
  • 58
  • 96
1
vote
1 answer

Adding an offset to a date string that doesn't have one in a Boomi - Java/"Groovy" scripting map function

Boomi/Java/Groovy noob here... I'm starting with a date (that's sent to us from a 3rd party vendor) that's formatted like this: 2018-04-18 12:15:00.000000 (no 'T') which we've been told is in the America/Chicago TZ. What I ultimately need, is to…
Squish88
  • 25
  • 3
1
vote
0 answers

boomi atom is running but not visible on browser

I have started the dell boomi atom on my ubuntu18.04 machine. i have pulled the boomi/atom image through docker and running it on 9090 port. Though the container is up and running, i am unable to see the boomi on my browser with 9090 port. when i…
Maria
  • 167
  • 1
  • 4
  • 16
1
vote
3 answers

CI/CD for Dell Boomi

Is there any possibility of applying DevOps concepts to build and Deploy Dell Boomi Processes. Dell Boomi recommends usage of Atmosphere for change management activities, it also says its a UI based tool and we cannot export the code to a source…
Ranjith
  • 13
  • 4
1
vote
1 answer

Cannot Initialize Vendor Bill with the Vendor Payment Object in Boomi

I am using Boomi to pass data into NetSuite. When I use the execute - initialize function on the vendor payment object and set the type to vendorBill I get an error. Here's what I'm seeing: XML file sent to NetSuite
juppys
  • 140
  • 5
1
vote
1 answer

How to read List Column value from SharePoint using Graph API?

Data are stored in a column in this below format: By this URL I can view the data sharepoint. https://URL.sharepoint.com/sites/Sitename/Lists/ListName/AllItems.aspx Now I want to read the case ref no and create new case ref no. But not able to so. …
Debmalya Ghosh
  • 79
  • 1
  • 2
  • 6
1
2 3 4 5 6