General Technical Forums

0 Abonnenter

1 Emner

130 Samtaler

Area for subscribing to announcements, and general topics not specific to API and products.

All conversations (130)

push_pin lock

Scrollbar missing in new UX on custom screens

Hi! We have experienced 3 customers with custom screens where the scrollbar is missing after they got the new UX. Is this a bug?    We know how to fix it, but is this something that should be fixed in the system? We need to add this; <style>   #HtmlPage_rightDiv {     overflow: scroll !important;   } </style>
Anne Lene Solheim Lilleberg
2
0
24. mar. 2025 | 04.34 PM
Emne:
Technical announcements
push_pin lock

Partnersites In SOD - Update To Version 10.5.4

The partnersites in SOD are planned to be updated to Release 10.5.4 monday morning. The version is still under development, so the sites will be updated when there are any changes. Featuretoggles turned on for the PartnerSites for 10.5.4 are: NewServiceRequest, LiveRequestUI, HugoAiGpt, HugoAiIframe, HugoAIChat, HugoAISummarize, CustomObjectsv1, CustomObjectsV2 (This featuretoggles are removed from code and will be removed from the sites monday 24.march: QuoteSCIL)
Helene Frenning Hansen
0
0
21. mar. 2025 | 02.23 PM
Emne:
Technical announcements
push_pin lock

Are you still using Continuous Database Development?

Hello great community! I've got a question for you... Do you have any known onsite installations dependent on the CDD APIs we released in SuperOffice version 8.1, for database schema changes? Custom objects is certainly the contemporary way integrations should make database schema changes. We would like folks to move away from using CDD and start using Custom objects instead. So, if you are using CDD instrumentation for database schema changes, please do let us know. You can reply to this thread, or send us an email at sdk@superoffice.com. Best regards!   
Tony Yates
1
1
21. mar. 2025 | 08.13 AM
Emne:
Technical announcements

Seneste svar

Hello Tony, Only custom objects are used in the current projects. For historical reasons, however, we also still have some projects with CDD. From which version will CDD be deprecated?
by Georg Diczig
21. mar. 2025 | 08.31 AM
push_pin lock

How to get a SuperOffice v11 tenant in SOD

Hello Partners, We're excited to announce that you now have the opportunity to request access to a new SuperOffice v11 tenant in our SOD environment. With the Request v11 Tenant form, you can either request to upgrade your existing tenant or start fresh with a blank tenant. We encourage you to take this opportunity to test your current applications and integrations on the new platform. Your insights are crucial to ensuring a smooth transition. Should you encounter any issues, please report them by emailing appdev@superoffice.com with the following details: The API used, what you observed, and what you expected. Step-by-step instructions to reproduce the issue. A code sample that demonstrates the problem. Thank you for helping us enhance the SuperOffice experience. We look forward to your feedback! Best regards!
Tony Yates
1
3
19. mar. 2025 | 01.08 PM
Emne:
Technical announcements

Seneste svar

It's all backend changes. Nothing in the UI. Recall this blog post: https://community.superoffice.com/en/technical/blogs/archive/superoffice-11-and-12-overview-for-partners/
by Tony Yates
20. mar. 2025 | 09.29 AM
push_pin lock

Partnersites In SOD - Update To Version 10.5.3

The partnersites in SOD are planned to be updated to Release 10.5.3 monday morning. The version is still under development, so the sites will be updated when there are any changes. Featuretoggles turned on for the PartnerSites for 10.5.3 are: NewServiceRequest, LiveRequestUI, HugoAiGpt, HugoAiIframe, HugoAIChat, HugoAISummarize, CustomObjectsv1, CustomObjectsV2, QuoteSCIL (This featuretoggles are removed from code and will be removed from the sites monday: DisableReporter, ScilifiedSalesDialogsComplete, CRMScriptMonaco, NewDocumentDialog, NewDiary)
Helene Frenning Hansen
0
4
28. feb. 2025 | 03.37 PM
Emne:
Technical announcements

Seneste svar

Hi again! We are looking into the communication on adding and removing of featuretoggles. We'll anyhow continue to note changes in featuretoggles for the partnersites i SOD here.
by Helene Frenning Hansen
5. mar. 2025 | 11.46 AM
push_pin lock

Database Mirroring fails with exception: Must declare the scalar variable "@tablename".

