Questions tagged [scribe-workbench]

Use this tag for questions related to Scribe (Scribe workbench, Scribe Insights, Scribe-online) an Integration software & data migration tool.

Useful Links:

  1. Scribe
  2. Blogs
23 questions
3
votes
3 answers

crm 2011 Changing owners of 30K records

We currently have a single business unit and 90% records are owned by a single Scribe user. Now we have added a new business unit and out of 400K contacts, 30K contacts will be moving under this new business unit. I have created a new user in CRM…
2
votes
0 answers

HubSpot data is not showing in Scribe Online

I added some new fields to an existing list in Hubspot. These fields do have data when I look at the list. In Scribe Online, I have refreshed the metadata for Hubspot, and I see the fields, but they don't have data for the same records I checked in…
user1202839
  • 365
  • 1
  • 5
  • 18
2
votes
1 answer

C# JSON.Net place items in one list into another

I have a JSON that I am creating in C# using JSON.net. My object contains a meta and data sections. The data section is a JSON Array and contains other JSON Array's in it. The problem I have is my main data entity. Right now I have all the data…
James Studer
  • 37
  • 1
  • 6
2
votes
1 answer

Netsuite and Scribe Online - Filtering

I am using Scribe Online as an integration service, facilitating the exchange of data between Netsuite and IBM Cloud (formerly SilverPop). In Scribe it's possible to filter the queries made to Netsuite and so narrow the data retrieved. While I can…
Stephen
  • 151
  • 11
2
votes
2 answers

How to Migrate Users to CRM Online using SCRIBE?

Can you migrate system users prepared in staging database to CRM 2013 Online using SCRIBE? I need to create 750 users (currently in CRM4) in CRM online and assign them to their source BUs. (Root BU excepted). I can stage them as required. Can I…
fwiw
  • 21
  • 2
1
vote
1 answer

MS Dynamics CRM E-mail and Phone call migration using scribe online

I was migrating data from MS on-premise CRM to online MS Dynamics 2016 CRM. But was not able to migrate emails and phone call activities using scribe online. The problem is with Email "To" and "From" fields, which are of type activity party with…
ntn
  • 330
  • 2
  • 3
  • 10
1
vote
1 answer

Scribe Jobs: how to get the current date and compare it?

Honesty I'm very new in terms of Scribe Jobs, but I have been trying to develop a Job that get the current date and compare it against one field from the source (CRM input Date). This is the code in the formula editor of the Pre-Operation Step…
1
vote
1 answer

Can we write to (target) a Text file using Scribe Workbench?

I have already worked on Scribe Workbench to transfer data from Sage ERP MAS to Microsoft Dynamics CRM 2011. I am trying to do something new now. I want to write to Text file using Scribe Workbench. So, my Q is that can we use Scribe Workbench so…
Vikram
  • 3,996
  • 8
  • 37
  • 58
1
vote
0 answers

Scribe: Not getting proper results

I am working on Sage ERP MAS 200 and Microsoft Dynamics CRM integration using Scribe. I have a chain of 5 Scribe jobs with which I am trying to compute various values and update/insert in CRM (Target): (1) Job 1: This job simply transfers all the…
1
vote
0 answers

Scribe jobs not getting complete

I am working on Sage ERP MAS 200 and Microsoft Dynamics CRM integration using Scribe. When I trying to run a Scribe job, it is not getting completed. What is happening is: out of 3583 source rows, it processes 3580 rows and then the application…
Vikram
  • 3,996
  • 8
  • 37
  • 58
1
vote
1 answer

Scribe automation job to retrieving the data as excel attachment from Microsoft dynamics crm 2011 and send to customer

I need to run a automation job daily from scribe. Retrieving the data from CRM as excel sheet and give the numbering to record of the excel. The record numbers start from 1 – this will need to start each day, after the previous day. For Example: Day…
0
votes
1 answer

Pass date variable to date parameter for scribe data migration job in powershell

I have the following powershell script that passes the $dateMinusThirty variable as parameter into scribe data migration job: $dateMinusThirty = Get-Date (Get-Date).AddDays(-30).ToString('s') -Format d; .\TWorkbench.exe "D:\filePath.dts"…
J.S. Orris
  • 4,653
  • 12
  • 49
  • 89
0
votes
1 answer

Integrating Scribe On-Premise with Microsoft AX 2009 On-Premise

I want to integrate Microsoft AX 2009 via Scribe Insight. I have installed both on Virtual Machine(on-premise). While making a connection, it asks for AX endpoint URL but I am not able to find it in AX. Is there a way to find that URL or for…
Ananya
  • 27
  • 4
0
votes
1 answer

How to do conditional insert when doing data migration using Scribe?

Here is the case: I have an SQL Database table that I want to migrate to a Dynamic CRM 4.0 database. There is a table (let's call it Table_A ) that have a particular column (Table_A.Type). I want to migrate the table A data into either the Account…
Schubert
  • 1
  • 1
0
votes
0 answers

Best Scribe Integration approaches between flat file and CRM 2016 online?

My requirement is to set up an integration to between flat file (this could be tab delimited or csv) and CRM 2016 via Scribe. Due to many limitations the flat file will be a complete extract and not just the delta. So we’ll need to isolate the delta…
1
2