Время создания
Filters
How_to_Hide_a_Button_on_Add_Record_Page_in_Freedom_UI?
Studio_Creatio
8.0

I am working in Freedom UI and need to hide a custom button on the Add Record page.

The requirement is:

  • The button should be hidden when creating a new record
  • The button should be visible after the record is saved (Edit mode)

I tried using a business rule with the condition:
Page is opened or one of the attributes in conditions changed.

And checked whether a specific field is filled in. However, I would like to confirm the best and recommended approach to detect Add mode properly in Freedom UI.

Is checking whether the Id field is filled in the correct way to handle this scenario?
Or is there a better way to control button visibility based on Add/Edit mode?
 

Like 0

Like

0 comments
Show all comments
MessageComposer
Service_Creatio_enterprise_edition
8.0

I want that based of the role of the user, some users should need approval from a supervisor.
So if the role is probation instead of the send button they should see a "request approval" button

and that button should set the email to draft so when the supervisor sees it can send it if correct.

the question is about modifying the MessageComposer to shows this different buttons.
the functionality i can do with a handler.

Thank you

Like 0

Like

0 comments
Show all comments

Hello everyone,

I’m facing mass compilation errors in a local Creatio 8.3.0.3070 environment (on-site, PostgreSQL) after package synchronization.

After merging with the dev branch and performing:

  • Download Packages to File System
  • Update Packages from File System
  • Full compilation
  • IIS restart

the system generates more than 200 compilation errors.

Most of them are:

CS0246 — The type or namespace name could not be found

Examples of missing types:

  • BulkEmail
  • AppForm
  • AppValidationItemFile
  • AccountDuplicate
  • SysProcessFile

Errors appear in base packages (CrtCoreBase, CrtBulkEmail, CrtFinservApplication, CrtCampaign, CrtEmailMarketingApp, etc.), not only in custom packages.

The environment was compiling correctly before synchronization.
After updating packages, the issue persists.

I’m attaching the full list of errors below.
File name

Description

Code

Line

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountDuplicate' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountDuplicate' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountCommunication' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountInTag.BackReferences.CrtBase.cs

The type or namespace name 'AccountTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountInTag.BackReferences.CrtBase.cs

The type or namespace name 'AccountTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountIndustry.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountOwnership.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Activity.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityInTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityCategory.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityCategoryResultEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityResult.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityCategoryResultEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityStatus.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityTypeStatusEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityTag.BackReferences.CrtBase.cs

The type or namespace name 'ActivityInTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityType.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityTypeStatusEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AddressType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormCommunication.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormCommunication.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInFolder.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInFolder.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInTag.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInTag.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormObligation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormObligation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormProperty.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormProperty.BackReferences.CrtFinservApplication.cs

The type or namespace name 'SpecInAppFormProperty' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormProperty.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValQuestionResult' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationAnswer.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValQuestionResult' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationItem.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValidationQuestion' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationItem.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationItem.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValQuestionResult' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveFirstGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveFirstGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveSecondGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveSecondGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailAudienceFolder.BackReferences.CrtEmailMarketingApp.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailAudienceFolder.BackReferences.CrtEmailMarketingApp.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailAudienceSchema.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailCategory.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailEventLog.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailEventLog.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailFile.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailFile.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailHyperlink.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailHyperlink.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInBulkEmailSplit.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInBulkEmailSplit.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInFolder.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInFolder.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInTag.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInTag.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailLaunchOption.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailPriority.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueue.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueue.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueueOp.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueueOp.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientMacro.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientMacro.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientReplica.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientReplica.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReplicaHeaders.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReplicaHeaders.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReply.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReply.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailSegment.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailSegment.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailSplit.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailStatus.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailTarget.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailTarget.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailThrottlingMode.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailType.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Campaign.BackReferences.CrtCampaign.cs

The type or namespace name 'VwBulkEmailInCampaign' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Campaign.BackReferences.CrtCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Campaign.BackReferences.CrtCampaign.cs

The type or namespace name 'CampaignAnalyticsLog' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CampaignItem.BackReferences.CrtCampaign.cs

The type or namespace name 'VwBulkEmailInCampaign' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CampaignItem.BackReferences.CrtCampaign.cs

The type or namespace name 'CampaignAnalyticsLog' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Case.BackReferences.CrtCaseManagmentObject.cs

The type or namespace name 'VwDeclarerComments' could not be found (are you missing a using directive or an assembly reference?)

CS0246

City.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountCommunication' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ContactDecisionRole.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Country.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Country.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

District.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

DocListInFinApp.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

DocListInFinApp.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

DuplicateStatus.BackReferences.CrtBase.cs

The type or namespace name 'AccountDuplicate' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Education.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmailDeliverySchedule.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmailDesignerType.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmailThrottlingQueue.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmploymentType.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Feature.BackReferences.CrtCoreBase.cs

