Find answers. Get support. Join conversations.

Latest stories

Säljchefens guide till smartare försäljning

I denna webcast på 30 minuter pratar Jerry Månsson, Performance Coach på Adviser Partner och Mathias Sognefors, VD på SuperOffice Sverige om hur man leder ett säljteam som levererar, utan att jaga fler leads eller pressa säljarna hårdare? Du får ett beprövat ramverk baserat på 10 nyckelfrågor som de mest framgångsrika säljcheferna använder för att skapa fokus, träffsäkerhet och tillväxt.

02/16/2026

Product Roundup 2025 | Highlights Across Marketing, Sales, Service & Integrations.

In this Product Roundup, Product Managers from Marketing, Sales, Service, and Integrations walk through key highlights from 2025 and share what they’re focusing on now. For more details and related links, see the Community article: https://community.superoffice.com/en/product-releases/whats-new/product/product-roundup---2025-highlights/

02/12/2026

Product Roundup 2025: Highlights across Marketing, Sales, Service & Integrations

Watch the webinar for an overview of key highlights from 2025 and current focus areas across the product.

02/10/2026

Sneller innoveren tijdens groei: Hoe doet Fruity Line dat?

Wat gebeurt er als een snelgroeiend foodbedrijf wordt overspoeld met klantvragen, klachten en duurzaamheidsverzoeken? In deze video vertelt Fruity Line hoe groei zorgde voor meer werkdruk, minder overzicht en versnipperde klantinformatie en hoe ze dat wisten om te buigen naar betere service, meer rust én snellere productinnovatie. Meer weten over deze case? Check https://www.superoffice.nl/referenties/groot--en-detailhandel/fruity-line/ #superoffice #Fruityline #crm #innovatie

01/07/2026

Dashboard improvements

Get ready for some smarter insights with these crucial dashboard improvements!

12/02/2025

Latest forum posts

  • Replied to CRMScript. Dates in quote documents does not format correctly. in Core CRM features

    Yes. In CRMScript that would mean to manually call the API using the HTTP class, that does entail manually creating request and response structs for each API call

    4 h, 32 m ago | 06:41 PM
  • Replied to create overview of sales activites in Sales management

    Not being technical at all, I think it is a technical issue. I think the result of a combined selection only provides you with a "view" of data, while dashboards are based on data from tables. I don´t think dashboards can view data which is from a view...

    6 h, 57 m ago | 04:16 PM
  • Posted How to enable EventLog logging for Replication? in SuperOffice Online Replication

    How to enable EventLog logging for Replication The Replication Client is configured to log to the Windows Event Viewer *by default* when running on a Windows operating system. Here is how it works and how you can further configure it: Where to find the logs By default, the client writes logs to: *Event Viewer* -> *Windows Logs* -> Application The *Source* will typically be `SuperOffice Replication Client` (or `.NET Runtime` for low-level crash events). This is especially useful when you have installed the client as a background service using the `Replication.Client.exe install` command. How to configure log levels (Verbosity) You can control what gets logged to the Event Viewer by modifying the `Logging` section in your `appsettings.json` file. To specifically configure the Event Log separately from the Console output, you can add an `EventLog` section like this: { "Logging": { "EventLog": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "LogLevel": { "Default": "Information" } }, "ReplicationClient": { // ... rest of your config } }   Default: "Information": Logs general progress, start/stop events, and errors. Default: "Warning": Only logs warnings, errors, and critical failures (good for reducing noise).

    2 Mar 2026 | 09:37 AM
  • Posted Macro trigger sets date/time wrong time zone? in Settings and maintenance

    Hi I have added a macro trigger that sets a date/time field on Request table. It works nicely, but when displaying the field in a table, the time shows an hour off. Can it be a problem with daylight savings? Is there a way to fix this? Snorre     I  

    24 Feb 2026 | 12:13 PM
  • Replied to CRMScript question (NSProjectActivity) in Core CRM features

    Hi, I might totally be misunderstanding this question. But you're creating a document with CRMScript, and you want the document to be displayed in the Project card under the "Activities" pane? What is your code like? Please provide a code sample. For I would do it something like this to achieve what I think you're trying to: Integer projectId; // Id of the project NSStream docStream; // Stream content of the document NSDocumentAgent docAgent; NSDocumentEntity docEntity = docAgent.CreateDefaultDocumentEntity(); // Code to set document attributes // Connect the document to the Project NSProject project; project.SetProjectId(projectId); docEntity.SetProject(project); docEntity = docAgent.SaveDocumentEntity(docEntity); docAgent.SetDocumentStreamFromId(docEntity.GetDocumentId(), docStream);

    19 Feb 2026 | 09:57 AM
  • Posted Feedback in Custom styling

    Hi, I've tested out custom styling today and here's some immediate feedback: The class dropdown appears to be searchable, but the search doesn't work. There's no "button" selector in the class dropdown. I was able to select it by using ".form-form .Button" though. Some customers have multiple, often many, forms where they would want the same styling on all their forms. I think a good idea would be having a "CSS template" where you could make the CSS centrally, then select that CSS template in a dropdown list when you are configuring the form. That way you wouldn't have to copy the CSS to each form, and less technical users wouldn't have to worry about the code but instead just select the design someone has already made for them. Other than this I really liked it, and it worked well on first try! Espen 

    16 Feb 2026 | 10:06 AM

Active forums

  • SG

    Settings and maintenance 02/24/2026 mode_comment 161
  • Margrethe Romnes SuperOffice add-ons 01/30/2026 mode_comment 117
  • Susan Laugaard Hansen Sales management 03/04/2026 mode_comment 66
  • Samuel Holmström Marketing management 01/12/2026 mode_comment 46
  • Jan Petter Hagberg Mobile CRM 01/14/2026 mode_comment 35
  • Espen Steen Custom styling 02/16/2026 mode_comment 2