Hi;
I prepare the migration from version 7.17 to 8.2.1
I create local environment and link it to github repository.
When i compile the application all connected projects rebuild and go to repository
I try to remove them by .gitignore but it doesn't work

i will be appreciate any help.


regards
Tomek

Like 0

Like

1 comments

Hello, 

I do not understand much from your post, but we recommend putting a repository in Terrasoft.Configuration/Pkg and add unnecessary packages to .gitignore. Here is an example of .gitignore:

 ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Mono auto generated files
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Visual Studio 2017 auto generated files
Generated\ Files/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/

# ASP.NET Scaffolding
ScaffoldingReadMe.txt

# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# Visual Studio Trace Files
*.e2e

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak

# SQL Server files
*.mdf
*.ldf
*.ndf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss

# Telerik's JustMock configuration file
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs

# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
*.binlog

# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Local History for Visual Studio
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd


# Creatio Base Products Packages
CalendarBase
CaseService
ContentBuilder
CoreForecast
CrtAnalyticsDashboard
CrtBase
CrtBaseConsts
CrtBfUtilities
CrtBulkEmailCopilot
CrtBulkEmailInC360
CrtC360InUiV2
CrtCalendar
CrtCall
CrtCampaignDesigner7x
CrtCampaignInC360
CrtCase7x
CrtCaseCopilot
CrtCaseKnowledgeCopilot
CrtCaseManagement
CrtCaseManagementApp
CrtCaseManagmentObject
CrtCaseService
CrtCaseService7x
CrtCasesInC360
CrtContactToLeadInC360
CrtContentDesigner
CrtContract
CrtContractDocument
CrtContractVisaProvider
CrtCopilot
CrtCopilotIntentsStudio
CrtCore
CrtCoreBase
CrtCustomer360AI
CrtCustomer360App
CrtCustomer360Mobile
CrtCustomerInfoInCaseMgmt
CrtDeduplication
CrtDesignerTools
CrtDigitalAdsApp
CrtDigitalAdsInLeadGen
CrtDocument
CrtDocumentInOpportunity
CrtDynamicContent7x
CrtEmailDesigner
CrtEmailDesignerInEmailMarketing
CrtEmailMarketingApp
CrtEmailMessage
CrtEmailSender
CrtEmailTemplate
CrtEngagementInC360
CrtEngagementToolsApp
CrtEventInC360
CrtEventMarketingApp
CrtFeatureToggling
CrtGoogleAnalytics
CrtInvoice
CrtInvoiceContract
CrtInvoiceInC360
CrtInvoiceOrder
CrtInvoiceVisaProvider
CrtJunkFilter
CrtKnowledgeManagementApp
CrtKnowledgeManagementInCaseManagement
CrtKnowledgeManagementObject
CrtLead
CrtLeadOppMgmtApp
CrtLeadOppMgmtInC360
CrtMacrosBase
CrtMarketingCampaignsApp
CrtMarketingInC360
CrtMatomoConnector
CrtMessage
CrtML
CrtMLangContent
CrtMLLeadConversion
CrtMLLeadScoring
CrtMLOpportunityScoring
CrtMobileFreedomUIStylesFor7x
CrtNextStep
CrtNUI
CrtOCMInLeadOppMgmt
CrtOmnichannelApp
CrtOpportunity
CrtOpportunityInC360
CrtOpportunityInvoice
CrtOpportunityManagement
CrtOrder
CrtOrderContract
CrtOrderContractCopilot
CrtOrderContractInC360
CrtOrderContractMgmtApp
CrtOrderDocument
CrtOrderLead
CrtOrderVisaProvider
CrtPlaybook
CrtPortal
CrtProductBase
CrtProductCatalogue
CrtProductCatalogueInInvoice
CrtProductCatalogueInOrder
CrtProductivityApp
CrtProductivityCopilot
CrtProductivityMobile
CrtProductSpecification
CrtRecommendedProduct
CrtSalesContracts
CrtSalesInC360
CrtSecurity
CrtSecurity7x
CrtSimilarLead
CrtSLAInC360
CrtSLM
CrtSLM7x
CrtSLMITILService
CrtSLMITILService7x
CrtSmsIntegration
CrtSpecification
CrtStudioCopilot
CrtSupplyPayment
CrtTechnicalUsers
CrtTouchInWebForm
CrtTouchPoint
CrtTouchPointBase
CrtTouchPointInC360
CrtTouchPointInLead
CrtUIPlatform
CrtUIPlatform7x
CrtUISwitcher
CrtUIv2
CrtWebFormBase
CrtWebhookServiceBase
CSP
Custom
FeatureToggling
Finesse
FolderTree
IntegrationV2
MLCaseClassification
MLProcessDesigner
MLSimilarCaseSearch
OAuth20
OmnichannelMessaging
OpenIdAuth
Opportunity
PivotTable
RelationshipDesigner
SalesMainShell
ServiceDesigner
ServiceModel
SsoSettings
SspWorkplace
Tracking
CSL_MaintenanceTools
Workplace
XSSProtection
Telemetry
 

Show all comments

site "community" "form"

site "community" "form"

site "community" "form"

site "community" "form"

Like 0

Like

0 comments
Show all comments

Hi;
I think I miss something in configuration byt i have no idea what.
1. First i add new language to local dev environment.
2. I add translations
3. I run apply translation.
4.Download package to file system.
5. resources has been created (of course xml) and descriptor as well.
6. Add language to TST environment.

7. Load package.

