Jump to content
We have recently updated our Privacy Statement, available here ×

Nick Roelandt

Standard
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Nick Roelandt

  1. Hi, You would have to export the flows in your original apps first. Then you would need to create a new app in the destination org and import the exported flows thanks Nick
  2. Hi, You would have to refresh your Metadata after such an update. In your integration flow on the left side you see your connections. Click on the gear icon of the CRM connection and select 'reset metadata'. After a few seconds to a minute you should see the newly added field. thanks Nick
  3. Hi Artem, Since you are using the mapper activity already you can take into account an empty string in your field mappings. If you use the IF(ISNULLOREMPTY()) formula you can decide to put a default value if the Id field is empty else you provide the uniqueIdvalue coming in. thanks Nick
  4. Hi Apalo, TIBCO Cloud Integration offers 3 capabilities. Geared to work with varous types of persona's and use cases within your teams. Can you share more about your use cases so we can advise which capability would be the bette fit. thanks Nick
  5. Hi Stephan, Right now you would have to manage the notifications settings per user. So as a user who doesn't want to get notified, you would have to log in -> Environment & Tools -> notifications and deselect the checkboxes. thanks Nick
  6. Hi Ben, Do you want to try to zoom out in your browser and /or clear your cache to see if that makes a difference thanks Nick
  7. Hi, Could you share your app with us It's hard to say without seeing the built solution thanks Nick
  8. Hi Arun, It looks like there is a required fieldmap missing. Could you check if you have mapped the Display Name field thanks Nick
  9. Hi, By the looks of the error message you are using a SQL connection as well Can you please check if you have selected the on premise agent (on the APP itself) thanks Nick
  10. Hi, Could you please try using the following XSD this resulted in the following xml on my side NLRS YPS BDRNL-190179 QUO-03258-P4S9H9 196788 1 57176 1.0000000000 434.0000 thanks Nick
  11. Hi Odeness, Based on the message it doesn't give us much information. Maybe it could be just a matching criteria thing. Could you split out the logic with a seperate update and create thanks Nick
  12. Hi Kyle, Dynamics returns Multiselect fields as comma seperated values. example: option1, option2, option 3 etc.. If you do a query on an entity in Hubspot. How does it return the data for a multi select in a similar fashion if so, you can do a straight field mapping from Dynamics to Hubspot. But I would like to know more to be sure thanks Nick
  13. Hi Florian, I think you can create 1 single flow. Instead of using fetchXML you can use a regular query block. Within the query block you look for the marketing list entity (in the filter criteria specify the 3 lists you need) and add a relationship to the members. In your flow you can use the for Each child block, which contains the members of a list that you can process. Can you exmpain if the customer changes the request thanks Nick
  14. Hi Vivin, I've attached a small demo flow how to handle this. You would need to use both the HTTP and MAPPER connectors. First you would use the HTTP connector to send the auth request (2nd screenshot) Now you need to use the MAPPER connector to deserialize the JSON response So the in mapper connector you would add a new entree, with the following JSON shema { "convey_api": { "result": { "authenticationData": { "token_expiration": 1545086743630, "token": "Token_Value" }, "returnCode": 1 }, "current_timestamp": 1545079543638, "version": 3 } }use the FETCH block from the mapper connector, map the input to the Responecontent (from the HTTP) In your downstream blocks you can use the TOKEN (captured with the MAPPER connector) thanks Nick
  15. Hi, I would suggest using the HTTP and Mapper Connector extensions. https://help.scribesoft.com/scribe/en/index.htm#sol/conn/conn_ext.htm%3F... With the Mapper connector you are specifiying your request JSON example, which is just 1 single boolean field and then you would use the HTTP to send the request (POST) build with the Mapper connector to Endpoint B thanks Nick
  16. Hi, Could you explain a little bit more about the use case please Is this a Dynamics to Dynamics flow or would it be an external system thanks Nick
  17. Hi Kim, The Scribe Labs Excel connector is not officially supported and no clear guidelines how to work with it. I do think leveraging the TXT connector as a target would be a good alternative. You would have a bit more freedom to create a specific output. It does support CSV. Would that be an option Nick
  18. Hi JG, I think you have 2 options. With D365 you can configure (with the plugin registration tool) to send out a webhook. Within TCI Connect you would have to set up an event flow. This will generate an unique endpoint URL which is the destination address for your webhook. Based on any changes, Connect will be notified and you can process the data to any given system. The second option would be to leverage the Azure Service Bus. Within the TCI Develop capability you would have to set up a subscriber to a particular topic/queue. Whenever there is a messaged published on to the bus the Develop Fow can process it thanks Nick
  19. Hi Melissa, If the out of the box connector doesn't show the references you could try talking directly to the Hubspot API with the HTTP and MAPPER connector extensions. With this combination you can communicate virtually any endpoint to perform your tasks, https://help.scribesoft.com/scribe/en/index.htm#sol/conn/conn_ext.htm%3F...
  20. Hi, Which of the capabilities are you working with Connect - Develop or Integrate thanks
  21. Hi Kala, When using the AWS S3 connector for TCI Connect you can directly read and write CSV files, JSON files, or Amazon Redshift JSON files in a folder inside an Amazon S3 bucket. So reading and writing from and to a local file share wouldn't be a problem. thanks Nick
  22. Hi Karen, The D365/CE connector for our TCI Connect capability allows you to connect over to AzureAD that handles the Oauth flow. What TCI capability are you working with
×
×
  • Create New...