The type or namespace name 'AdminUnitFeatureState' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileGroup.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileGroup.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileGroup.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileType.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FinApplication.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FormSubmit.BackReferences.CrtTouchPoint.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FormSubmit.BackReferences.CrtTouchPoint.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Gender.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

IncomeAndExpenseInAppForm.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

IncomeAndExpenseInAppForm.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Job.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Lead.BackReferences.CrtLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Lead.BackReferences.CrtLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MLModel.BackReferences.CrtML.cs

The type or namespace name 'MLModelInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MLModelFolder.BackReferences.ML.cs

The type or namespace name 'MLModelInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MailSyncPeriod.BackReferences.Exchange.cs

The type or namespace name 'ActivitySyncSettings' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MailboxSyncSettings.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivitySyncSettings' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MaritalStatus.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

NonActualReason.BackReferences.CrtBase.cs

The type or namespace name 'AccountCommunication' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ParticipantRole.BackReferences.CrtFinservProduct.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

PortalMessageType.BackReferences.PortalMessage.cs

The type or namespace name 'VwDeclarerComments' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Qualification.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Region.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

RelationType.BackReferences.CrtBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SegmentStatus.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SendingEmailProgress.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SendingEmailProgress.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SimilarLead.BackReferences.CrtSimilarLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SimilarLead.BackReferences.CrtSimilarLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SiteEventType.BackReferences.SiteEvent.cs

The type or namespace name 'SiteEventTypeInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SiteEventTypeFolder.BackReferences.EventTracking.cs

The type or namespace name 'SiteEventTypeInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SocialStatus.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Specification.BackReferences.CrtSpecification.cs

The type or namespace name 'SpecInAppFormProperty' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SpecificationListItem.BackReferences.CrtSpecification.cs

The type or namespace name 'SpecInAppFormProperty' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysAdminUnit.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysUserInRole' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysAdminUnit.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysUserInRole' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysAdminUnit.BackReferences.CrtCoreBase.cs

The type or namespace name 'AdminUnitFeatureState' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysDcmSettings.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysDcmSchemaInSettings' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysFileContentStorage.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysFileContentStorage.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysFileContentStorage.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysImage.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysLanguage.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysMailingProvider.BackReferences.CrtBulkEmail.cs

The type or namespace name 'SysMailingHandler' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleEditDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleEditDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleEntity.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleGridView.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleGridView.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModulePrimaryGrid.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModulePrimaryGrid.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysProcessData.BackReferences.CrtBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysXssProtectionRuleExclusion.BackReferences.XSSProtection.cs

The type or namespace name 'SysXssProtectRuleExclType' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysXssProtectionRuleExclusion.BackReferences.XSSProtection.cs

The type or namespace name 'SysXssProtectRuleExclType' could not be found (are you missing a using directive or an assembly reference?)

CS0246

TagType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

TimeZone.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

TimeZone.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailAudience.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailAudience.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailTarget.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailTarget.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipient.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipient.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipientV2.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipientV2.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

WebAnalyticsAccount.BackReferences.CrtWebTrackingBase.cs

The type or namespace name 'AnalyticsAccountUser' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Like 0

Like

1 comments

Hello.

Please generate the source code for all schemas and then run the Compile all action.

After the compilation is completed, kindly verify whether the errors are resolved.

Best regards,
Antonii.

Show all comments
Studio_Creatio
Studio_Creatio
8.0

I am currently experiencing an issue after performing a fresh installation of Creatio Studio version 8.3.0.3031_Studio_Softkey_MSSQL_ENU on my local environment.

Issue:
I am unable to access the application locally. The site returns a server error related to SQLite native library loading.

Error summary:

  • Library: e_sqlite3 not found
  • Platform: Windows (win-x64)
  • Exception: System.ComponentModel.Win32Exception (0x80004005): The specified module could not be found
  • The system attempts to load e_sqlite3.dll from multiple locations, including the Terrasoft.WebApp/bin folder.

    here is sc https://prnt.sc/3YVykbJDXpNb
Like 0

Like

1 comments

Hello,

Based on the error on startup (“Library e_sqlite3 not found” / Win32Exception: “The specified module could not be found”), the issue is most commonly related to missing or incompatible prerequisites on the workstation, or a damaged/incomplete deployment package where the required native runtime libraries were not copied correctly. Please verify that the machine has all required system components installed (including the .NET 8 SDK and .NET Framework 4.7.2 Developer Pack/SDK as per the prerequisites), and also ensure that the application is running in the correct bitness (x64) so native dependencies can be loaded. In parallel, please re-check the deployment archive integrity (re-download/re-pack if needed) and confirm that the extracted folder contains the required runtime/native files (e.g., the runtimes\win-x64\native\e_sqlite3.dll path under the web application) and that the archive extraction completed without errors.

You can find the full list of required system components in the documentation here.

Show all comments
custom
column
or
parametres
in
ML
Models

Dear Creatio team,

i'm trying to improve the ML models results for  recommendations.
Is it possible to use custom columns or parameters in training the ML models?
how to use it in the ML recommendation model ?
 

Like 0

Like

0 comments
Show all comments