DatabaseMirroring fails with SQL Server 2022 (CU13).    Works:  Microsoft SQL Server 2022 (RTM-GDR) (KB5046057) - 16.0.1130.5 (X64) Sep 25 2024 Fails:     Microsoft SQL Server 2022 (RTM-CU13) (KB5036432) - 16.0.4125.3 (X64)   May  1 2024   One of the versions in between those releases added a change that makes the parameters case-sensitive and our code use @tablename and @tableName which results in the following exception. We have issued a fix in the offending library, but it will take a little more time to refresh the SuperOffice.Crm.Online.Mirroring package, and the code on the GitHub repository .   Therefore, until further notice, we recommend you use SQL Server 2022 RTM GDR or earlier releases for Database Mirroring. We apologize for any inconvenience.   Message: Exception: Must declare the scalar variable "@tablename". at at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at SuperOffice.Online.Mirroring.MirroringClientImplementation.GetLocalTableInfo(String connectionString, String contextIdentifier, String tableName) in C:\Agent1\_work\3\s\Source\SuperOffice.Online.Mirroring\MirroringClientImplementation.cs:line 267 at SuperOffice.Online.Mirroring.MirroringClientImplementation.TableSchemaImplementation(String contextIdentifier, TableSchemaInfo[] tables, String clientState) in C:\Agent1\_work\3\s\Source\SuperOffice.Online.Mirroring\MirroringClientImplementation.cs:line 111 at SuperOffice.Online.Mirroring.MirroringClientService.TableSchema(TableSchemaRequest request) in C:\Agent1\_work\3\s\Source\SuperOffice.Online.Mirroring\MirroringClientService.cs:line 43 Type: SuperOffice.Online.Processing.Agents.DataMirroring.MirrorException at SuperOffice.Online.Processing.Agents.DataMirroring.MirroringClientServiceClient.TableSchema(TableSchemaInfo[] tableInfos) at SuperOffice.Online.Processing.Agents.DataMirroring.DataMirroringAgent.ProcessCustomerAsync(IServiceScope scope, CustomerTask task, CancellationToken cancellationToken) in /_/Source/SuperOffice.Online.Processing/Agents/DataMirroring/DataMirroringAgent.cs:line 279   
Tony Yates
0
2
15. jan. 2025 | 10.04 AM
Emne:
Technical announcements

Seneste svar

Update: The issue has been resolved. A new release is published on GitHub.   The old project depended on a package that contained the complete WCF service fields (svc and cs), as well as web.config and transformations. The SuperOffice.Crm.Online.Mirroring package has been superceeded by a new package: SuperOffice.Online.Mirroring . The newer package does not contain the content or web.config transformation files, and is ready for .NETStandard 2.0 and .NET Framework 4.8. You can grab the content files on the sample project on GitHub. Please do let know if you experience any issues with the latest release! File any issues on the GitHub repo .   Best regards!
by Tony Yates
4. mar. 2025 | 11.38 AM
push_pin lock

New Release - Developer Portal 2.0

Hello, Everyone,  We are excited to announce a new Developer Portal release for all of you! You can find more information and details about the new release by navigating to this page.
Chamal Asela Perera
2
0
28. feb. 2025 | 09.00 AM
Emne:
Technical announcements
push_pin lock

Partnersites In SOD - Update To Version 10.5.2 - NewUX

The partnersites in SOD are planned to be updated to Release 10.5.2 today monday morning. Version 10.5.2 have the same database and CS package version as Release 10.3.13 and 10.5.1. The version is still under development, so the sites will be updated when there are any changes. Featuretoggles turned on for the PartnerSites for 10.5.2 are: NewServiceRequest, LiveRequestUI, HugoAiGpt, HugoAiIframe, HugoAIChat, HugoAISummarize, CustomObjectsv1, CustomObjectsV2, DisableReporter, ScilifiedSalesDialogsComplete, CRMScriptMonaco, NewDocumentDialog, NewDiary, QuoteSCIL
Helene Frenning Hansen
0
0
31. jan. 2025 | 02.54 PM
Emne:
Technical announcements
push_pin lock

Partnersites In SOD - Update To Version 10.5.2 - NewUX

The partnersites in SOD are planned to be updated to Release 10.5.2 today monday morning. Version 10.5.2 have the same database and CS package version as Release 10.3.13 and 10.5.1. The version is still under development, so the sites will be updated when there are any changes. Featuretoggles turned on for the PartnerSites for 10.5.2 are: NewServiceRequest, LiveRequestUI, HugoAiGpt, HugoAiIframe, HugoAIChat, HugoAISummarize, CustomObjectsv1, CustomObjectsV2, DisableReporter, ScilifiedSalesDialogsComplete, CRMScriptMonaco, NewDocumentDialog, NewDiary, QuoteSCIL
Helene Frenning Hansen
0
0
31. jan. 2025 | 02.23 PM
Emne:
Technical announcements
push_pin lock

New Release - Developer Portal 1.30

Hello, Everyone,  We are excited to announce a new Developer Portal release for all of you! You can find more information and details about the new release by navigating to this page .
Chamal Asela Perera
1
0
31. jan. 2025 | 06.07 AM
Emne:
Technical announcements