<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/OBS/index.php?action=history&amp;feed=atom&amp;title=VEhub_Support</id>
	<title>VEhub Support - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/OBS/index.php?action=history&amp;feed=atom&amp;title=VEhub_Support"/>
	<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/OBS/index.php?title=VEhub_Support&amp;action=history"/>
	<updated>2026-07-01T08:51:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://calidusassist.adcservices.apteancloud.com/calidus-assist/OBS/index.php?title=VEhub_Support&amp;diff=11480&amp;oldid=prev</id>
		<title>Anw: Initial Creation</title>
		<link rel="alternate" type="text/html" href="https://calidusassist.adcservices.apteancloud.com/calidus-assist/OBS/index.php?title=VEhub_Support&amp;diff=11480&amp;oldid=prev"/>
		<updated>2025-02-28T15:01:27Z</updated>

		<summary type="html">&lt;p&gt;Initial Creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page identifies common support tasks and resolutions&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* SQL Server Management Studio&lt;br /&gt;
* Access to SharedWeb database&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Updating Admin and PDA users ==&lt;br /&gt;
* Open the right database on SharedWeb e.g. VEHUB_NEW&lt;br /&gt;
* Find the customer&lt;br /&gt;
 SELECT TOP 1000 [Id]&lt;br /&gt;
      ,[CustomerCode]&lt;br /&gt;
      ,[CustomerName]&lt;br /&gt;
      ,[Address1]&lt;br /&gt;
      ,[Address2]&lt;br /&gt;
      ,[Address3]&lt;br /&gt;
      ,[Country]&lt;br /&gt;
      ,[Postcode]&lt;br /&gt;
      ,[TotalBackOfficeLicenses]&lt;br /&gt;
      ,[TotalPDALicenses]&lt;br /&gt;
      ,[ModifiedBy]&lt;br /&gt;
      ,[ModifiedDate]&lt;br /&gt;
      ,[CustomerImageSrc]&lt;br /&gt;
  FROM [VEHUB_NEW].[dbo].[Customer]&lt;br /&gt;
  where customerName like '%partialCustName%'&lt;br /&gt;
* Note the customer ID.&lt;br /&gt;
* Edit Customer record and change these values:&lt;br /&gt;
** [TotalBackOfficeLicenses]&lt;br /&gt;
** [TotalPDALicenses]&lt;br /&gt;
&lt;br /&gt;
 UPDATE [VEHUB_NEW].[dbo].[Customer]&lt;br /&gt;
 SET [TotalBackOfficeLicenses] = x&lt;br /&gt;
 , [TotalPDALicenses] = y&lt;br /&gt;
 WHERE CustomerId = z&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:VEhub]]&lt;/div&gt;</summary>
		<author><name>Anw</name></author>
	</entry>
</feed>