<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Production Flows &#8211; InterWeave Help</title>
	<atom:link href="https://help.interweave.biz/docs-category/production-flows/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.interweave.biz</link>
	<description>The SmartIntegration Platform for CRM</description>
	<lastBuildDate>Tue, 28 May 2024 19:56:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://help.interweave.biz/wp-content/uploads/2021/11/cropped-logo-2-1-e1638180175448-1-32x32.png</url>
	<title>Production Flows &#8211; InterWeave Help</title>
	<link>https://help.interweave.biz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to determine Time Zone Shift</title>
		<link>https://help.interweave.biz/docs/how-to-determine-time-zone-shift/</link>
					<comments>https://help.interweave.biz/docs/how-to-determine-time-zone-shift/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 08:12:07 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13111</guid>

					<description><![CDATA[Create a new test Customer in QB Run QBCust2SFAcctNF flow to send it to SF. Find out what QB LastModified timestamp is (in SF) and copy it. Update Customer in QB (e.g. change or add phone number). Run flow QBCust2SFAcctDRS switching it to single run mode (5thcolumn in IM) and using the following parameters: BatchSize...]]></description>
										<content:encoded><![CDATA[
<ol class="wp-block-list" type="1">
<li>Create a new test Customer in QB</li>
<li>Run QBCust2SFAcctNF flow to send it to SF.</li>
<li>Find out what QB LastModified timestamp is (in SF) and copy it.</li>
<li>Update Customer in QB (e.g. change or add phone number).</li>
<li>Run flow QBCust2SFAcctDRS switching it to single run mode (5<sup>th</sup>column in IM) and using the following parameters:
<ol>
<li>BatchSize – 5</li>
</ol>
<ol>
<li>EndDateTime &#8211; 2022-01-01 00:00:00</li>
</ol>
<ol>
<li>StartDateTime – Paste the QB LastModified from #3 removing .0 at the end so format should be exactly as in #b above (YYYY-MM-DD HH:MM:SS)</li>
</ol>
<ol>
<li>Check if QB  Lastmodified in SF has changed. If yes – you are done and no Time Zone Shift required</li>
</ol>
<ol>
<li>If it has not change – reduce StartDateTime for 1 hour (e.g. if it says 11:43:56 make it 10:43:56) and run the flow again.</li>
</ol>
<ol>
<li>The number of attempts (#7) until QB LastModified changes is your Time Zone Shift. If for example you reduced StartDateTime 4 times – your time zone shift is 4. The biggest number I’ve seen is 22. If you made 22 runs and no luck – please stop the process and let me know.</li>
</ol>
</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/how-to-determine-time-zone-shift/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Custom BNF Field Mapping in InterWeave Solutions</title>
		<link>https://help.interweave.biz/docs/custom-bnf-field-mapping-in-interweave-solutions/</link>
					<comments>https://help.interweave.biz/docs/custom-bnf-field-mapping-in-interweave-solutions/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Mon, 18 Mar 2024 17:51:50 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13048</guid>

					<description><![CDATA[BNF for mapping: &#60;mapping&#62;::==&#60;format_prefix&#62;&#60;header_prefix&#62;&#60;system1_API_name&#62;&#60;delimiter&#62;&#60;system2_API_name_or_value&#62; &#60;format_prefix&#62;::==”!”&#124;”#”&#124;”~”&#124;”” “!” – date fields “#” – number/currency fields “~” – not nullable text fields “” – no format_prefix – regular text fields &#160; &#60;header_prefix&#62;::==”.”&#124;”” “.” – applicable only for transactions objects for mapping starting from the second mapping; must be used for the fields from transaction header “” – no...]]></description>
										<content:encoded><![CDATA[<p><strong>BNF for mapping:</strong></p>
<p><strong>&lt;mapping&gt;::==&lt;format_prefix&gt;&lt;header_prefix&gt;&lt;system1_API_name&gt;&lt;delimiter&gt;&lt;system2_API_name_or_value&gt;</strong></p>
<p><strong>&lt;format_prefix&gt;</strong>::==”!”|”#”|”~”|””</p>
<p>“!” – date fields</p>
<p>“#” – number/currency fields</p>
<p>“~” – not nullable text fields</p>
<p>“” – no format_prefix – regular text fields</p>
<p>&nbsp;</p>
<p><strong>&lt;header_prefix&gt;</strong>::==”.”|””</p>
<p>“.” – applicable only for transactions objects for mapping starting from the second mapping; must be used for the fields from transaction header</p>
<p>“” – no header_prefix – must be always used for the first mapping in transactional mappings and for all non-transactional mappings; first transactional mapping always  used for the fields from transaction header; subsequent transaction mappings (starting from the second one) without header_prefix are used for the fields from transaction line item</p>
<p><strong>&lt;system1_API_name&gt;</strong> – API name of the field from the system 1, which credentials are specified in the lines #1 – #5 on the last page of the Company Profile</p>
<p><strong>&lt;system2_API_name_value&gt;</strong> – API name of the field from the system 2, which credentials are specified in the lines starting from #6 on the last page of the Company Profile,  or value (in case of the usage of the equal sign as a delimiter)</p>
<p>&nbsp;</p>
<p><strong>&lt;delimiter&gt;</strong>::==”/”|”\”|”:”|”=”</p>
<p>“/” – unidirectional mapping from system 1 to system 2</p>
<p>“\” – unidirectional mapping from system 2 to system 1</p>
<p>“:” – bidirectional mapping between system 1 and system 2</p>
<p>“=” – setting a static string value for the field of system 1</p>
<p>Note: not all cases are supported for all types of objects and all types of Interweave licenses.. If mapping is not supported please check with Interweave customer support.</p>
<p><strong>Examples:</strong></p>
<p>!Due_Date__c:DueDate – bidirectional mapping of the header field Due Date (date type) in the first mapping for some transaction.</p>
<p>!.Due_Date__c/DueDate – unidirectional mapping from the system 1 (e.g. Salesforce) to system 2 (e.g. QuickBooks) of the header field Due Date (Date type) in the second or subsequent mapping for some transaction</p>
<p>#Special_Cost__c\InvoiceLineCustomFieldCost1 – unidirectional mapping from the system 2 (e.g. QuickBooks) to system 1 (e.g. Salesforce) of the line item field Special Cost (currency type) in the second or subsequent mapping for some transaction</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/custom-bnf-field-mapping-in-interweave-solutions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>30/60/90 not updating in my SF Accounts</title>
		<link>https://help.interweave.biz/docs/30-60-90-not-updating-in-my-sf-accounts/</link>
					<comments>https://help.interweave.biz/docs/30-60-90-not-updating-in-my-sf-accounts/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 08:13:01 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13110</guid>

					<description><![CDATA[If you are running InterWeave Smart Solutions Professional or Small Business, you will need to click on the QBtoSFAccounts on the SF Home Page (under Integration by InterWeave &#8211; top left). Clicking on this link will bring over the 30/60/90 information. You should do this every day. If you are running InterWeave Enterprise or Ultimate...]]></description>
										<content:encoded><![CDATA[

If you are running InterWeave Smart Solutions Professional or Small Business, you will need to click on the QBtoSFAccounts on the SF Home Page (under Integration by InterWeave &#8211; top left). Clicking on this link will bring over the 30/60/90 information. You should do this every day.



If you are running InterWeave Enterprise or Ultimate &#8211; this is an automated function.

]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/30-60-90-not-updating-in-my-sf-accounts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Switch QuickBooks Company File into Single User Mode</title>
		<link>https://help.interweave.biz/docs/how-to-switch-quickbooks-company-file-into-single-user-mode/</link>
					<comments>https://help.interweave.biz/docs/how-to-switch-quickbooks-company-file-into-single-user-mode/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Mon, 18 Mar 2024 17:48:21 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13043</guid>

					<description><![CDATA[The following steps must be done to switch QB file in to single user mode: Login in to your InterWeave Integration Manager (Flows Manager) using username and password you have (see #1 in InterWeave Integration Flows) Stop all Scheduled flows (see #2 in Working with Flows), and wait until they turn all white (State = Stopped) (see...]]></description>
										<content:encoded><![CDATA[<p>The following steps must be done to switch QB file in to single user mode:</p>
<ol>
<li>Login in to your <strong>Inter</strong>Weave Integration Manager (Flows Manager) using username and password you have (see #1 in <strong>Inter</strong>Weave Integration Flows)</li>
<li>Stop all Scheduled flows (see #2 in Working with Flows), and wait until they turn all white (State = Stopped) (see #5 in Working with Flows)</li>
<li>Login to QB server and make sure QB file is not open by integration user interweaveQR (you can manually log this user out from the file if all flows are in Stopped State but the user did not log out automatically)</li>
<li>Switch QB file onto single user mode, and perform required tasks</li>
<li>Switch QB file back onto multi user mode</li>
<li>Log in to the Flows Manager and restart scheduled flows (see #1 in Working with Flows)</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/how-to-switch-quickbooks-company-file-into-single-user-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Move Changes from Sandbox to Production in Salesforce</title>
		<link>https://help.interweave.biz/docs/how-to-move-changes-from-sandbox-to-production-in-salesforce-2/</link>
					<comments>https://help.interweave.biz/docs/how-to-move-changes-from-sandbox-to-production-in-salesforce-2/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 08:16:59 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13119</guid>

					<description><![CDATA[Methods There are several methods for moving changes from a Sandbox environment to a Production environment, and the best method depends on the nature of the changes and the type of software you are using. Here are some common methods: Change Sets: If you are using Salesforce, you can use Change Sets to move customizations,...]]></description>
										<content:encoded><![CDATA[<h1><strong>Methods</strong></h1>
<p>There are several methods for moving changes from a Sandbox environment to a Production environment, and the best method depends on the nature of the changes and the type of software you are using.</p>
<p>Here are some common methods:</p>
<p><strong>Change Sets:</strong> If you are using Salesforce, you can use Change Sets to move customizations, configurations, and data from a Sandbox environment to a Production environment. Change Sets are a collection of metadata components that you can package together and deploy to another Salesforce org.</p>
<p><strong>Metadata API:</strong> If you are using Salesforce, you can also use the Metadata API to move changes from a Sandbox environment to a Production environment. The Metadata API is a set of APIs that allow you to retrieve, deploy, create, update, or delete customizations for your Salesforce <strong>org.</strong></p>
<p><strong>Version Control Systems:</strong> If you are using version control systems like Git, you can version your code in a Sandbox environment and then merge it with the Production environment using a pull request.</p>
<p><strong>Manual Deployment:</strong> You can also manually deploy changes by copying the files from the Sandbox environment to the Production environment. However, this method is not recommended because it can be error-prone and time-consuming.</p>
<p>It&#8217;s important to thoroughly test changes in the Sandbox environment before deploying them to Production to minimize the risk of negatively impacting Production data or functionality. Additionally, it&#8217;s also a good idea to have a backup of the Production environment before making any changes.</p>
<h1><strong>Steps</strong></h1>
<p>The steps to move changes from Sandbox to Production in Salesforce:</p>
<ol>
<li>Prepare the Sandbox: Make sure that your changes are thoroughly tested and ready to be deployed in the production environment.</li>
<li>Export the Changes: Go to the Setup menu, then select Deploy and Export the changes from the Sandbox. This will create a .zip file containing all the changes you have made.</li>
<li>Import the Changes: Go to the Setup menu in the production environment, select Deploy and Import the changes from the .zip file you exported from the Sandbox.</li>
<li>Review the Changes: Salesforce will show you a summary of all the changes that will be made in production. Review the changes and make sure everything is correct before proceeding.</li>
<li>Deploy the Changes: Click the Deploy button to move the changes from the Sandbox to production. You may need to schedule the deployment to take place at a specific time, or you can deploy immediately.</li>
<li>Monitor the Deployment: Salesforce will display the status of the deployment process, and you can monitor the progress of the deployment.</li>
<li>Verify the Deployment: Once the deployment is complete, verify that all the changes have been made correctly in the production environment.</li>
</ol>
<p><strong>Note:</strong> Always have a backup of your data in case of any unexpected errors.</p>
<p><strong>Referrals:</strong></p>
<p><a href="https://developer.salesforce.com/forums/?id=9062I000000ILcUQAW">https://developer.salesforce.com/forums/?id=9062I000000ILcUQAW</a></p>
<p><a href="https://help.salesforce.com/s/articleView?id=sf.changesets.htm&amp;type=5">https://help.salesforce.com/s/articleView?id=sf.changesets.htm&amp;type=5</a></p>
<p><a href="https://youtu.be/jcBRFpzTdAY">https://youtu.be/jcBRFpzTdAY</a></p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/how-to-move-changes-from-sandbox-to-production-in-salesforce-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Integration Transaction Log from the Server</title>
		<link>https://help.interweave.biz/docs/the-integration-transaction-log-from-the-server/</link>
					<comments>https://help.interweave.biz/docs/the-integration-transaction-log-from-the-server/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Mon, 18 Mar 2024 18:05:38 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13060</guid>

					<description><![CDATA[The Integration Transaction Log from the Server Below is an example of a IW Transaction Flow Daily Log report for 2022-05-31. This is a once a day file; It’s a collection of logs. As the customer receives error emails in real time, when your Solution Flow is running. If you need more information, you can reference...]]></description>
										<content:encoded><![CDATA[<h2><strong>The Integration Transaction Log from the Server</strong></h2>
<p>Below is an example of a IW Transaction Flow Daily Log report for 2022-05-31. This is a once a day file; It’s a collection of logs.</p>
<p>As the customer receives error emails in real time, when your Solution Flow is running. If you need more information, you can reference the log using time stamp as the search criteria. Go to Edit/Find and enter the time stamp.</p>
<p>When the file is sent you to via email (this is if you selected it in your Solution Configuration), you can open it with Wordpad or Notepad (it is in .erl format).</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-large wp-image-11403" src="http://help.interweave.biz/wp-content/uploads/2022/05/Bina-Error-Log-view-1-1024x554.png" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://help.interweave.biz/wp-content/uploads/2022/05/Bina-Error-Log-view-1-1024x554.png 1024w, https://help.interweave.biz/wp-content/uploads/2022/05/Bina-Error-Log-view-1-300x162.png 300w, https://help.interweave.biz/wp-content/uploads/2022/05/Bina-Error-Log-view-1-768x415.png 768w, https://help.interweave.biz/wp-content/uploads/2022/05/Bina-Error-Log-view-1-1536x830.png 1536w, https://help.interweave.biz/wp-content/uploads/2022/05/Bina-Error-Log-view-1.png 1924w" alt="" width="1024" height="554" /></p>
<p>The log format is for the Integration Administrator, who is trained during the Integration process.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/the-integration-transaction-log-from-the-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to force running Scheduled flow immediately</title>
		<link>https://help.interweave.biz/docs/how-to-force-running-scheduled-flow-immediately/</link>
					<comments>https://help.interweave.biz/docs/how-to-force-running-scheduled-flow-immediately/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Fri, 15 Mar 2024 12:56:42 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13035</guid>

					<description><![CDATA[How to force running Scheduled flow immediately. Stop all scheduled flows. Set the Shift value (column in the middle of the table) to 0. Please remember the original Shift value. Start the flow. After it finishes – stop the flow and reset the Shift back to the original value. Start all Scheduled flows.]]></description>
										<content:encoded><![CDATA[<p>How to force running Scheduled flow immediately.</p>
<ol>
<li>Stop all scheduled flows.</li>
<li>Set the Shift value (column in the middle of the table) to 0. Please remember the original Shift value.</li>
<li>Start the flow.</li>
<li>After it finishes – stop the flow and reset the Shift back to the original value.</li>
<li>Start all Scheduled flows.</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/how-to-force-running-scheduled-flow-immediately/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Managing Integration Timelines</title>
		<link>https://help.interweave.biz/docs/managing-integration-timelines/</link>
					<comments>https://help.interweave.biz/docs/managing-integration-timelines/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 08:09:55 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13112</guid>

					<description><![CDATA[Managing Integration Timelines How fast may I expect the Integration to be completed? The integration timeline is at the customers speed — it is directly regulated by: the quality and amount of your data, duplicates, special characters, loading historical data, etc., and the number of flows you have selected. As we have over 100 flows...]]></description>
										<content:encoded><![CDATA[
<h2>Managing Integration Timelines</h2>
<strong>How fast may I expect the Integration to be completed?</strong>



The integration timeline is at the customers speed — it is directly regulated by:


<ol class="wp-block-list" type="1">
 	<li>the quality and amount of your data, duplicates, special characters, loading historical data, etc., and the number of flows you have selected.</li>
 	<li>As we have over 100 flows and 300 configurable options to choose from, we recommend a phased approach so you may manage expectations.</li>
</ol>


<strong>Phase 1. Data de-dup in Salesforce is Job 1</strong>. Salesforce allows multiple Account names (not unique).



QuickBooks Customers are always unique—so you need to run your reports or exports, compare and match them to QuickBooks. Clean data allows for a very clean Integration. Look on the InterWeave Exchange for a vendor to assist.



<strong>Phase 2. Connect your QuickBooks.</strong> We have worked with many Managed Service Providers who host customers QuickBooks and customers who have the QuickBooks Company file running on their own internal server (ex. MS 2012 or 2016 Server). We work with a QuickBooks hosting company—www.trapponline.com—whose price points are excellent, and they know the applications (Salesforce/InterWeave/QuickBooks) very well. We highly recommend them.



<strong>Phase 3. Salesforce encrypted fields and API limits.</strong> If you have selected the InterWeave Payment Gateway, contact your Salesforce Sales Representative and ask to have encrypted fields turned on. Secondly, if you will be loading history into Salesforce or bulk loading Salesforce from QuickBooks, contact your Salesforce Representative and ask to extend you daily API calls to 50,000 per day for 7 days. This should allow time to load your Salesforce.



<strong>Phase 4. Group your flows in a logical/process manor (Salesforce/QuickBooks/Salesforce)</strong>. When building out your configuration, there are logical groupings that allow you to test quickly are:


<ol class="wp-block-list" type="1">
 	<li><strong>Basic Integration. </strong>Accounts to Customers, Opportunities to Invoices and Products to Items.</li>
 	<li><strong>Advanced Integration</strong> 1. Additional flows (Opportunities to Sales Orders, Receipts, Estimates, etc.).</li>
 	<li><strong>Advanced Integration</strong> 2. Account to Vendors, Opportunities to Purchase Orders.</li>
 	<li><strong>Additional files</strong>. Add and integrate multiple QuickBooks Company files.</li>
</ol>


This approach allows you to set expectations internally and gives all a working plan to measure by.



<strong>Phase 5. Bind and move to Production. </strong>If you have selected bi-directional integration, we bind Accounts, Opportunities and Products in Salesforce to Customers, Invoices and Items in QuickBooks. Then we move you to production. You set the timing of the flows and your Solution runs 24/7/365.



<strong>Phase 6. Monitor and Customise.</strong> Now that you’re in production, to add custom fields in Salesforce connecting to QuickBooks, log in, stop your flows and then select Edit Company File to connect custom fields in Salesforce that you have created to fields in QuickBooks.



Support is available for all customers via our support site, email, phone and Zoom calls. If you are having an issue, we have a full library available at <a href="https://help.interweave.biz/%20">https://help.interweave.biz/</a> &#8211; register and review at your leisure. Welcome to the award-winning, InterWeave, the on-demand service designed for you to manage your Solutions, integrate with other systems, and even build your own Solution.

]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/managing-integration-timelines/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Repetition Protection and your InterWeave Flows</title>
		<link>https://help.interweave.biz/docs/repetition-protection-and-your-interweave-flows-3/</link>
					<comments>https://help.interweave.biz/docs/repetition-protection-and-your-interweave-flows-3/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 08:17:33 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13118</guid>

					<description><![CDATA[Repetition Protection and your InterWeave Flows To avoid unnecessary processing of the same records in bi-directional sync we use a mechanism called Repetition Protection. All records, which are last updated in your CRM by the CRM User that is specified in the company profile, are skipped when querying your CRM for the records ready to...]]></description>
										<content:encoded><![CDATA[<p>Repetition Protection and your InterWeave Flows</p>
<p>To avoid unnecessary processing of the same records in bi-directional sync we use a mechanism called Repetition Protection. All records, which are last updated in your CRM by the CRM User that is specified in the company profile, are skipped when querying your CRM for the records ready to be processed. This mechanism is included into scheduled flows and bulk load utility flows. It is not applicable if integration is unidirectional or the operations from your Financial Application to your CRM are set to None.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/repetition-protection-and-your-interweave-flows-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Does the progress of the Production Flows depend on the the Customer team’s testing and feedback of the initial build of the Community Portal (my assumption this is the InterWeave Portal), or will these steps proceed independently?</title>
		<link>https://help.interweave.biz/docs/does-the-progress-of-the-production-flows-depend-on-the-the-customer-teams-testing-and-feedback-of-the-initial-build-of-the-community-portal-my-assumption-this-is-the-interweave-portal-or/</link>
					<comments>https://help.interweave.biz/docs/does-the-progress-of-the-production-flows-depend-on-the-the-customer-teams-testing-and-feedback-of-the-initial-build-of-the-community-portal-my-assumption-this-is-the-interweave-portal-or/#respond</comments>
		
		<dc:creator><![CDATA[bmagown@interweave.biz]]></dc:creator>
		<pubDate>Mon, 18 Mar 2024 17:52:39 +0000</pubDate>
				<guid isPermaLink="false">https://help.interweave.biz/?post_type=docs&#038;p=13047</guid>

					<description><![CDATA[They are mutually exclusive, but linked in that as testing sequences will be Salesforce to QuickBooks first, then ladder in the Community Portal transactions, and test again.]]></description>
										<content:encoded><![CDATA[<p>They are mutually exclusive, but linked in that as testing sequences will be Salesforce to QuickBooks first, then ladder in the Community Portal transactions, and test again.</p>
<div class="clearfix"></div>
<div class="tessera-meta">
<div class="tessera-meta-category"></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://help.interweave.biz/docs/does-the-progress-of-the-production-flows-depend-on-the-the-customer-teams-testing-and-feedback-of-the-initial-build-of-the-community-portal-my-assumption-this-is-the-interweave-portal-or/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: help.interweave.biz @ 2026-09-20 09:24:11 by W3 Total Cache
-->