Questions tagged [act]

Act! is a CRM (Customer Relations Management) software application which is used to keep track of client and prospect details in a single database (in MS-SQL) that can be shared by multiple users. It integrates with Microsoft Word, Excel, Outlook, Google Contacts, Gmail and other popular applications in order to generate and track communications with the contacts. It's available as a Windows app or Web (self or vendor hosted)

Created in 1987, Act! was one of the first CRM products.

As of 2018, there are three editions of Act!:

  • Act! Pro, which is limited to ten active users and uses Microsoft SQL Server 2014 Express.
  • Act! Premium (access via Windows or Web browser) is designed for small to medium-sized businesses, can handle much larger user numbers and can use more scalable editions of SQL.
  • Act! Premium Cloud, a fully hosted version of Act!

Act! features include contact, company and opportunity management, a calendar, communication tools, the ability to track prospective customers, "dashboards", reports, and the ability to synchronize data from other applications or other Act! users over the web. The software allows multiple users to access the same data simultaneously and can interface with popular word processing, spreadsheet, and email software. It features a variety of "dashboards" which are graphical representations of key activity that allows users to spot new business opportunities, and can generate a wide variety of statistical reports.

Development and integration in current versions can be done via an SDK or the newer WebAPI. Additionally, read-only access can be achieved via ODBC or OLEDB

Some detail on its history is available here: https://blog.glcomputing.com.au/2008/12/history-of-act.html

The main website, here: https://www.act.com/

39 questions
1
vote
2 answers

Why does service destroy when main process stops?

I am learning services these days and just experimenting around it and I don't have any intention to make Music player but just to learn about how do services work. So let me explain what I am doing. My application is having one Activity and one…
user5382684
1
vote
1 answer

How do you add header row into a file created through Teradata Aster act?

I've used the syntax below to export a table from Teradata Aster into a csv file: \o file_name.csv COPY table_name TO STDOUT WITH DELIMITER ','; \o \install file_name.csv This code creates a csv with data exported from the Aster table. But, it does…
rxb
  • 11
  • 3
1
vote
1 answer

How to export a image to act file

I'm trying to create a mini tool for my job. I'm using C# with Visual Studio 2010 to do that. Now I need to export an image to an act file. Following here, http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.bitmappalette.aspx I…
Võ Quang Hòa
  • 2,688
  • 3
  • 27
  • 31
1
vote
2 answers

Query for list of installed ACT shims

Does anyone know how I can programmatically obtain a list of installed ACT shims on a given computer? Are names stored in the Registry somewhere? I don't need help with scripting, just a little help pointing me to where to look. Particularly for…
Skatterbrainz
  • 1,077
  • 5
  • 23
  • 31
0
votes
2 answers

Javascript Event For When CascadingDropdown Finishes Populating?

I have a State DDL and a Country DDL. I have CascadingDropdown controls for each of those DDLs. When the user selects an entry from the Country DDL, the State dropdown gets populated with the results of a service method call. I want to disable a…
Tedderz
  • 587
  • 5
  • 16
0
votes
1 answer

Local coordinate system definition in Ansys ACT

I have the location and the base vectors of a coordinate system and I'd like to use this data to create a coordinate system in ANSYS Workbench (2023R1) using the Python ACT API. I found various methods that provide the same functionality as the GUI,…
jake77
  • 1,892
  • 2
  • 15
  • 22
0
votes
0 answers

why the act did not output anything when run GitHub actions in local

When I am using this command to run act in local macOS 13.2 with M1 chip: act -j deploy --bind . --secret-file .env --container-architecture linux/amd64 the command did not have anything output. why did this happen? I did not know the process…
spark
  • 663
  • 1
  • 5
  • 18
0
votes
0 answers

Github Actions run locally (nektos/act) how to change github.com url to pull repo from another repository

I would like to run netos/act locally by using my own organization repo URL Current default URL is https://github.com, In my case my organization maintains a different repository (https://ghe.XXXX.com). Is there any way to change the github URL…
SatyaG
  • 25
  • 6
0
votes
1 answer

Jest test error: An update to form inside a test was not wrapped in act when testing local storage

I am writing a test for checking if removeItem is called successfully on logout. The test passes but I get an error that "the LoginForm inside a test was not wrapped in act(...)". Here is the LoginForm component code: const LoginForm = () => { …
Rikaluna
  • 1
  • 1
0
votes
0 answers

React Jest Purpose of Act wrapper inside fireEvents

Im working on, on some tests using Jest and fireEvents from react testing library and i came across with this in the docs act wrapper. I cant understand why events need to be in an act wrapper. What is the purpose of an act inside there? Can someone…
Nick
  • 2,818
  • 5
  • 42
  • 60
0
votes
1 answer

ANSYS Mechanical Workbench Scripting - Accessing Parameters

Ansys gurus, My project is a static structural analysis using ANSYS workbench mechanical. I have created the parametrized geometry (via Design modeler) and material property in workbench, and used ACT scripting to configure the model. However, I…
0
votes
1 answer

Copy OLE DB driver between computers

We have some computers that don't have an OLE DB driver that some other computers rely on for a central shared spreadsheet to update - it's becoming quite limiting that only a few users can update the sheet when others need it to be up to date. The…
Spencer Barnes
  • 2,809
  • 1
  • 7
  • 26
0
votes
1 answer

Error with OLEDB connection from Excel to Act

I'm creating an Excel file linked to an ACT database using ACT OLE DB provider 2.0 All is working fine (credentials approve etc) until I have to select tables from the ACT database to insert, then it gives me this error; DataSource.Error: An error…
Spencer Barnes
  • 2,809
  • 1
  • 7
  • 26
0
votes
1 answer

Teradata Aster ACT grant access to functions and view installed files

I've created a new database and installed Aster Analytics function packages (foundation, PremiumPath...etc) onto the public schema. I know the grant function access command: grant execute on function schema.function to user-group; Is there a way to…
kuropon
  • 35
  • 3
0
votes
1 answer

SQL Server 2008 finds database in .BAK, but SQL Server 2008 R2 does not

We received a .bak file as an export from an Act! database. My understanding is that this is a SQL Server backup that can be restored to SQL Server. When I try to restore it to SQL Server 2008 Express (10.0.1600), I point to device:…
tmoore82
  • 1,857
  • 1
  • 27
  • 48