8. No translation has been added.

any ideas why?

Regards
Tomek

File attachments
Like 0

Like

2 comments

Hello!

Could you compare the language ID in the TST environment with the dev environment?

The language should have the same ID.

You can add data binding with the culture record to the package to achieve this.

Thanks Alona,
I am a little bit confused because in translation xml there is only language code not Id but I try

Regars Tomek

Show all comments

Hi;
I would like to add link to Entity page (Using lookup field) in auto generated page but i want  this item be a read only one

Is it possible?
 

Regards
Tomek

Like 0

Like

3 comments

Hello,

 

Could you please describe what exactly your business idea is in more detail, provide a screenshot with example where and how you want to set this up?

Mira Dmitruk,

Hi;
I create such page

the claim request field is link to entity page

byt i can change it I would like it to be readonly

Regards Tomek

Tomasz Branicki,

I believe the only way to accomplish this is to use a preconfigured page instead of autogenerated. 

Ryan

Show all comments

Hi;

We try to upgrade version 7.17 to 8.1
in our solution we use such script (in attachment) after upgrade FindFlowElemetbyName return null.
We try to find wait for signal element.

 

thanks for any suggestions.

Regards
Tomek

File attachments
Like 0

Like

3 comments

Hello!

Unfortunately, the file is not available.
Please re-send it once again.

Alona Dolya,

Hi.
 that is ScriptTask we use

private bool UsrSetClaimRequestCrSignalScriptTaskExecute(ProcessExecutingContext context) {
    var uc = Get<UserConnection>("UserConnection");
    
    var claimSignalDAO = new ClaimSignalDAO(uc);
    
    var signalId = Guid.Parse(context.Process.FindFlowElementByName("UsrClaimRequestStartSignals").GetPropertyValueByPath("RecordId").ToString());
    var signalTypeId = claimSignalDAO.GetSignalType(signalId);
    var crId = claimSignalDAO.GetParameterGuid(signalId);
    
    Set("UsrClaimSignalType", signalTypeId);
    Set("UsrClaimRequest", crId);
    
    return true;
}

Hi;
Does anyone have idea why script element do not see the start element by name.


Regards
Tomek

 

Show all comments

I have encountered an unusual problem.

Task: On the main page, create a button that opens a custom module with a detail. There are entries in the details and a help field that takes the user to the "Case" page.

I created a custom module, extend from "Terrasoft.BaseSchemaModule" and "schemaName" and "entitySchemaName" to my schema and entity.

There are no problems with the display, but when I go from my module to the "Case" page and want to return:

1. The "Close" button is triggered only the second time

2. It returns me to the main page and not to my module.

I tried to open my custom module through the "sandbox.LoadModule" - the "Close" button started working immediately, but I still returned to the main page

 

 

Like 1

Like

1 comments

Hello Dmitrii,

It's not so apparent from the description where the problem exactly is. Could you please share two parts of the code:

1) the custom module;

2) how did you add the button on the page

Show all comments

Hello everyone!

The problem is as follows:

A user is not created when syncing with LDAP, although the LDAP element itself comes to Creatio (I checked the LDAP Element in the directory) and the business process works without errors during synchronization.

Tell me, please, what could it be?

 

---

Всем привет!

Проблема следующая:

Не создаётся пользователь при синхронизации с LDAP, хотя сам элемент LDAP в Creatio приходит (проверил по справочнику Элеменет LDAP) и бизнес-процесс отрабатывает без ошибок при синхронизации.

Подскажите, пожалуйста, что это может быть?

Like 0

Like

1 comments

Добрый день.

Вы можете настроить Debug режим для логера Ldap в файле nlog.settings в папке Terrasoft.WebApp.

Расширенное логирование позволит вам узнать какие этапы синхронизации прошел ваш пользователь.

Show all comments

Hello,

we need to store long encrypted string in Lookup object. We have added Encrypted text field to the object, but when try to save string, get an error: "Maximum text length exceeded (1674/500)"

 

How is it possible to save long text in encrypted text field?

 

Thank you!

Like 2

Like

1 comments

Hello,

 

We have registered the idea and forwarded it for consideration to the responsible team for further review and release in one of the upcoming versions.

 

Currently, only workarounds at the client's business logic level are possible: either using a regular text field with maximum length and performing encryption of the value before saving and decryption after retrieval at the business logic level, or using two "Secure Text" fields and splitting your string into two substrings, storing them in the two fields, and concatenating them upon retrieval.



 

Show all comments

So i was using MS Word plugin some time and it worked perfectly. 

One day i tried clicking Connect inside Word and i had this error message :



'.', hexadecimal value 0x00, is an invalid character. Line 1,position 1.



Tried updating Net, uninstalling and installing older/newer version of MS word plugin. Nothing helped. 



Any ideas? 



Thanks!

Like 1

Like

1 comments

Hello!



I'd suggest to approach the support team via support@creatio.com to have a closer look at the error.

It is hard to determine the root cause without having the access to the Word plugin itself. 

 

Thank you,

Kate

Show all comments

Hello!



When user clicks "Follow the feed" (e.g. in exact Document), they expects to receive notification in CTI-panel on every Feed/Comment added to that Document. 

 

However notifications do not appear. Is it normal behavior or anything wrong?

And is there any option to notify users about Feed/Comment added to the Document they follows?



Thank you

Like 0

Like

1 comments

Hello Vladimir,



It's expected behavior.  



As for now, your business task could be achieved by business process. 

Show all comments